Searched refs:StackHintGeneratorForSymbol (Results 1 – 3 of 3) sorted by relevance
477 class StackHintGeneratorForSymbol : public StackHintGenerator {483 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {} in StackHintGeneratorForSymbol() function484 ~StackHintGeneratorForSymbol() override {} in ~StackHintGeneratorForSymbol()
485 : 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()
1118 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage()1165 std::string StackHintGeneratorForSymbol::getMessageForArg(const Expr *ArgE, in getMessageForArg()