Home
last modified time | relevance | path

Searched defs:ScopedDD (Results 1 – 1 of 1) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cpp33 struct ScopedDD { struct
34 ScopedDD() { in ScopedDD() function
39 ~ScopedDD() { delete dp; } in ~ScopedDD() argument
47 ScopedDD<BV> sdd; in RunBasicTest() argument