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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2363   if (!CheckKind.hasValue())
 2367     if (!BT_BadFree[*CheckKind])
 2368       BT_BadFree[*CheckKind].reset(new BugType(
 2369           CheckNames[*CheckKind], "Bad free", categories::MemoryError));
 2384     auto R = std::make_unique<PathSensitiveBugReport>(*BT_BadFree[*CheckKind],