Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dthread-safety-annotations.h5 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__((assert_capability(__VA_ARGS__))) macro
16 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__((assert_exclusive_lock(__VA_ARGS__))) macro
H A Dwarn-thread-safety-parsing.cpp15 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__ ((assert_exclusive_lock(__VA_ARGS__))) macro
/llvm-project/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c13 #define ASSERT_EXCLUSIVE_LOCK( global() macro