Lines Matching full:void
3 void foo(void);4 void foo(void) {} 5 void foo(void);6 void foo(void); // expected-note {{previous declaration is here}}8 void foo(int); // expected-error {{conflicting types for 'foo'}}21 void (*f)(void);22 void (*f)() = 0;36 void foo6096412(void) {