Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h27 ReportTypeExternalRace, enumerator
H A Dtsan_suppressions.cpp73 case ReportTypeExternalRace: in conv()
H A Dtsan_debugging.cpp27 case ReportTypeExternalRace: return "external-race"; in ReportTypeDescription()
H A Dtsan_report.cpp88 case ReportTypeExternalRace: { in ReportTypeString()
H A Dtsan_rtl_report.cpp689 typ = ReportTypeExternalRace; in ReportRace()