Searched refs:RefCountReport (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.h | 38 class RefCountReport : public BugReport { 43 RefCountReport(RefCountBug &D, const LangOptions &LOpts, 47 RefCountReport(RefCountBug &D, const LangOptions &LOpts, 59 class RefLeakReport : public RefCountReport {
|
| H A D | RetainCountDiagnostics.cpp | 688 RefCountReport::RefCountReport(RefCountBug &D, const LangOptions &LOpts, in RefCountReport() function in RefCountReport 696 RefCountReport::RefCountReport(RefCountBug &D, const LangOptions &LOpts, in RefCountReport() function in RefCountReport 785 : RefCountReport(D, LOpts, n, sym, false) { in RefLeakReport()
|
| H A D | RetainCountChecker.cpp | 899 auto report = llvm::make_unique<RefCountReport>( in processNonLeakError() 1131 auto R = llvm::make_unique<RefCountReport>( in checkReturnWithRetEffect() 1316 auto R = llvm::make_unique<RefCountReport>(*overAutorelease, LOpts, N, Sym, in handleAutoreleaseCounts()
|