Searched refs:SHARED_TRYLOCK_FUNCTION (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
34 bool ReaderTryLock() SHARED_TRYLOCK_FUNCTION(true);
793 void stf_function_args() SHARED_TRYLOCK_FUNCTION(1, mu2);
795 void stf_function_arg() SHARED_TRYLOCK_FUNCTION(1);
797 int stf_testfn(int y) SHARED_TRYLOCK_FUNCTION(1);
800 int x SHARED_TRYLOCK_FUNCTION(1) = y; // \
805 int stf_test_var SHARED_TRYLOCK_FUNCTION(1); // \
808 void stf_fun_params(int lvar SHARED_TRYLOCK_FUNCTION(1)); // \
814 int test_field SHARED_TRYLOCK_FUNCTION(1); // \
816 void test_method() SHARED_TRYLOCK_FUNCTION(
[all...]
H A Dwarn-thread-safety-verbose.cpp16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
H A Dwarn-thread-safety-negative.cpp19 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
H A Dwarn-thread-safety-analysis.cpp19 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__((shared_trylock_function(__VA_ARGS__))) macro
3674 bool readertrylock() SHARED_TRYLOCK_FUNCTION(true, mu1_)
3675 SHARED_TRYLOCK_FUNCTION(true, mu2_);
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp22 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro

Completed in 236 milliseconds