Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h57 struct ReportLocation { struct
85 Vector<ReportLocation*> locs; argument
Dtsan_rtl_report.cc194 void *mem = internal_alloc(MBlockReportLoc, sizeof(ReportLocation)); in AddLocation()
195 ReportLocation *loc = new(mem) ReportLocation(); in AddLocation()
219 void *mem = internal_alloc(MBlockReportLoc, sizeof(ReportLocation)); in AddLocation()
220 ReportLocation *loc = new(mem) ReportLocation(); in AddLocation()
Dtsan_report.cc77 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()