Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp76 auto RangeIt = Range.begin(); in finalizeVisitor() local
79 RefutationSolver, Ctx, Sym, RangeIt->From(), RangeIt->To(), in finalizeVisitor()
81 while ((++RangeIt) != Range.end()) { in finalizeVisitor()
84 RangeIt->From(), RangeIt->To(), in finalizeVisitor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1834 auto RangeIt = Asm->MBBSectionRanges.find(RangeMBB->getSectionID()); in buildLocationList() local
1835 assert(RangeIt != Asm->MBBSectionRanges.end() && in buildLocationList()
1839 auto NextRangeIt = std::next(RangeIt); in buildLocationList()
1848 if ((RangeIt->second.EndLabel != Asm->getFunctionEnd() && in buildLocationList()
1849 CurEntry->getEndSym() != RangeIt->second.EndLabel) || in buildLocationList()
1853 RangeIt = NextRangeIt; in buildLocationList()
1854 NextRangeIt = std::next(RangeIt); in buildLocationList()