reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  353 bool isBehindPastTheEnd(ProgramStateRef State, const IteratorPosition &Pos);

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 1055   if (isBehindPastTheEnd(State, advancePosition(C, Op, *Pos, Value))) {