Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp454 const auto *LPos = getIteratorPosition(State, LVal); in handleComparison() local
457 if (LPos) { in handleComparison()
458 Cont = LPos->getContainer(); in handleComparison()
468 if (!LPos || !RPos) { in handleComparison()
475 if (!LPos) { in handleComparison()
478 LPos = getIteratorPosition(State, LVal); in handleComparison()
488 if (!LPos || !RPos) in handleComparison()
501 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5845 auto LPos = Ranges.begin();
5847 auto Result = insert(LPos, R);
5850 LPos = Result.first;