Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()