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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 536 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) {
553 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) {
622 if (IsFiredSuppression(ctx, typ, addr))
629 if (IsFiredSuppression(ctx, typ, traces[0]))
639 if (IsFiredSuppression(ctx, typ, traces[1]))
tsan_mman.cc 141 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack))
tsan_rtl.h 632 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
tsan_interceptors.cc     [all...]

Completed in 61 milliseconds