HomeSort by: relevance | last modified time | path
    Searched defs:ReportLocation (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc 30 ReportLocation::ReportLocation(ReportLocationType type)
34 ReportLocation *ReportLocation::New(ReportLocationType type) {
35 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportLocation));
36 return new(mem) ReportLocation(type);
181 static void PrintLocation(const ReportLocation *loc) {
421 static void PrintLocation(const ReportLocation *loc) {
tsan_report.h 75 struct ReportLocation {
86 static ReportLocation *New(ReportLocationType type);
88 explicit ReportLocation(ReportLocationType type);
114 Vector<ReportLocation*> locs;

Completed in 11 milliseconds