Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h67 enum ReportLocationType { enum
76 ReportLocationType type;
86 static ReportLocation *New(ReportLocationType type);
88 explicit ReportLocation(ReportLocationType type);
H A Dtsan_report.cpp29 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation()
33 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()
H A Dtsan_debugging.cpp43 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()