Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h27 ReportTypeExternalRace, enumerator
H A Dtsan_suppressions.cpp74 case ReportTypeExternalRace: in conv()
H A Dtsan_debugging.cpp27 case ReportTypeExternalRace: return "external-race"; in ReportTypeDescription()
H A Dtsan_report.cpp72 case ReportTypeExternalRace: { in ReportTypeString()
H A Dtsan_rtl_report.cpp787 rep_typ = ReportTypeExternalRace; in ReportRace()