Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp470 const auto BackSym = in handlePopBack() local
482 State = invalidateIteratorPositions(State, BackSym, BO_GE); in handlePopBack()
485 State = invalidateIteratorPositions(State, BackSym, BO_EQ); in handlePopBack()
487 auto newEndSym = BackSym; in handlePopBack()