Lines Matching refs:push
3 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = function)
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…
18 #pragma clang attribute push (__attribute__((abi_tag("a")))) // expected-error {{expected ','}}
19 #pragma clang attribute push (__attribute__((abi_tag("a"))) apply_to=function) // expected-error {{…
20 #pragma clang attribute push (__attribute__((abi_tag("a"))) = function) // expected-error {{expecte…
21 #pragma clang attribute push (__attribute__((abi_tag("a"))) any(function)) // expected-error {{expe…
23 #pragma clang attribute push (__attribute__((abi_tag("a"))) 22) // expected-error {{expected ','}}
24 #pragma clang attribute push (__attribute__((abi_tag("a"))) function) // expected-error {{expected …
25 #pragma clang attribute push (__attribute__((abi_tag("a"))) (function)) // expected-error {{expecte…
27 #pragma clang attribute push(__attribute__((annotate("test"))), ) // expected-error {{expected attr…
28 #pragma clang attribute push(__attribute__((annotate("test"))), = any(function)) // expected-error …
29 #pragma clang attribute push(__attribute__((annotate("test"))), = function) // expected-error {{exp…
30 #pragma clang attribute push(__attribute__((annotate("test"))), any(function)) // expected-error {{…
31 #pragma clang attribute push(__attribute__((annotate("test"))), function) // expected-error {{expec…
32 #pragma clang attribute push(__attribute__((annotate("test"))), apply = any(function )) // expected…
33 #pragma clang attribute push(__attribute__((annotate("test"))), to = function) // expected-error {{…
34 #pragma clang attribute push(__attribute__((annotate("test"))), apply_only_to = function) // expect…
36 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to any(function)) // expected…
37 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to function) // expected-erro…
38 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to) // expected-error {{expec…
39 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to 41 (22)) // expected-error {{…
40 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any) // expected-error {…
41 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any {) // expected-error…
42 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any function) // expecte…
44 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = { function, enum }) // e…
46 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(function ) // expect…
47 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(function, )) // expe…
48 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, enum ) //…
50 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = () ) // expected-error {…
52 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( + ) ) // expected-e…
53 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any()) // expected-error…
54 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, 42 )) // …
56 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( diag )) // expected…
57 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( a )) // expected-er…
58 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, for)) // …
59 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function42, for )) …
61 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(hasType)) // expecte…
62 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = hasType) // expected-err…
63 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = hasType(functionType)) /…
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…
74 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, namespace…
75 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, variable …
77 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = enum(is_parameter)) // e…
78 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(enum(is_parameter)))…
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…
88 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, enum(unle…
90 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(function, variable(u…
91 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( enum(unless(is_para…
93 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, function …
94 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, function,…
95 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, enum, fun…
96 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( enum, enum, functio…
98 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable(is_global)…
99 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable(is_global)…
100 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable(unless(is_…
101 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable(unless(is_…
107 #pragma clang attribute push
109 #pragma clang attribute push ( // expected-error {{expected an attribute after '('}}
110 #pragma clang attribute push (__attribute__((annotate)) // expected-error {{expected ')'}}
111 #pragma clang attribute push () // expected-error {{expected an attribute after '('}}
113 #pragma clang attribute push (__attribute__((annotate("test"))), apply_to = function) () // expecte…
121 #pragma clang attribute push (__attribute__((42))) // expected-error {{expected identifier that rep…
123 #pragma clang attribute push (__attribute__((annotate)) foo) // expected-error {{expected ','}}
124 #pragma clang attribute push (__attribute__((annotate)), apply_to=function foo) // expected-error {…
126 #pragma clang attribute push (__attribute__((objc_bridge_related)), apply_to=function)
130 #pragma clang attribute push (__attribute__((objc_bridge_related(1))), apply_to=function) // expect…
132 #pragma clang attribute push (__attribute__((used)), apply_to=function) // expected-error {{attribu…
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…
148 #pragma clang attribute push ([[noreturn]], apply_to = any(function))
151 #pragma clang attribute push ([[clang::disable_tail_calls]], apply_to = function)
154 #pragma clang attribute push ([[gnu::abi_tag]], apply_to=any(function))
157 #pragma clang attribute push ([[clang::disable_tail_calls, noreturn]], apply_to = function) // expe…
158 #pragma clang attribute push ([[clang::disable_tail_calls, noreturn]]) // expected-error {{more tha…
160 #pragma clang attribute push ([[gnu::abi_tag]], apply_to=namespace)
163 #pragma clang attribute push ([[fallthrough]], apply_to=function) // expected-error {{attribute 'fa…
164 #pragma clang attribute push ([[clang::fallthrough]], apply_to=function) // expected-error {{attrib…
166 #pragma clang attribute push ([[]], apply_to = function) // A noop
168 #pragma clang attribute push ([[noreturn ""]], apply_to=function) // expected-error {{expected ']'}}
170 #pragma clang attribute push ([[noreturn 42]]) // expected-error {{expected ']'}} expected-error {{…
172 #pragma clang attribute push(__attribute__, apply_to=function) // expected-error {{expected '(' aft…
173 #pragma clang attribute push(__attribute__(), apply_to=function) // expected-error {{expected '(' a…
174 #pragma clang attribute push(__attribute__(()), apply_to=function) // expected-error {{expected ide…
175 #pragma clang attribute push(__attribute__((annotate, apply_to=function))) // expected-error {{expe…
176 #pragma clang attribute push(__attribute__((annotate("test"), apply_to=function))) // expected-erro…
177 #pragma clang attribute push(__attribute__((annotate), apply_to=function)) // expected-error {{expe…
179 #pragma clang attribute push (42) // expected-error {{expected an attribute that is specified using…
180 #pragma clang attribute push (test) // expected-error {{expected an attribute that is specified usi…
181 #pragma clang attribute push (annotate) // expected-error {{expected an attribute that is specified…
183 #pragma clang attribute push (annotate("test")) // expected-error {{expected an attribute that is s…
186 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable(is_local))
188 #pragma clang attribute push([[clang::uninitialized]], apply_to = function) // expected-error {{att…
190 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable) // expected-error {{att…
192 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable(is_thread_local)) // exp…
194 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable(is_global)) // expected-…
196 #pragma clang attribute push([[clang::uninitialized]], apply_to = any(variable(is_parameter), varia…