HomeSort by relevance Sort by last modified time
    Searched refs:msan_report_count (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/msan/
msan_linux.cc 93 if (flags()->print_stats && (flags()->atexit || msan_report_count > 0))
95 if (msan_report_count > 0) {
msan_report.cc 143 if (msan_report_count > 0) {
146 Printf("MemorySanitizer: %d warnings reported.\n", msan_report_count);
msan.h 41 extern int msan_report_count;
msan.cc 99 int msan_report_count = 0; member in namespace:__msan
214 ++msan_report_count;

Completed in 54 milliseconds