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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2061           CheckNames[*CheckKind], "Bad free", categories::MemoryError));
 2107           CheckNames[*CheckKind], "Free alloca()", categories::MemoryError));
 2131           new BugType(CheckNames[CK_MismatchedDeallocatorChecker],
 2194         CheckNames[*CheckKind], "Offset free", categories::MemoryError));
 2247           CheckNames[*CheckKind], "Use-after-free", categories::MemoryError));
 2285           CheckNames[*CheckKind], "Double free", categories::MemoryError));
 2312       BT_DoubleDelete.reset(new BugType(CheckNames[CK_NewDeleteChecker],
 2341           new BugType(CheckNames[*CheckKind], "Use of zero allocated",
 2369           CheckNames[*CheckKind], "Bad free", categories::MemoryError));
 2581     BT_Leak[*CheckKind].reset(new BugType(CheckNames[*CheckKind], "Memory leak",
 3374         Out << " (" << CheckNames[*CheckKind].getName() << ")";
 3399   checker->CheckNames[MallocChecker::CK_InnerPointerChecker] =