Home
last modified time | relevance | path

Searched refs:ReportTypeErrnoInSignal (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.h36 ReportTypeErrnoInSignal, enumerator
H A Dtsan_suppressions.cpp85 case ReportTypeErrnoInSignal: in conv()
H A Dtsan_debugging.cpp36 case ReportTypeErrnoInSignal: return "errno-in-signal-handler"; in ReportTypeDescription()
H A Dtsan_report.cpp92 case ReportTypeErrnoInSignal: in ReportTypeString()
H A Dtsan_interceptors_posix.cpp1958 ScopedReport rep(ReportTypeErrnoInSignal); in ReportErrnoSpoiling()
1959 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in ReportErrnoSpoiling()
2022 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.h34 ReportTypeErrnoInSignal, enumerator
H A Dtsan_suppressions.cc93 else if (typ == ReportTypeErrnoInSignal) in conv()
H A Dtsan_debugging.cc34 if (typ == ReportTypeErrnoInSignal) return "errno-in-signal-handler"; in ReportTypeDescription()
H A Dtsan_report.cc106 if (typ == ReportTypeErrnoInSignal) in ReportTypeString()
H A Dtsan_interceptors.cc1897 ScopedReport rep(ReportTypeErrnoInSignal); in CallUserSignalHandler()
1898 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in CallUserSignalHandler()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.h36 ReportTypeErrnoInSignal, enumerator
H A Dtsan_suppressions.cc95 else if (typ == ReportTypeErrnoInSignal) in conv()
H A Dtsan_debugging.cc36 if (typ == ReportTypeErrnoInSignal) return "errno-in-signal-handler"; in ReportTypeDescription()
H A Dtsan_report.cc108 if (typ == ReportTypeErrnoInSignal) in ReportTypeString()
H A Dtsan_interceptors.cc1939 ScopedReport rep(ReportTypeErrnoInSignal); in CallUserSignalHandler()
1940 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in CallUserSignalHandler()