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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp97 bool DeallocSent) {
102 if (DeallocSent) {
543 bool DeallocSent = false; local
569 DeallocSent = true;
576 DeallocSent = true;
582 if (!shouldGenerateNote(os, PrevT, CurrV, DeallocSent))
94 shouldGenerateNote(llvm::raw_string_ostream &os, const RefVal *PrevT, const RefVal &CurrV, bool DeallocSent) argument
H A DRetainCountChecker.cpp616 bool DeallocSent = false; local
634 DeallocSent = true;
653 DeallocSent = true;
702 if (DeallocSent) {
1482 std::make_unique<CheckerProgramPointTag>(Chk, "DeallocSent");

Completed in 161 milliseconds