Home
last modified time | relevance | path

Searched refs:IsFiredSuppression (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc536 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() function
553 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression() function
622 if (IsFiredSuppression(ctx, typ, addr)) in ReportRace()
629 if (IsFiredSuppression(ctx, typ, traces[0])) in ReportRace()
639 if (IsFiredSuppression(ctx, typ, traces[1])) in ReportRace()
Dtsan_mman.cc141 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack)) in SignalUnsafeCall()
Dtsan_rtl.h632 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
Dtsan_interceptors.cc1820 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in CallUserSignalHandler()