Searched refs:msan_report_count (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp162 if (flags()->print_stats && (flags()->atexit || msan_report_count > 0))
164 if (msan_report_count > 0) {
H A Dmsan_report.cpp142 if (msan_report_count > 0) {
145 Printf("MemorySanitizer: %d warnings reported.\n", msan_report_count);
H A Dmsan.cpp95 int msan_report_count = 0; member in namespace:__msan
238 ++msan_report_count;
H A Dmsan.h291 extern int msan_report_count;

Completed in 55 milliseconds