Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp99 bool DeallocSent) { in shouldGenerateNote() argument
104 if (DeallocSent) { in shouldGenerateNote()
549 bool DeallocSent = false; in VisitNode() local
575 DeallocSent = true; in VisitNode()
582 DeallocSent = true; in VisitNode()
588 if (!shouldGenerateNote(os, PrevT, CurrV, DeallocSent)) in VisitNode()
H A DRetainCountChecker.cpp617 bool DeallocSent = false; in checkSummary() local
635 DeallocSent = true; in checkSummary()
654 DeallocSent = true; in checkSummary()
703 if (DeallocSent) { in checkSummary()