Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dthread-safety-annotations.h11 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__((try_acquire_shared_capability(__VA_ARGS__))) macro
22 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__((shared_trylock_function(__VA_ARGS__))) macro
H A Dwarn-thread-safety-parsing.cpp18 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
816 void stf_function_arg() SHARED_TRYLOCK_FUNCTION(1); // \ variable
811 int x SHARED_TRYLOCK_FUNCTION(1) = y; // \ stf_testfn() local
[all...]
/llvm-project/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c16 #define SHARED_TRYLOCK_FUNCTION( global() macro
/llvm-project/clang/test/PCH/
H A Dthread-safety-attrs.cpp22 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro