Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2959 class SCOPED_LOCKABLE WeirdScope { class
2964 WeirdScope(Mutex *mutex) EXCLUSIVE_LOCK_FUNCTION(mutex);
2967 ~WeirdScope() EXCLUSIVE_UNLOCK_FUNCTION();
2973 WeirdScope scope(&mu); in relockWeird()