Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp146 if (msan_report_count > 0) { in ReportAtExitStatistics()
149 Printf("MemorySanitizer: %d warnings reported.\n", msan_report_count); in ReportAtExitStatistics()
H A Dmsan_linux.cpp205 if (flags()->print_stats && (flags()->atexit || msan_report_count > 0)) in MsanAtExit()
207 if (msan_report_count > 0) { in MsanAtExit()
H A Dmsan.cpp98 int msan_report_count = 0; variable
245 ++msan_report_count; in PrintWarningWithOrigin()
H A Dmsan.h263 extern int msan_report_count;