reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/tsan/rtl/tsan_report.h
   86   static ReportLocation *New(ReportLocationType type);

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  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);