Lines Matching refs:annotate
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…
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…
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_…
110 #pragma clang attribute push (__attribute__((annotate)) // expected-error {{expected ')'}}
113 #pragma clang attribute push (__attribute__((annotate("test"))), apply_to = function) () // expecte…
123 #pragma clang attribute push (__attribute__((annotate)) foo) // expected-error {{expected ','}}
124 #pragma clang attribute push (__attribute__((annotate)), apply_to=function foo) // expected-error {…
135 #pragma clang attribute push (__attribute__((annotate("hello"))), apply_to=variable) in statementPragmasAndPragmaExpression()
172 #pragma clang attribute push(__attribute__((annotate, apply_to=function))) // expected-error {{expe…
173 #pragma clang attribute push(__attribute__((annotate("test"), apply_to=function))) // expected-erro…
174 #pragma clang attribute push(__attribute__((annotate), apply_to=function)) // expected-error {{expe…
178 #pragma clang attribute push (annotate) // expected-error {{expected an attribute that is specified…
180 #pragma clang attribute push (annotate("test")) // expected-error {{expected an attribute that is s…
214 #pragma clang attribute push (__attribute__((disable_tail_calls, annotate("test"))), apply_to = fun…