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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp613 // `AdvancedState` is a state where the position of `LHS` is advanced. We
616 auto AdvancedState = advancePosition(State, Iterator, Op, *Value); local
617 if (AdvancedState) {
618 const auto *NewPos = getIteratorPosition(AdvancedState, Iterator);
657 // `AdvancedState` is a state where the position of `Old` is advanced. We
660 auto AdvancedState = advancePosition(State, OldVal, OK, Offset); local
661 if (AdvancedState) {
662 const IteratorPosition *NewPos = getIteratorPosition(AdvancedState, OldVal);

Completed in 71 milliseconds