Searched refs:DDetector (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h74 struct DDetector { struct in namespace:__sanitizer
75 static DDetector *Create(const DDFlags *flags);
93 ~DDetector() {}
H A Dsanitizer_deadlock_detector1.cpp35 struct DD final : public DDetector {
61 DDetector *DDetector::Create(const DDFlags *flags) {
H A Dsanitizer_deadlock_detector2.cpp83 struct DD final : public DDetector {
116 DDetector *DDetector::Create(const DDFlags *flags) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h72 struct DDetector { struct in namespace:__sanitizer
73 static DDetector *Create(const DDFlags *flags);
H A Dsanitizer_deadlock_detector1.cc36 struct DD : public DDetector {
62 DDetector *DDetector::Create(const DDFlags *flags) {
H A Dsanitizer_deadlock_detector2.cc84 struct DD : public DDetector {
117 DDetector *DDetector::Create(const DDFlags *flags) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h70 struct DDetector { struct in namespace:__sanitizer
71 static DDetector *Create(const DDFlags *flags);
H A Dsanitizer_deadlock_detector1.cc34 struct DD : public DDetector {
60 DDetector *DDetector::Create(const DDFlags *flags) {
H A Dsanitizer_deadlock_detector2.cc82 struct DD : public DDetector {
115 DDetector *DDetector::Create(const DDFlags *flags) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.h44 DDetector *dd;
H A Ddd_rtl.cc97 ctx->dd = DDetector::Create(flags());
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl.cpp391 ctx->dd = DDetector::Create(flags());
H A Dtsan_rtl.h319 DDetector *dd;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.cc373 ctx->dd = DDetector::Create(flags());
H A Dtsan_rtl.h547 DDetector *dd;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc369 ctx->dd = DDetector::Create(flags());
H A Dtsan_rtl.h543 DDetector *dd;

Completed in 142 milliseconds