HomeSort by relevance Sort by last modified time
    Searched defs:ReportLocation (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 29 ReportLocation::ReportLocation(ReportLocationType type)
33 ReportLocation *ReportLocation::New(ReportLocationType type) {
34 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportLocation));
35 return new(mem) ReportLocation(type);
169 static void PrintLocation(const ReportLocation *loc) {
394 static void PrintLocation(const ReportLocation *loc) {
tsan_report.h 73 struct ReportLocation {
83 static ReportLocation *New(ReportLocationType type);
85 explicit ReportLocation(ReportLocationType type);
109 Vector<ReportLocation*> locs;

Completed in 1419 milliseconds