Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1037 : public StackHintGeneratorForSymbol {
1040 : StackHintGeneratorForSymbol(S, M) {} in StackHintGeneratorForReallocationFailed()
3417 std::unique_ptr<StackHintGeneratorForSymbol> StackHint = nullptr; in VisitNode()
3424 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3435 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3447 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3465 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3506 StackHint = std::make_unique<StackHintGeneratorForSymbol>(Sym, ""); in VisitNode()
3530 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp286 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage()
334 std::string StackHintGeneratorForSymbol::getMessageForArg(const Expr *ArgE, in getMessageForArg()