Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_fuchsia.cpp66 return status == 0 && HasReportedLeaks() ? common_flags()->exitcode : status; in ExitHook()
H A Dlsan_common.h325 bool HasReportedLeaks();
H A Dlsan_interceptors.cpp531 if (status == 0 && HasReportedLeaks()) status = common_flags()->exitcode; in INTERCEPTOR()
H A Dlsan_common.cpp817 bool HasReportedLeaks() { return has_reported_leaks; } in HasReportedLeaks() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp507 __lsan::HasReportedLeaks()) { in OnExit()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp76 __lsan::HasReportedLeaks()) { in OnExit()