Searched refs:StackHintGeneratorForSymbol (Results 1 – 3 of 3) sorted by relevance
478 class StackHintGeneratorForSymbol : public StackHintGenerator {484 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {} in StackHintGeneratorForSymbol() function485 ~StackHintGeneratorForSymbol() override {} in ~StackHintGeneratorForSymbol()
483 : public StackHintGeneratorForSymbol {486 : StackHintGeneratorForSymbol(S, M) {} in StackHintGeneratorForReallocationFailed()2600 StackHintGeneratorForSymbol *StackHint = nullptr; in VisitNode()2624 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()2628 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()2632 StackHint = new StackHintGeneratorForSymbol(Sym, ""); in VisitNode()2656 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
1126 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage()1173 std::string StackHintGeneratorForSymbol::getMessageForArg(const Expr *ArgE, in getMessageForArg()