Searched refs:ReportMop (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h53 struct ReportMop { struct in namespace:__tsan
62 ReportMop();
108 Vector<ReportMop*> mops;
H A Dtsan_report.cc66 ReportMop::ReportMop() function in class:__tsan::ReportMop
155 static void PrintMop(const ReportMop *mop, bool first) {
382 static void PrintMop(const ReportMop *mop, bool first) {
H A Dtsan_debugging.cc98 ReportMop *mop = rep->mops[idx];
H A Dtsan_rtl_report.cc165 void *mem = internal_alloc(MBlockReportMop, sizeof(ReportMop));
166 ReportMop *mop = new(mem) ReportMop;

Completed in 54 milliseconds