Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_report.h63 enum ReportLocationType { enum
72 ReportLocationType type = ReportLocationGlobal;
Dtsan_debugging.cpp43 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()