Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp1347 const auto BackSym = in handlePopBack() local
1357 State = invalidateIteratorPositions(State, BackSym, BO_GE); in handlePopBack()
1360 State = invalidateIteratorPositions(State, BackSym, BO_EQ); in handlePopBack()
1362 auto newEndSym = BackSym; in handlePopBack()