Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h24 ReportTypeVptrRace, enumerator
H A Dtsan_suppressions.cc71 case ReportTypeVptrRace: in conv()
H A Dtsan_debugging.cc25 case ReportTypeVptrRace: return "data-race-vptr"; in ReportTypeDescription()
H A Dtsan_report.cc83 case ReportTypeVptrRace: in ReportTypeString()
H A Dtsan_rtl_report.cc626 typ = ReportTypeVptrRace; in ReportRace()