Searched refs:HasReportedLeaks (Results 1 – 6 of 6) sorted by relevance
66 return status == 0 && HasReportedLeaks() ? common_flags()->exitcode : status; in ExitHook()
325 bool HasReportedLeaks();
533 if (status == 0 && HasReportedLeaks()) status = common_flags()->exitcode; in INTERCEPTOR()
817 bool HasReportedLeaks() { return has_reported_leaks; } in HasReportedLeaks() function
507 __lsan::HasReportedLeaks()) { in OnExit()
76 __lsan::HasReportedLeaks()) { in OnExit()