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

References

tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  127   if (!Call.isGlobalCFunction())
  129   if (Call.isCalled(VaStart))
  130     checkVAListStartCall(Call, C, false);
  131   else if (Call.isCalled(VaCopy))
  132     checkVAListStartCall(Call, C, true);
  133   else if (Call.isCalled(VaEnd))
  134     checkVAListEndCall(Call, C);
  137       if (!Call.isCalled(FuncInfo.Func))
  141           getVAListAsRegion(Call.getArgSVal(FuncInfo.VAListPos),
  142                             Call.getArgExpr(FuncInfo.VAListPos), Symbolic, C);