Lines Matching refs:variable

9 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable(is_paramete…
12 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = variable(unless(is_param…
15 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable(unless(is_p…
65 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable( )) // exp…
66 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable())) // exp…
67 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable(is))) …
68 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable(is_paramet…
69 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable is_paramet…
70 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable ( ) // exp…
71 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = variable ( // expected-…
72 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(function, variable(i…
73 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(function, variable(4…
75 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, variable
80 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any (function, variable
81 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any (function, variable
82 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(function, variable(u…
83 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable(unless(is_…
84 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable(unless(is_…
85 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable unless is_…
86 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable(unless is_…
87 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(function, variable(u…
90 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(function, variable(u…
98 …ibute push(__attribute__((annotate("test"))), apply_to = any( variable(is_global), variable(is_glo…
99 …ribute__((annotate("test"))), apply_to = any( variable(is_global), function, variable(is_global),
100 …push(__attribute__((annotate("test"))), apply_to = any( variable(unless(is_parameter)), variable(u…
101 …(annotate("test"))), apply_to = any( variable(unless(is_parameter)), variable(unless(is_parameter)…
135 #pragma clang attribute push (__attribute__((annotate("hello"))), apply_to=variable) in statementPragmasAndPragmaExpression()
145 #pragma clang attribute push (__attribute__((address_space(0))), apply_to=variable) // expected-err…
183 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable(is_local))
187 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable) // expected-error {{att…
189 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable(is_thread_local)) // exp…
191 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable(is_global)) // expected-…
193 …ang attribute push([[clang::uninitialized]], apply_to = any(variable(is_parameter), variable(unles…
196 #pragma clang attribute push([[clang::no_destroy]], apply_to = variable)
198 #pragma clang attribute push([[clang::no_destroy]], apply_to = variable(is_thread_local))
200 #pragma clang attribute push([[clang::no_destroy]], apply_to = variable(is_global))
202 #pragma clang attribute push([[clang::no_destroy]], apply_to = any(variable(is_parameter), variable