Home
last modified time | relevance | path

Searched refs:ReportLocationType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h67 enum ReportLocationType { enum
76 ReportLocationType type;
86 static ReportLocation *New(ReportLocationType type);
88 explicit ReportLocation(ReportLocationType type);
H A Dtsan_report.cc30 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation()
34 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()
H A Dtsan_debugging.cc44 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()