Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.h24 ReportTypeVptrRace, enumerator
H A Dtsan_suppressions.cpp70 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.cpp863 typ = ReportTypeVptrRace; in ReportRace()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.h22 ReportTypeVptrRace, enumerator
H A Dtsan_suppressions.cc69 else if (typ == ReportTypeVptrRace) in conv()
H A Dtsan_debugging.cc22 if (typ == ReportTypeVptrRace) return "data-race-vptr"; in ReportTypeDescription()
H A Dtsan_report.cc80 if (typ == ReportTypeVptrRace) in ReportTypeString()
H A Dtsan_rtl_report.cc624 typ = ReportTypeVptrRace; in ReportRace()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.h24 ReportTypeVptrRace, enumerator
H A Dtsan_suppressions.cc71 else if (typ == ReportTypeVptrRace) in conv()
H A Dtsan_debugging.cc24 if (typ == ReportTypeVptrRace) return "data-race-vptr"; in ReportTypeDescription()
H A Dtsan_report.cc82 if (typ == ReportTypeVptrRace) in ReportTypeString()
H A Dtsan_rtl_report.cc626 typ = ReportTypeVptrRace; in ReportRace()