Home
last modified time | relevance | path

Searched refs:DDetector (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h74 struct DDetector { struct
75 static DDetector *Create(const DDFlags *flags);
93 ~DDetector() {} in ~DDetector() argument
H A Dsanitizer_deadlock_detector1.cpp35 struct DD final : public DDetector {
61 DDetector *DDetector::Create(const DDFlags *flags) { in Create()
H A Dsanitizer_deadlock_detector2.cpp83 struct DD final : public DDetector {
116 DDetector *DDetector::Create(const DDFlags *flags) { in Create()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h43 DDetector *dd;
H A Ddd_rtl.cpp96 ctx->dd = DDetector::Create(flags()); in Initialize()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h359 DDetector *dd;
H A Dtsan_rtl.cpp707 ctx->dd = DDetector::Create(flags()); in Initialize()