Lines Matching refs:void

89                     int foo( void ) { return 0; }
90 int bar( void ) __attribute__(($1("foo")));
93 int foo( void ) __attribute__(($1(32)));
96 void *foo(int a) __attribute__(($1(1)));
99 inline __attribute__(($1)) int foo( void ) { return 0; }
102 inline __attribute__(($1)) int foo( void ) { return 0; }
105 int foo( void ) __attribute__(($1));
108 int foo( void ) __attribute__(($1));
111 int foo( void ) __attribute__((__constructor__(65535/2)));
114 int foo( void ) __attribute__(($1));
117 int foo( void ) __attribute__(($1("")));
120 int foo( void ) __attribute__(($1));
123 __attribute__(($1)) int foo( void ) { return 0; }
126 int foo( void ) __attribute__(($1));
129 int foo( void ) __attribute__(($1("")));
132 int foo( void ) __attribute__(($1));
135 int foo( void ) {switch (0) { case 1: __attribute__(($1)); case 2: break ; }};
138 int foo( void ) __attribute__(($1));
147 inline __attribute__(($1)) int foo( void ) { return 0; }
150 int foo( void ) __attribute__(($1));
153 int my_foo( void ) { return 0; }
154 static int (*resolve_foo(void))(void) { return my_foo; }
155 int foo( void ) __attribute__(($1("resolve_foo")));
158 __attribute__(($1)) int foo( void ) { return 0; }
161 void *foo( void ) __attribute__(($1));
164 int foo( void ) __attribute__(($1));
167 __attribute__(($1)) int foo( void ) { return 0; }
173 void foo( void ) __attribute__(($1));
176 int foo( void ) __attribute__(($1));
179 __attribute__(($1(3))) int foo( void ) { return 0; }
182 int foo( void ) __attribute__(($1));
185 int foo(void *p, ...) __attribute__(($1));
188 int foo(void *p, ...) __attribute__(($1(1)));
191 void *foo( void ) __attribute__(($1));
194 int foo( void ) __attribute__(($1));
197 int foo( void ) __attribute__(($1));
200 int foo_def( void ) __attribute__(($1("default")));
201 int foo_hid( void ) __attribute__(($1("hidden")));
202 int foo_int( void ) __attribute__(($1("internal")));
203 int foo_pro( void ) __attribute__(($1("protected")));
206 int foo( void ) __attribute__(($1("")));
209 int foo( void ) __attribute__(($1));
212 int foo( void ) __attribute__(($1));
215 static int foo( void ) { return 0; }
216 static int bar( void ) __attribute__(($1("foo")));
219 int bar( void ) __attribute__(($1("sse2")));
223 int foo( void ) __attribute__(($1));