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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp458 const auto *LPos = getIteratorPosition(State, LVal); local
461 if (LPos) {
462 Cont = LPos->getContainer();
472 if (!LPos || !RPos) {
479 if (!LPos) {
482 LPos = getIteratorPosition(State, LVal);
492 if (!LPos || !RPos)
505 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op);

Completed in 118 milliseconds