Searched refs:RefCountReport (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.h | 49 class RefCountReport : public PathSensitiveBugReport { 55 RefCountReport(const RefCountBug &D, const LangOptions &LOpts, 59 RefCountReport(const RefCountBug &D, const LangOptions &LOpts, 70 class RefLeakReport : public RefCountReport {
|
H A D | RetainCountDiagnostics.cpp | 844 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport() function in RefCountReport 852 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport() function in RefCountReport 998 : RefCountReport(D, LOpts, N, Sym, /*isLeak=*/true) { in RefLeakReport()
|
H A D | RetainCountChecker.cpp | 878 auto report = std::make_unique<RefCountReport>( in processNonLeakError() 1122 auto R = std::make_unique<RefCountReport>( in checkReturnWithRetEffect() 1276 auto R = std::make_unique<RefCountReport>(*OverAutorelease, LOpts, N, Sym, in handleAutoreleaseCounts()
|