Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h24 ReportTypeVptrRace, enumerator
H A Dtsan_suppressions.cpp71 case ReportTypeVptrRace: in conv()
H A Dtsan_debugging.cpp24 case ReportTypeVptrRace: return "data-race-vptr"; in ReportTypeDescription()
H A Dtsan_report.cpp66 case ReportTypeVptrRace: in ReportTypeString()
H A Dtsan_rtl_report.cpp746 rep_typ = ReportTypeVptrRace; in ReportRace()