Searched refs:HasReportedLeaks (Results 1 – 5 of 5) sorted by relevance
65 return status == 0 && HasReportedLeaks() ? common_flags()->exitcode : status; in ExitHook()
277 bool HasReportedLeaks();
489 if (status == 0 && HasReportedLeaks()) status = common_flags()->exitcode; in INTERCEPTOR()
754 bool HasReportedLeaks() { return has_reported_leaks; } in HasReportedLeaks() function
72 __lsan::HasReportedLeaks()) { in OnExit()