Searched refs:CFRefReport (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1770 class CFRefReport : public BugReport { class 1774 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() function in __anonbe000e510611::CFRefReport 1783 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport() function in __anonbe000e510611::CFRefReport 1799 class CFRefLeakReport : public CFRefReport { 1814 void CFRefReport::addGCModeDescription(const LangOptions &LOpts, in addGCModeDescription() 2370 : CFRefReport(D, LOpts, GCEnabled, Log, n, sym, false) { in CFRefLeakReport() 3279 CFRefReport *report = new CFRefReport(*BT, C.getASTContext().getLangOpts(), in processNonLeakError() 3512 CFRefReport *report = in checkReturnWithRetEffect() 3542 CFRefReport *report = in checkReturnWithRetEffect() 3543 new CFRefReport(*returnNotOwnedForOwned, in checkReturnWithRetEffect() [all …]
|