Searched refs:CFRefLeakReport (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1823 class CFRefLeakReport : public CFRefReport { class 1826 CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, 2390 CFRefLeakReport::CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, in CFRefLeakReport() function in CFRefLeakReport 3567 C.emitReport(std::unique_ptr<BugReport>(new CFRefLeakReport( in checkReturnWithRetEffect() 3853 new CFRefLeakReport(*BT, LOpts, GCEnabled, SummaryLog, N, *I, Ctx, in processLeaks()
|