Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp540 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() function
557 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression() function
628 if (IsFiredSuppression(ctx, typ, addr)) in ReportRace()
656 if (IsFiredSuppression(ctx, typ, traces[0])) in ReportRace()
666 if (IsFiredSuppression(ctx, typ, traces[1])) in ReportRace()
Dtsan_mman.cpp152 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack)) in SignalUnsafeCall()
Dtsan_rtl.h695 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
Dtsan_interceptors_posix.cpp1982 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in CallUserSignalHandler()
/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()