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
   19       extern const char * const MemoryError;

References

tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
   39              categories::MemoryError};
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2061           CheckNames[*CheckKind], "Bad free", categories::MemoryError));
 2107           CheckNames[*CheckKind], "Free alloca()", categories::MemoryError));
 2132                       "Bad deallocator", categories::MemoryError));
 2194         CheckNames[*CheckKind], "Offset free", categories::MemoryError));
 2247           CheckNames[*CheckKind], "Use-after-free", categories::MemoryError));
 2285           CheckNames[*CheckKind], "Double free", categories::MemoryError));
 2314                                         categories::MemoryError));
 2342                       categories::MemoryError));
 2369           CheckNames[*CheckKind], "Bad free", categories::MemoryError));
 2582                                           categories::MemoryError,
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  164       BT.reset(new BugType(this, "Nullability", categories::MemoryError));
tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  257                                         categories::MemoryError));
  280                       "Leaked va_list", categories::MemoryError,