Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_flags.h28 bool report_umrs; member
Dmsan.cc144 ParseFlag(str, &f->report_umrs, "report_umrs", ""); in ParseFlagsFromString()
177 f->report_umrs = true; in InitializeFlags()
476 if (!__msan::flags()->report_umrs) return; in __msan_check_mem_is_initialized()
Dmsan_report.cc100 if (!__msan::flags()->report_umrs) return; in ReportUMR()
Dmsan_interceptors.cc71 if (offset >= 0 && __msan::flags()->report_umrs) { \