Searched refs:report_umrs (Results 1 – 4 of 4) sorted by relevance
28 bool report_umrs; member
144 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()
100 if (!__msan::flags()->report_umrs) return; in ReportUMR()
71 if (offset >= 0 && __msan::flags()->report_umrs) { \