Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h38 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 DRetainCountDiagnostics.cpp688 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 DRetainCountChecker.cpp899 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()