Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1047 size_t StartDepth = locationDepth(StartLoc); in popRegions() local
1050 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
1051 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
1090 StartDepth--; in popRegions()
1341 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween() local
1344 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
1345 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
1362 StartDepth--; in findGapAreaBetween()
1401 size_t StartDepth = locationDepth(StartingLoc); in findAreaStartingFromTo() local
1404 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()
[all …]