Searched refs:StackHintGeneratorForSymbol (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | PathDiagnostic.h | 506 class StackHintGeneratorForSymbol : public StackHintGenerator { 512 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {} in StackHintGeneratorForSymbol() function 513 ~StackHintGeneratorForSymbol() override = default;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 539 : public StackHintGeneratorForSymbol { 542 : StackHintGeneratorForSymbol(S, M) {} in StackHintGeneratorForReallocationFailed() 2913 StackHintGeneratorForSymbol *StackHint = nullptr; in VisitNode() 2920 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode() 2931 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode() 2943 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode() 2959 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode() 3000 StackHint = new StackHintGeneratorForSymbol(Sym, ""); in VisitNode() 3024 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | PathDiagnostic.cpp | 1275 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage() 1323 std::string StackHintGeneratorForSymbol::getMessageForArg(const Expr *ArgE, in getMessageForArg()
|