Home
last modified time | relevance | path

Searched refs:LeakAtReturn (Results 1 – 5 of 5) 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.cpp1094 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 DRetainCountChecker.h261 std::unique_ptr<RefCountBug> LeakAtReturn; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc7369 {"_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"},