Home
last modified time | relevance | path

Searched refs:report_bugs (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.cc44 f->report_bugs = true; in InitializeFlags()
72 ParseFlag(env, &f->report_bugs, "report_bugs"); in InitializeFlags()
91 if (!f->report_bugs) { in InitializeFlags()
Dtsan_flags.h38 bool report_bugs; member
Dtsan_rtl_report.cc590 if (!flags()->report_bugs) in ReportRace()
Dtsan_interceptors.cc1797 if (flags()->report_bugs && errno != 0) { in ProcessPendingSignals()