Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp97 bool DeallocSent) { in shouldGenerateNote() argument
102 if (DeallocSent) { in shouldGenerateNote()
543 bool DeallocSent = false; in VisitNode() local
569 DeallocSent = true; in VisitNode()
576 DeallocSent = true; in VisitNode()
582 if (!shouldGenerateNote(os, PrevT, CurrV, DeallocSent)) in VisitNode()
H A DRetainCountChecker.cpp616 bool DeallocSent = false; in checkSummary() local
634 DeallocSent = true; in checkSummary()
653 DeallocSent = true; in checkSummary()
702 if (DeallocSent) { in checkSummary()