Searched refs:CFRefReport (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1794 class CFRefReport : public BugReport { class 1798 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() function in __anonf8e0d6ba0611::CFRefReport 1807 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() function in __anonf8e0d6ba0611::CFRefReport 1823 class CFRefLeakReport : public CFRefReport { 1838 void CFRefReport::addGCModeDescription(const LangOptions &LOpts, in addGCModeDescription() 2395 : CFRefReport(D, LOpts, GCEnabled, Log, n, sym, false) { in CFRefLeakReport() 3335 new CFRefReport(*BT, C.getASTContext().getLangOpts(), C.isObjCGCEnabled(), in processNonLeakError() 3594 C.emitReport(std::unique_ptr<BugReport>(new CFRefReport( in checkReturnWithRetEffect() 3799 new CFRefReport(*overAutorelease, LOpts, /* GCEnabled = */ false, in handleAutoreleaseCounts()
|