Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.h70 class RefLeakReport : public RefCountReport {
87 RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, ExplodedNode *n,
DRetainCountDiagnostics.cpp773 PathDiagnosticLocation L = cast<RefLeakReport>(BR).getEndOfPath(); in getEndPath()
860 void RefLeakReport::deriveParamLocation(CheckerContext &Ctx) { in deriveParamLocation()
879 void RefLeakReport::deriveAllocLocation(CheckerContext &Ctx) { in deriveAllocLocation()
920 void RefLeakReport::createDescription(CheckerContext &Ctx) { in createDescription()
937 void RefLeakReport::findBindingToReport(CheckerContext &Ctx, in findBindingToReport()
994 RefLeakReport::RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, in RefLeakReport() function in RefLeakReport
DRetainCountChecker.cpp1098 std::make_unique<RefLeakReport>(*LeakAtReturn, LOpts, N, Sym, C); in checkReturnWithRetEffect()
1324 Ctx.emitReport(std::make_unique<RefLeakReport>(BT, LOpts, N, L, Ctx)); in processLeaks()