Searched refs:unsuppressed_count (Results 1 – 1 of 1) sorted by relevance
844 uptr unsuppressed_count = report.UnsuppressedLeakCount(); in PrintResults() local845 if (unsuppressed_count) { in PrintResults()858 if (unsuppressed_count) in PrintResults()860 if ((unsuppressed_count && common_flags()->verbosity >= 2) || in PrintResults()863 return unsuppressed_count; in PrintResults()1009 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local1010 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count) in ReportTopLeaks()1022 if (leaks_reported < unsuppressed_count) { in ReportTopLeaks()1023 uptr remaining = unsuppressed_count - leaks_reported; in ReportTopLeaks()