Searched defs:GUARDED_BY (Results 1 – 7 of 7) sorted by relevance
5 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro310 int gb_non_ascii GUARDED_BY(L"wide"); // expected-warning {{ignoring 'guarded_by' attribute because… variable325 class GUARDED_BY(mu1) GB { // \ in GUARDED_BY() function336 int x GUARDED_BY(mu1) = y; // \ in gb_testfn() local344 int gb_var_arg_1 GUARDED_BY(muWrapper.mu); variable345 int gb_var_arg_2 GUARDED_BY(muDoubleWrapper.muWrapper->mu); variable346 int gb_var_arg_3 GUARDED_BY(muWrapper.getMu()); variable347 int gb_var_arg_4 GUARDED_BY(*muWrapper.getMuPointer()); variable348 int gb_var_arg_5 GUARDED_BY(&mu1); variable350 int gb_var_arg_7 GUARDED_BY(muDoubleWrapper.getWrapper()->getMu()); variable[all …]
8 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro1564 } *u GUARDED_BY(m); variable
33 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
63 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
5 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro
13 #define GUARDED_BY(x) __attribute__ ((guarded_by(x))) macro