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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2055   if (!CheckKind.hasValue())
 2059     if (!BT_BadFree[*CheckKind])
 2060       BT_BadFree[*CheckKind].reset(new BugType(
 2061           CheckNames[*CheckKind], "Bad free", categories::MemoryError));
 2084     auto R = std::make_unique<PathSensitiveBugReport>(*BT_BadFree[*CheckKind],