Searched refs:RefLeakReport (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/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 | 767 PathDiagnosticLocation L = cast<RefLeakReport>(BR).getEndOfPath(); in getEndPath() 854 void RefLeakReport::deriveParamLocation(CheckerContext &Ctx) { in deriveParamLocation() 873 void RefLeakReport::deriveAllocLocation(CheckerContext &Ctx) { in deriveAllocLocation() 914 void RefLeakReport::createDescription(CheckerContext &Ctx) { in createDescription() 931 void RefLeakReport::findBindingToReport(CheckerContext &Ctx, in findBindingToReport() 988 RefLeakReport::RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, in RefLeakReport() function in RefLeakReport
|
| H A D | RetainCountChecker.cpp | 1099 std::make_unique<RefLeakReport>(*LeakAtReturn, LOpts, N, Sym, C); in checkReturnWithRetEffect() 1325 Ctx.emitReport(std::make_unique<RefLeakReport>(BT, LOpts, N, L, Ctx)); in processLeaks()
|