Searched refs:LeakAtReturn (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h37 LeakAtReturn, enumerator in enum:clang::ento::retaincountchecker::RefCountBug::RefCountBugKind
H A DRetainCountDiagnostics.cpp40 case LeakAtReturn:
63 case LeakAtReturn:
72 BT == LeakAtReturn),
H A DRetainCountChecker.cpp1098 std::make_unique<RefLeakReport>(*LeakAtReturn, LOpts, N, Sym, C);
1323 const RefCountBug &BT = Pred ? *LeakWithinFunction : *LeakAtReturn;
1507 INIT_BUGTYPE(LeakAtReturn)
1539 LAZY_INIT_BUGTYPE(LeakAtReturn)
H A DRetainCountChecker.h261 std::unique_ptr<RefCountBug> LeakAtReturn; member in class:clang::ento::retaincountchecker::RetainCountChecker

Completed in 65 milliseconds