Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h65 enum ReportLocationType { enum
74 ReportLocationType type;
83 static ReportLocation *New(ReportLocationType type);
85 explicit ReportLocation(ReportLocationType type);
Dtsan_report.cc29 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation()
33 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()
Dtsan_debugging.cc38 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()