Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp671 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() function
688 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression() function
750 if (IsFiredSuppression(ctx, rep_typ, addr)) in ReportRace()
758 if (IsFiredSuppression(ctx, rep_typ, traces[0])) in ReportRace()
777 if (IsFiredSuppression(ctx, rep_typ, traces[1])) in ReportRace()
H A Dtsan_mman.cpp183 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack)) in SignalUnsafeCall()
H A Dtsan_rtl.h502 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
H A Dtsan_interceptors_posix.cpp2147 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in ReportErrnoSpoiling()