Home
last modified time | relevance | path

Searched refs:RefCountReport (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h49 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 DRetainCountDiagnostics.cpp844 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 DRetainCountChecker.cpp878 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()