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.h73 struct ReportLocation { struct
74 ReportLocationType type; argument
83 static ReportLocation *New(ReportLocationType type); argument
Dtsan_report.cc29 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation() function in __tsan::ReportLocation