reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
86 static ReportLocation *New(ReportLocationType type);
318 ReportLocation *loc = ReportLocation::New(ReportLocationFD); 337 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); 351 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS);projects/compiler-rt/lib/tsan/rtl/tsan_symbolize.cpp
113 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal);