Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_report.h64 enum ReportLocationType { enum
73 ReportLocationType type = ReportLocationGlobal;
HDtsan_debugging.cpp45 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()