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
   21 static const char *ReportTypeDescription(ReportType typ) {
projects/compiler-rt/lib/tsan/rtl/tsan_report.cpp
   78 static const char *ReportTypeString(ReportType typ, uptr tag) {
projects/compiler-rt/lib/tsan/rtl/tsan_report.h
  110   ReportType typ;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  520   ReportType type;
  603   ScopedReportBase(ReportType typ, uptr tag);
  620   explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone);
  695 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
   48 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ,
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  145 ScopedReportBase::ScopedReportBase(ReportType typ, uptr tag) {
  374 ScopedReport::ScopedReport(ReportType typ, uptr tag)
  544 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) {
  561 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) {
  622   ReportType typ = ReportTypeRace;
projects/compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp
   67 static const char *conv(ReportType typ) {
  106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
  125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
projects/compiler-rt/lib/tsan/rtl/tsan_suppressions.h
   32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
   33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);