Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp458 const auto *LPos = getIteratorPosition(State, LVal); in handleComparison() local
461 if (LPos) { in handleComparison()
462 Cont = LPos->getContainer(); in handleComparison()
472 if (!LPos || !RPos) { in handleComparison()
479 if (!LPos) { in handleComparison()
482 LPos = getIteratorPosition(State, LVal); in handleComparison()
492 if (!LPos || !RPos) in handleComparison()
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5956 auto LPos = Ranges.begin();
5958 auto Result = insert(LPos, R);
5961 LPos = Result.first;