Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dthread-safety-annotations.h4 #define LOCKABLE __attribute__((capability("mutex"))) macro
15 #define LOCKABLE __attribute__((lockable)) macro
H A Dwarn-thread-safety-parsing.cpp5 #define LOCKABLE __attribute__ ((lockable)) macro
237 int x LOCKABLE = y; // \ l_testfn() local
242 int l_test_var LOCKABLE; // \ global() variable
247 int test_field LOCKABLE; // \ global() member in LFoo
[all...]
/llvm-project/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c3 #define LOCKABLE global() macro
/llvm-project/clang/test/PCH/
H A Dthread-safety-attrs.cpp11 #define LOCKABLE __attribute__ ((lockable)) macro