Searched refs:LeakAtReturn (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.h | 37 LeakAtReturn, enumerator
|
| H A D | RetainCountDiagnostics.cpp | 40 case LeakAtReturn: in bugTypeToName() 63 case LeakAtReturn: in getDescription() 72 BT == LeakAtReturn), in RefCountBug()
|
| H A D | RetainCountChecker.cpp | 1094 std::make_unique<RefLeakReport>(*LeakAtReturn, LOpts, N, Sym, C); in checkReturnWithRetEffect() 1311 const RefCountBug &BT = Pred ? *LeakWithinFunction : *LeakAtReturn; in processLeaks() 1493 INIT_BUGTYPE(LeakAtReturn) in registerRetainCountChecker() 1525 LAZY_INIT_BUGTYPE(LeakAtReturn) in registerOSObjectRetainCountChecker()
|
| H A D | RetainCountChecker.h | 261 std::unique_ptr<RefCountBug> LeakAtReturn; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 7369 {"_ZN12_GLOBAL__N_112LeakAtReturnD1Ev", "(anonymous namespace)::LeakAtReturn::~LeakAtReturn()"}, 7370 {"_ZN12_GLOBAL__N_112LeakAtReturnD0Ev", "(anonymous namespace)::LeakAtReturn::~LeakAtReturn()"}, 25233 {"_ZTVN12_GLOBAL__N_112LeakAtReturnE", "vtable for (anonymous namespace)::LeakAtReturn"},
|