Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp553 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() function
570 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression() function
641 if (IsFiredSuppression(ctx, typ, addr)) in ReportRace()
669 if (IsFiredSuppression(ctx, typ, traces[0])) in ReportRace()
679 if (IsFiredSuppression(ctx, typ, traces[1])) in ReportRace()
Dtsan_mman.cpp149 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack)) in SignalUnsafeCall()
Dtsan_rtl.h669 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
Dtsan_interceptors_posix.cpp1996 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in CallUserSignalHandler()