Home
last modified time | relevance | path

Searched refs:DDFlags (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc39 DDFlags flags;
41 explicit DD(const DDFlags *flags);
62 DDetector *DDetector::Create(const DDFlags *flags) { in Create()
68 DD::DD(const DDFlags *flags) in DD()
Dsanitizer_deadlock_detector_interface.h49 struct DDFlags { struct
73 static DDetector *Create(const DDFlags *flags); argument
Dsanitizer_deadlock_detector2.cc85 explicit DD(const DDFlags *flags);
108 DDFlags flags;
117 DDetector *DDetector::Create(const DDFlags *flags) { in Create()
123 DD::DD(const DDFlags *flags) in DD()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.h22 struct Flags : DDFlags {
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.h21 typedef DDFlags Flags;