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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 3219       StackHint = std::make_unique<StackHintGeneratorForSymbol>(
 3230           StackHint = std::make_unique<StackHintGeneratorForSymbol>(
 3242             StackHint = std::make_unique<StackHintGeneratorForSymbol>(
 3258             StackHint = std::make_unique<StackHintGeneratorForSymbol>(
 3299       StackHint = std::make_unique<StackHintGeneratorForSymbol>(Sym, "");
 3303       StackHint = std::make_unique<StackHintGeneratorForReallocationFailed>(
 3323       StackHint = std::make_unique<StackHintGeneratorForSymbol>(
 3331     assert(!StackHint);
 3335   assert(StackHint);
 3352   BR.addCallStackHint(P, std::move(StackHint));