Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp2614 StackHintGeneratorForSymbol *StackHint = nullptr; in VisitNode() local
2638 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
2642 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
2646 StackHint = new StackHintGeneratorForSymbol(Sym, ""); in VisitNode()
2650 StackHint = new StackHintGeneratorForReallocationFailed(Sym, in VisitNode()
2670 StackHint = new StackHintGeneratorForSymbol(Sym, in VisitNode()
2679 assert(StackHint); in VisitNode()
2684 return new PathDiagnosticEventPiece(Pos, Msg, true, StackHint); in VisitNode()