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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc541 bool IsFiredSuppression(Context *ctx, function in namespace:__tsan
559 static bool IsFiredSuppression(Context *ctx, function in namespace:__tsan
671 if (IsFiredSuppression(ctx, rep, addr))
677 if (IsFiredSuppression(ctx, rep, traces[0]))
683 if (IsFiredSuppression(ctx, rep, traces[1]))

Completed in 143 milliseconds