Searched refs:StackHint (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 2913 StackHintGeneratorForSymbol *StackHint = nullptr; in VisitNode() local 2920 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode() 2931 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode() 2943 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode() 2959 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode() 3000 StackHint = new StackHintGeneratorForSymbol(Sym, ""); in VisitNode() 3004 StackHint = new StackHintGeneratorForReallocationFailed(Sym, in VisitNode() 3024 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode() 3033 assert(StackHint); in VisitNode() 3049 return std::make_shared<PathDiagnosticEventPiece>(Pos, Msg, true, StackHint); in VisitNode()
|