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.cpp1009 size_t StartDepth = locationDepth(StartLoc); in popRegions() local
1012 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
1013 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
1052 StartDepth--; in popRegions()
1304 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween() local
1307 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
1308 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
1325 StartDepth--; in findGapAreaBetween()
1364 size_t StartDepth = locationDepth(StartingLoc); in findAreaStartingFromTo() local
1367 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()
[all …]