Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_common_fuchsia.cpp56 return status == 0 && HasReportedLeaks() ? common_flags()->exitcode : status; in ExitHook()
Dlsan_common.h252 bool HasReportedLeaks();
Dlsan_interceptors.cpp492 if (status == 0 && HasReportedLeaks()) status = common_flags()->exitcode; in INTERCEPTOR()
Dlsan_common.cpp742 bool HasReportedLeaks() { return has_reported_leaks; } in HasReportedLeaks() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp72 __lsan::HasReportedLeaks()) { in OnExit()