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

/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_report.h51 struct ReportMop { struct in namespace:__tsan
60 ReportMop();
106 Vector<ReportMop*> mops;
H A Dtsan_report.cc66 ReportMop::ReportMop() function in class:__tsan::ReportMop
145 static void PrintMop(const ReportMop *mop, bool first) {
350 static void PrintMop(const ReportMop *mop, bool first) {
H A Dtsan_rtl_report.cc157 void *mem = internal_alloc(MBlockReportMop, sizeof(ReportMop));
158 ReportMop *mop = new(mem) ReportMop;

Completed in 95 milliseconds