Home
last modified time | relevance | path

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

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