Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1023 : public StackHintGeneratorForSymbol {
1026 : StackHintGeneratorForSymbol(S, M) {} in StackHintGeneratorForReallocationFailed()
3409 std::unique_ptr<StackHintGeneratorForSymbol> StackHint = nullptr; in VisitNode()
3416 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3427 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3439 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3458 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
3499 StackHint = std::make_unique<StackHintGeneratorForSymbol>(Sym, ""); in VisitNode()
3523 StackHint = std::make_unique<StackHintGeneratorForSymbol>( in VisitNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp288 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage()
334 std::string StackHintGeneratorForSymbol::getMessageForArg(const Expr *ArgE, in getMessageForArg()