Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc84 static const char *ReportTypeString(ReportType typ) { in ReportTypeString() function
292 const char *rep_typ_str = ReportTypeString(rep->typ); in PrintReport()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_report.cpp78 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString() function
320 const char *rep_typ_str = ReportTypeString(rep->typ, rep->tag); in PrintReport()