Home
last modified time | relevance | path

Searched refs:unsuppressed_count (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp844 uptr unsuppressed_count = report.UnsuppressedLeakCount(); in PrintResults() local
845 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() local
1010 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()