Home
last modified time | relevance | path

Searched refs:EndDepth (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp930 size_t EndDepth = locationDepth(EndLoc); in popRegions() local
933 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
952 EndDepth--; in popRegions()
1226 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween() local
1228 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
1229 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
1236 EndDepth--; in findGapAreaBetween()
1286 size_t EndDepth = locationDepth(BeforeLoc); in findAreaStartingFromTo() local
1288 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()
1289 bool UnnestEnd = EndDepth >= StartDepth; in findAreaStartingFromTo()
[all …]