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

References

tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  360   if (!VAList)
  368   if (!C.getState()->contains<InitializedVALists>(VAList)) {
  370         VAList, "va_end() is called on an uninitialized va_list", C);
  374   State = State->remove<InitializedVALists>(VAList);