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

  /external/compiler-rt/lib/msan/
msan_flags.h 28 bool report_umrs; member in struct:__msan::Flags
msan.cc 144 ParseFlag(str, &f->report_umrs, "report_umrs", "");
177 f->report_umrs = true;
476 if (!__msan::flags()->report_umrs) return;
msan_report.cc 100 if (!__msan::flags()->report_umrs) return;
msan_interceptors.cc 71 if (offset >= 0 && __msan::flags()->report_umrs) { \
    [all...]

Completed in 60 milliseconds