Searched refs:unsuppressed_count (Results 1 – 3 of 3) sorted by relevance
590 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); in CheckForLeaks() local591 if (unsuppressed_count > 0) { in CheckForLeaks()603 if (unsuppressed_count > 0) { in CheckForLeaks()711 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local712 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count) in ReportTopLeaks()722 if (leaks_reported < unsuppressed_count) { in ReportTopLeaks()723 uptr remaining = unsuppressed_count - leaks_reported; in ReportTopLeaks()
588 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); in CheckForLeaks() local589 if (unsuppressed_count > 0) { in CheckForLeaks()601 if (unsuppressed_count > 0) { in CheckForLeaks()709 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local710 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count) in ReportTopLeaks()720 if (leaks_reported < unsuppressed_count) { in ReportTopLeaks()721 uptr remaining = unsuppressed_count - leaks_reported; in ReportTopLeaks()
662 uptr unsuppressed_count = report.UnsuppressedLeakCount(); in PrintResults() local663 if (unsuppressed_count) { in PrintResults()676 if (unsuppressed_count > 0) { in PrintResults()835 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local836 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count) in ReportTopLeaks()846 if (leaks_reported < unsuppressed_count) { in ReportTopLeaks()847 uptr remaining = unsuppressed_count - leaks_reported; in ReportTopLeaks()