Home
last modified time | relevance | path

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

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