Searched refs:RefLeakReport (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.h | 70 class RefLeakReport : public RefCountReport { 87 RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, ExplodedNode *n,
|
H A D | RetainCountDiagnostics.cpp | 769 PathDiagnosticLocation L = cast<RefLeakReport>(BR).getEndOfPath(); in getEndPath() 853 void RefLeakReport::deriveParamLocation(CheckerContext &Ctx) { in deriveParamLocation() 872 void RefLeakReport::deriveAllocLocation(CheckerContext &Ctx) { in deriveAllocLocation() 913 void RefLeakReport::createDescription(CheckerContext &Ctx) { in createDescription() 930 void RefLeakReport::findBindingToReport(CheckerContext &Ctx, in findBindingToReport() 987 RefLeakReport::RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, in RefLeakReport() function in RefLeakReport
|
H A D | RetainCountChecker.cpp | 1098 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()
|