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

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
 1030   const auto *Pos = getIteratorPosition(State, LHS);
 1036     Value = State->getRawSVal(*ValAsLoc);
 1043   if (isZero(State, Value.castAs<NonLoc>()))
 1048   if (isAheadOfRange(State, advancePosition(C, Op, *Pos, Value))) {
 1049     auto *N = C.generateErrorNode(State);
 1055   if (isBehindPastTheEnd(State, advancePosition(C, Op, *Pos, Value))) {
 1056     auto *N = C.generateErrorNode(State);