Searched refs:CFRefReport (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1793 class CFRefReport : public BugReport { class 1797 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() function in __anonbe000e510611::CFRefReport 1806 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() function in __anonbe000e510611::CFRefReport 1822 class CFRefLeakReport : public CFRefReport { 1837 void CFRefReport::addGCModeDescription(const LangOptions &LOpts, in addGCModeDescription() 2394 : CFRefReport(D, LOpts, GCEnabled, Log, n, sym, false) { in CFRefLeakReport() 3342 new CFRefReport(*BT, C.getASTContext().getLangOpts(), C.isObjCGCEnabled(), in processNonLeakError() 3601 C.emitReport(std::unique_ptr<BugReport>(new CFRefReport( in checkReturnWithRetEffect() 3806 new CFRefReport(*overAutorelease, LOpts, /* GCEnabled = */ false, in handleAutoreleaseCounts()
|