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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
   20       extern const char * const UnixAPI;

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  570                                  categories::UnixAPI, "Improper arguments"));
  586           Filter.CheckNameCStringNullArg, categories::UnixAPI,
  626           Filter.CheckNameCStringNotNullTerm, categories::UnixAPI,
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  287         D, this, "malloc() size overflow", categories::UnixAPI,
tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
  241                            categories::UnixAPI, OS.str(), L, Ranges);
tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
   96   BT.reset(new BugType(Checker, name, categories::UnixAPI));