Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp62 static const char *ReportTypeString(ReportType typ, uptr tag) { in ReportTypeString() function
285 const char *rep_typ_str = ReportTypeString(rep->typ, rep->tag); in PrintReport()