HomeSort by: relevance | last modified time | path
    Searched defs:unsuppressed_count (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 590 uptr unsuppressed_count = param.leak_report.UnsuppressedLeakCount(); local
591 if (unsuppressed_count > 0) {
603 if (unsuppressed_count > 0) {
711 uptr unsuppressed_count = UnsuppressedLeakCount(); local
712 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count)
722 if (leaks_reported < unsuppressed_count) {
723 uptr remaining = unsuppressed_count - leaks_reported;
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp 739 uptr unsuppressed_count = report.UnsuppressedLeakCount(); local
740 if (unsuppressed_count) {
753 if (unsuppressed_count > 0) {
897 uptr unsuppressed_count = UnsuppressedLeakCount(); local
898 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count)
910 if (leaks_reported < unsuppressed_count) {
911 uptr remaining = unsuppressed_count - leaks_reported;
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 662 uptr unsuppressed_count = report.UnsuppressedLeakCount(); local
663 if (unsuppressed_count) {
676 if (unsuppressed_count > 0) {
835 uptr unsuppressed_count = UnsuppressedLeakCount(); local
836 if (num_leaks_to_report > 0 && num_leaks_to_report < unsuppressed_count)
846 if (leaks_reported < unsuppressed_count) {
847 uptr remaining = unsuppressed_count - leaks_reported;

Completed in 20 milliseconds