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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  229   void reportOutOfRangeBug(const StringRef &Message, const SVal &Val,

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  932     reportOutOfRangeBug("Past-the-end iterator dereferenced.", Val, C, N);
 1052     reportOutOfRangeBug("Iterator decremented ahead of its valid range.", LHS,
 1059     reportOutOfRangeBug("Iterator incremented behind the past-the-end "