Home
last modified time | relevance | path

Searched refs:HasReportedLeaks (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common_fuchsia.cpp65 return status == 0 && HasReportedLeaks() ? common_flags()->exitcode : status; in ExitHook()
H A Dlsan_common.h277 bool HasReportedLeaks();
H A Dlsan_interceptors.cpp489 if (status == 0 && HasReportedLeaks()) status = common_flags()->exitcode; in INTERCEPTOR()
H A Dlsan_common.cpp754 bool HasReportedLeaks() { return has_reported_leaks; } in HasReportedLeaks() function
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp72 __lsan::HasReportedLeaks()) { in OnExit()