Searched refs:AllocBindingToReport (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h72 const MemRegion *AllocBindingToReport = nullptr; member in class:clang::ento::retaincountchecker::RefLeakReport
H A DRetainCountDiagnostics.cpp923 describeRegion(AllocBindingToReport);
943 AllocBindingToReport = AllocFirstBinding;
972 AllocBindingToReport = AllVarBindings[0].first;
974 // Because 'AllocBindingToReport' is not the same as
978 // NOTE: We use the actual SVal stored in AllocBindingToReport here because
984 AllocBindingToReport, *this);
986 AllocBindingToReport = AllocFirstBinding;
1003 addVisitor<RefLeakReportVisitor>(Sym, AllocBindingToReport);

Completed in 85 milliseconds