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 26 bool report_umrs; member in struct:__msan::Flags
msan_report.cc 92 if (!__msan::flags()->report_umrs) return;
msan.cc 130 ParseFlag(str, &f->report_umrs, "report_umrs");
151 f->report_umrs = true;
msan_interceptors.cc 57 if (offset >= 0 && __msan::flags()->report_umrs) { \
    [all...]

Completed in 1221 milliseconds