Home
last modified time | relevance | path

Searched refs:StackHintGeneratorForSymbol (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h91 class StackHintGeneratorForSymbol : public StackHintGenerator {
97 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {} in StackHintGeneratorForSymbol() function
98 ~StackHintGeneratorForSymbol() override = default;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp947 : public StackHintGeneratorForSymbol {
950 : StackHintGeneratorForSymbol(S, M) {} in StackHintGeneratorForReallocationFailed()
3475 std::unique_ptr<StackHintGeneratorForSymbol> StackHint = nullptr; in VisitNode()
3482 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3493 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3505 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3524 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3565 StackHint = std::make_unique<StackHintGeneratorForSymbol>(Sym, ""); in VisitNode()
3589 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp298 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage()
344 std::string StackHintGeneratorForSymbol::getMessageForArg(const Expr *ArgE, in getMessageForArg()