Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp46 bool DeallocSent) { in shouldGenerateNote() argument
51 if (DeallocSent) { in shouldGenerateNote()
429 bool DeallocSent = false; in VisitNode() local
451 DeallocSent = true; in VisitNode()
458 DeallocSent = true; in VisitNode()
464 if (!shouldGenerateNote(os, PrevT, CurrV, DeallocSent)) in VisitNode()
H A DRetainCountChecker.cpp633 bool DeallocSent = false; in checkSummary() local
651 DeallocSent = true; in checkSummary()
670 DeallocSent = true; in checkSummary()
719 if (DeallocSent) { in checkSummary()