Home
last modified time | relevance | path

Searched defs:ReportLocation (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h72 struct ReportLocation { struct
73 ReportLocationType type; argument
82 static ReportLocation *New(ReportLocationType type); argument
Dtsan_report.cc29 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation() function in __tsan::ReportLocation