Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h93 class StackHintGeneratorForSymbol : public StackHintGenerator {
99 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {} in StackHintGeneratorForSymbol() function
100 ~StackHintGeneratorForSymbol() override = default;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp831 : public StackHintGeneratorForSymbol {
834 : StackHintGeneratorForSymbol(S, M) {} in StackHintGeneratorForReallocationFailed()
3201 std::unique_ptr<StackHintGeneratorForSymbol> StackHint = nullptr; in VisitNode()
3208 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3219 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3231 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3249 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3290 StackHint = std::make_unique<StackHintGeneratorForSymbol>(Sym, ""); in VisitNode()
3314 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp283 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage()
331 std::string StackHintGeneratorForSymbol::getMessageForArg(const Expr *ArgE, in getMessageForArg()