Searched refs:IsFiredSuppression (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_report.cpp | 671 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) { in IsFiredSuppression() function 688 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression() function 750 if (IsFiredSuppression(ctx, rep_typ, addr)) in ReportRace() 758 if (IsFiredSuppression(ctx, rep_typ, traces[0])) in ReportRace() 777 if (IsFiredSuppression(ctx, rep_typ, traces[1])) in ReportRace()
|
| H A D | tsan_mman.cpp | 183 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack)) in SignalUnsafeCall()
|
| H A D | tsan_rtl.h | 502 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
|
| H A D | tsan_interceptors_posix.cpp | 2147 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in ReportErrnoSpoiling()
|