Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c19 #define LOCKS_EXCLUDED( global() macro
/llvm-project/clang/test/SemaCXX/
H A Dthread-safety-annotations.h42 #define LOCKS_EXCLUDED(...) __attribute__((locks_excluded(__VA_ARGS__))) macro
H A Dwarn-thread-safety-parsing.cpp21 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
1030 int x LOCKS_EXCLUDED(mu1) = y; // \ le_testfn() local
1048 class LOCKS_EXCLUDED(mu1) LeTestClass { // \ LOCKS_EXCLUDED() function
[all...]
H A Dwarn-thread-safety-analysis.cpp4043 Bar() LOCKS_EXCLUDED(mu_) { } LOCKS_EXCLUDED() function in ComplexNameTest::Bar
4044 ~Bar() LOCKS_EXCLUDED(mu_) { } LOCKS_EXCLUDED() function in ComplexNameTest::Bar
[all...]
/llvm-project/clang/test/PCH/
H A Dthread-safety-attrs.cpp25 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro