Searched refs:CFRefLeakReport (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1799 class CFRefLeakReport : public CFRefReport { class 1802 CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, 2365 CFRefLeakReport::CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, in CFRefLeakReport() function in CFRefLeakReport 3513 new CFRefLeakReport(*getLeakAtReturnBug(LOpts, GCEnabled), in checkReturnWithRetEffect() 3804 CFRefLeakReport *report = new CFRefLeakReport(*BT, LOpts, GCEnabled, in processLeaks()
|