Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp613 size_t StartDepth = locationDepth(StartLoc); in popRegions() local
616 bool UnnestStart = StartDepth >= EndDepth; in popRegions()
617 bool UnnestEnd = EndDepth >= StartDepth; in popRegions()
656 StartDepth--; in popRegions()
885 size_t StartDepth = locationDepth(AfterLoc); in findGapAreaBetween() local
888 bool UnnestStart = StartDepth >= EndDepth; in findGapAreaBetween()
889 bool UnnestEnd = EndDepth >= StartDepth; in findGapAreaBetween()
906 StartDepth--; in findGapAreaBetween()