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

  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 38 bool report_bugs; member in struct:__tsan::Flags
tsan_flags.cc 44 f->report_bugs = true;
72 ParseFlag(env, &f->report_bugs, "report_bugs");
91 if (!f->report_bugs) {
tsan_rtl_report.cc 590 if (!flags()->report_bugs)
tsan_interceptors.cc     [all...]

Completed in 336 milliseconds