Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h37 LeakAtReturn, enumerator
H A DRetainCountDiagnostics.cpp40 case LeakAtReturn: in bugTypeToName()
63 case LeakAtReturn: in getDescription()
72 BT == LeakAtReturn), in RefCountBug()
H A DRetainCountChecker.cpp1098 std::make_unique<RefLeakReport>(*LeakAtReturn, LOpts, N, Sym, C); in checkReturnWithRetEffect()
1323 const RefCountBug &BT = Pred ? *LeakWithinFunction : *LeakAtReturn; in processLeaks()
1507 INIT_BUGTYPE(LeakAtReturn) in registerRetainCountChecker()
1539 LAZY_INIT_BUGTYPE(LeakAtReturn) in registerOSObjectRetainCountChecker()