Searched defs:unsuppressed_count (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc442 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); local
443 if (unsuppressed_count > 0) {
455 if (unsuppressed_count > 0) {
547 uptr unsuppressed_count = UnsuppressedLeakCount(); local
548 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count)
558 if (leaks_reported < unsuppressed_count) {
559 uptr remaining = unsuppressed_count - leaks_reported;

Completed in 113 milliseconds