Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp1100 std::make_unique<RefLeakReport>(*LeakAtReturn, LOpts, N, Sym, C); in checkReturnWithRetEffect()
1325 const RefCountBug &BT = Pred ? *LeakWithinFunction : *LeakAtReturn; in processLeaks()
1509 INIT_BUGTYPE(LeakAtReturn) in registerRetainCountChecker()
1541 LAZY_INIT_BUGTYPE(LeakAtReturn) in registerOSObjectRetainCountChecker()
H A DRetainCountChecker.h262 std::unique_ptr<RefCountBug> LeakAtReturn; variable