Searched refs:RefCountReport (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/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 | 838 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport() function in RefCountReport 846 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport() function in RefCountReport 989 : RefCountReport(D, LOpts, N, Sym, /*isLeak=*/true) { in RefLeakReport()
|
| H A D | RetainCountChecker.cpp | 876 auto report = std::make_unique<RefCountReport>( in processNonLeakError() 1115 auto R = std::make_unique<RefCountReport>( in checkReturnWithRetEffect() 1264 auto R = std::make_unique<RefCountReport>(*OverAutorelease, LOpts, N, Sym, in handleAutoreleaseCounts()
|