Searched refs:IsFiredSuppression (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp544 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { function in namespace:__tsan
561 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { function in namespace:__tsan
630 if (IsFiredSuppression(ctx, typ, addr))
658 if (IsFiredSuppression(ctx, typ, traces[0]))
668 if (IsFiredSuppression(ctx, typ, traces[1]))
H A Dtsan_rtl.h695 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
H A Dtsan_mman.cpp152 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack))
H A Dtsan_interceptors_posix.cpp1932 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) {

Completed in 214 milliseconds