Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1048 size_t EndDepth = locationDepth(EndLoc); in popRegions() local
1050 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
1051 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
1070 EndDepth--; in popRegions()
1342 size_t EndDepth = locationDepth(BeforeLoc); in findGapAreaBetween() local
1344 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
1345 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
1352 EndDepth--; in findGapAreaBetween()
1402 size_t EndDepth = locationDepth(BeforeLoc); in findAreaStartingFromTo() local
1404 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()
[all …]