Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp2632 StackHintGeneratorForSymbol *StackHint = nullptr; in VisitNode() local
2656 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
2660 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
2664 StackHint = new StackHintGeneratorForSymbol(Sym, ""); in VisitNode()
2668 StackHint = new StackHintGeneratorForReallocationFailed(Sym, in VisitNode()
2688 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
2697 assert(StackHint); in VisitNode()
2702 return new PathDiagnosticEventPiece(Pos, Msg, true, StackHint); in VisitNode()