Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp929 size_t StartDepth = locationDepth(StartLoc); in popRegions() local
933 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
972 StartDepth--; in popRegions()
1225 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween() local
1228 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
1229 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
1246 StartDepth--; in findGapAreaBetween()
1285 size_t StartDepth = locationDepth(StartingLoc); in findAreaStartingFromTo() local
1288 bool UnnestStart = StartDepth >= EndDepth; in findAreaStartingFromTo()
1289 bool UnnestEnd = EndDepth >= StartDepth; in findAreaStartingFromTo()
[all …]