Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h64 enum ReportLocationType { enum
73 ReportLocationType type;
82 static ReportLocation *New(ReportLocationType type);
84 explicit ReportLocation(ReportLocationType type);
Dtsan_report.cc29 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation()
33 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()