HomeSort by: relevance | last modified time | path
    Searched refs:IsFiredSuppression (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc 544 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) {
561 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) {
630 if (IsFiredSuppression(ctx, typ, addr))
658 if (IsFiredSuppression(ctx, typ, traces[0]))
668 if (IsFiredSuppression(ctx, typ, traces[1]))
tsan_mman.cc 146 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack))
tsan_rtl.h 690 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
tsan_interceptors.cc 1940 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 779 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) {
796 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) {
867 if (IsFiredSuppression(ctx, typ, addr))
895 if (IsFiredSuppression(ctx, typ, traces[0]))
901 if (IsFiredSuppression(ctx, typ, traces[1]))
tsan_mman.cpp 149 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack))
tsan_rtl.h 447 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
tsan_interceptors_posix.cpp 1959 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) {

Completed in 52 milliseconds