Home
last modified time | relevance | path

Searched refs:ReportTypeRace (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h23 ReportTypeRace, enumerator
H A Dtsan_suppressions.cpp70 case ReportTypeRace: in conv()
H A Dtsan_report.cpp64 case ReportTypeRace: in ReportTypeString()
431 if (rep->typ == ReportTypeRace) { in PrintReport()
H A Dtsan_debugging.cpp23 case ReportTypeRace: return "data-race"; in ReportTypeDescription()
H A Dtsan_rtl_report.cpp718 if (!ShouldReport(thr, ReportTypeRace)) in ReportRace()
742 ReportType rep_typ = ReportTypeRace; in ReportRace()