Home
last modified time | relevance | path

Searched refs:ReportLocationFD (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h70 ReportLocationFD enumerator
Dtsan_debugging.cc43 if (typ == ReportLocationFD) return "fd"; in ReportLocationTypeDescription()
Dtsan_report.cc194 } else if (loc->type == ReportLocationFD) { in PrintLocation()
Dtsan_rtl_report.cc313 ReportLocation *loc = ReportLocation::New(ReportLocationFD); in AddLocation()