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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc525 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { function in namespace:__tsan
542 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { function in namespace:__tsan
611 if (IsFiredSuppression(ctx, typ, addr))
618 if (IsFiredSuppression(ctx, typ, traces[0]))
628 if (IsFiredSuppression(ctx, typ, traces[1]))
H A Dtsan_mman.cc90 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack))
H A Dtsan_rtl.h599 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
H A Dtsan_interceptors.cc1967 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) {

Completed in 59 milliseconds