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

References

projects/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp
  131   *type = ReportLocationTypeDescription(loc->type);
projects/compiler-rt/lib/tsan/rtl/tsan_report.cpp
  188   if (loc->type == ReportLocationGlobal) {
  198   } else if (loc->type == ReportLocationHeap) {
  211   } else if (loc->type == ReportLocationStack) {
  213   } else if (loc->type == ReportLocationTLS) {
  215   } else if (loc->type == ReportLocationFD) {
projects/compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp
  128       loc->type != ReportLocationGlobal || !loc->suppressable)