Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_common.h233 bool HasReportedLeaks();
H A Dlsan_interceptors.cc419 if (status == 0 && HasReportedLeaks()) status = common_flags()->exitcode; in INTERCEPTOR()
H A Dlsan_common.cc611 bool HasReportedLeaks() { return has_reported_leaks; } in HasReportedLeaks() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_interceptors.cc73 __lsan::HasReportedLeaks()) { in OnExit()