Searched refs:ReportLocation (Results 1 – 3 of 3) sorted by relevance
57 struct ReportLocation { struct85 Vector<ReportLocation*> locs; argument
194 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()
77 static void PrintLocation(const ReportLocation *loc) { in PrintLocation()