Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc590 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); in CheckForLeaks() local
591 if (unsuppressed_count > 0) { in CheckForLeaks()
603 if (unsuppressed_count > 0) { in CheckForLeaks()
711 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local
712 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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.cc588 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); in CheckForLeaks() local
589 if (unsuppressed_count > 0) { in CheckForLeaks()
601 if (unsuppressed_count > 0) { in CheckForLeaks()
709 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local
710 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()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common.cpp662 uptr unsuppressed_count = report.UnsuppressedLeakCount(); in PrintResults() local
663 if (unsuppressed_count) { in PrintResults()
676 if (unsuppressed_count > 0) { in PrintResults()
835 uptr unsuppressed_count = UnsuppressedLeakCount(); in ReportTopLeaks() local
836 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()