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

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp5 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro
308 int gb_var_arg GUARDED_BY(mu1);
310 int gb_non_ascii GUARDED_BY(L"wide"); // expected-warning {{ignoring 'guarded_by' attribute because its argument is invalid}}
322 int gb_field_args GUARDED_BY(mu1);
325 class GUARDED_BY(mu1) GB { // \
329 void gb_function() GUARDED_BY(mu1); // \
332 void gb_function_params(int gv_lvar GUARDED_BY(mu1)); // \
336 int x GUARDED_BY(mu1) = y; // \
344 int gb_var_arg_1 GUARDED_BY(muWrapper.mu);
345 int gb_var_arg_2 GUARDED_BY(muDoubleWrappe
347 int gb_var_arg_4 GUARDED_BY(*muWrapper.getMuPointer()); variable
[all...]
H A Dwarn-thread-safety-negative.cpp8 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro
51 int a GUARDED_BY(mu);
64 int a GUARDED_BY(mu);
H A Dwarn-thread-safety-verbose.cpp5 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro
46 int a GUARDED_BY(mu); // expected-note3 {{Guarded_by declared here.}}
H A Dwarn-thread-safety-analysis.cpp8 #define GUARDED_BY(x) __attribute__((guarded_by(x))) macro
876 static int b_ GUARDED_BY(mu1_);
878 static int a_ GUARDED_BY(mu1_);
894 // Test various usage of GUARDED_BY and PT_GUARDED_BY annotations, especially
900 int a_ GUARDED_BY(mu1_);
907 int *p GUARDED_BY(mu) PT_GUARDED_BY(mu);
908 int res GUARDED_BY(mu) = 5;
998 int a_ GUARDED_BY(foo_->mu_);
1094 int data GUARDED_BY(mu1);
1137 T count_ GUARDED_BY(mu
[all...]
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c5 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro
45 int a_ GUARDED_BY(foo_.mu_);
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp13 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro

Completed in 110 milliseconds