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

References

tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  194   if (!VAList)
  198   if (!State->contains<InitializedVALists>(VAList))
  200         VAList, "va_arg() is called on an uninitialized va_list", C);