• Home
  • Raw
  • Download

Lines Matching refs:function

3 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = function)
5 void function();
9 …attribute push(__attribute__((annotate("test"))), apply_to = any(variable(is_parameter), function))
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…
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…
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…
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 ) //…
54 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, 42 )) // …
58 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, for)) // …
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 …
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…
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…
93 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( function, function
94 …ibute push(__attribute__((annotate("test"))), apply_to = any( function, function, function )) // e…
95 …tribute push(__attribute__((annotate("test"))), apply_to = any( function, enum, function )) // exp…
96 …ute push(__attribute__((annotate("test"))), apply_to = any( enum, enum, function )) // expected-er…
99 …__attribute__((annotate("test"))), apply_to = any( variable(is_global), function, variable(is_glob…
113 #pragma clang attribute push (__attribute__((annotate("test"))), apply_to = function) () // expecte…
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…
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…
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 ']'}}
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…
188 #pragma clang attribute push([[clang::uninitialized]], apply_to = function) // expected-error {{att…