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

References

tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  130     checkVAListStartCall(Call, C, false);
  132     checkVAListStartCall(Call, C, true);
  134     checkVAListEndCall(Call, C);
  142                             Call.getArgExpr(FuncInfo.VAListPos), Symbolic, C);
  146       if (C.getState()->contains<InitializedVALists>(VAList))
  157       reportUninitializedAccess(VAList, Errmsg.c_str(), C);