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