Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp457 const auto *LPos = getIteratorPosition(State, LVal); in handleComparison() local
460 if (LPos) { in handleComparison()
461 Cont = LPos->getContainer(); in handleComparison()
471 if (!LPos || !RPos) { in handleComparison()
478 if (!LPos) { in handleComparison()
481 LPos = getIteratorPosition(State, LVal); in handleComparison()
491 if (!LPos || !RPos) in handleComparison()
504 processComparison(C, State, LPos->getOffset(), RPos->getOffset(), RetVal, Op); in handleComparison()