Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp837 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport() function in RefCountReport
845 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport() function in RefCountReport
990 : RefCountReport(D, LOpts, N, Sym, /*isLeak=*/true) { in RefLeakReport()
H A DRetainCountChecker.cpp877 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()