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()
482 : public StackHintGeneratorForSymbol {485 : StackHintGeneratorForSymbol(S, M) {} in StackHintGeneratorForReallocationFailed()2614 StackHintGeneratorForSymbol *StackHint = nullptr; in VisitNode()2638 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()2642 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()2646 StackHint = new StackHintGeneratorForSymbol(Sym, ""); in VisitNode()2670 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
1124 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage()1171 std::string StackHintGeneratorForSymbol::getMessageForArg(const Expr *ArgE, in getMessageForArg()