HomeSort by: relevance | last modified time | path
    Searched refs:IsFiredSuppression (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc 544 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) {
561 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) {
630 if (IsFiredSuppression(ctx, typ, addr))
658 if (IsFiredSuppression(ctx, typ, traces[0]))
668 if (IsFiredSuppression(ctx, typ, traces[1]))
tsan_mman.cc 146 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack))
tsan_rtl.h 690 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
tsan_interceptors.cc 1940 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) {

Completed in 17 milliseconds