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

  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 35 bool report_bugs; member in struct:__tsan::Flags
tsan_flags.cc 41 ParseFlag(env, &f->report_bugs, "report_bugs", "");
76 f->report_bugs = true;
118 if (!f->report_bugs) {
tsan_rtl_report.cc 637 if (!flags()->report_bugs)
tsan_interceptors.cc     [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_flags_test.cc 42 " report_bugs=0"
87 " report_bugs=true"
132 EXPECT_EQ(f->report_bugs, 0);
177 EXPECT_EQ(f->report_bugs, true);

Completed in 282 milliseconds