Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h91 class StackHintGeneratorForSymbol : public StackHintGenerator {
97 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {} in StackHintGeneratorForSymbol() function
98 ~StackHintGeneratorForSymbol() override = default;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h91 class StackHintGeneratorForSymbol : public StackHintGenerator {
97 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {} in StackHintGeneratorForSymbol() function
98 ~StackHintGeneratorForSymbol() override = default;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h91 class StackHintGeneratorForSymbol : public StackHintGenerator {
97 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {} in StackHintGeneratorForSymbol() function
98 ~StackHintGeneratorForSymbol() override = default;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h91 class StackHintGeneratorForSymbol : public StackHintGenerator {
97 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {} in StackHintGeneratorForSymbol() function
98 ~StackHintGeneratorForSymbol() override = default;
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h477 class StackHintGeneratorForSymbol : public StackHintGenerator {
483 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {} in StackHintGeneratorForSymbol() function
484 ~StackHintGeneratorForSymbol() override {} in ~StackHintGeneratorForSymbol()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp485 : public StackHintGeneratorForSymbol {
488 : StackHintGeneratorForSymbol(S, M) {} in StackHintGeneratorForReallocationFailed()
2632 StackHintGeneratorForSymbol *StackHint = nullptr; in VisitNode()
2656 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
2660 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
2664 StackHint = new StackHintGeneratorForSymbol(Sym, ""); in VisitNode()
2688 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp1118 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage()
1165 std::string StackHintGeneratorForSymbol::getMessageForArg(const Expr *ArgE, in getMessageForArg()