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

References

tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  541       for (auto J = 0U; J < Func->getNumParams(); ++J) {
  541       for (auto J = 0U; J < Func->getNumParams(); ++J) {
  542         const auto *Param = Func->getParamDecl(J);
  549           LHS = Call.getArgSVal(J);
  551           verifyMatch(C, LHS, Call.getArgSVal(J));