OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GapRegion
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp
109
bool
GapRegion
;
113
Optional<SourceLocation> LocEnd, bool
GapRegion
= false)
114
: Count(Count), LocStart(LocStart), LocEnd(LocEnd),
GapRegion
(
GapRegion
) {
119
Optional<SourceLocation> LocEnd, bool
GapRegion
= false)
121
LocEnd(LocEnd),
GapRegion
(
GapRegion
) {}
153
bool isGap() const { return
GapRegion
; }
155
void setGap(bool Gap) {
GapRegion
= Gap; }
1537
case CounterMappingRegion::
GapRegion
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h
222
/// A
GapRegion
is like a CodeRegion, but its count is only set as the
224
GapRegion
,
284
LineEnd, (1U << 31) | ColumnEnd,
GapRegion
);
Completed in 117 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026