Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c4 #define SCOPED_LOCKABLE global() macro
/llvm-project/clang/test/SemaCXX/
H A Dthread-safety-annotations.h38 #define SCOPED_LOCKABLE __attribute__((scoped_lockable)) macro
H A Dwarn-thread-safety-parsing.cpp6 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
277 int x SCOPED_LOCKABLE = y; // \ sl_testfn() local
282 int sl_test_var SCOPED_LOCKABLE; // \ global() variable
287 int test_field SCOPED_LOCKABLE; // \ global() member in SLFoo
[all...]
/llvm-project/clang/test/PCH/
H A Dthread-safety-attrs.cpp12 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dcoroutine-hostile-raii.cpp76 #define SCOPED_LOCKABLE __attribute__ ((scoped_lockable)) macro