Lines Matching full:void
5 int zxcv(void);
10 void *test(int *i) {
26 // PR2080 - sizeof void
27 int t1 = sizeof(void);
28 int t2 = __alignof__(void);
29 void test4() {
30 t1 = sizeof(void);
31 t2 = __alignof__(void);
50 void eMaisUma() {
57 void f0(void (*fp)(void), void (*fp2)(void)) {
71 void f2(void);
72 unsigned f1(void) {
73 void (*fp)(void) = f2;
99 void f7() {
115 void f9(struct S *x) {
116 foo(((void)1, x->c).tab[0]);
119 void f10() {
150 void f14(struct s14 *a) {
151 (void) &*a;
154 // CHECK: define void @f15
155 void f15() {
156 extern void f15_start(void);
158 // CHECK: call void @f15_start()
160 extern void *f15_v(void);
161 extern const void *f15_cv(void);
162 extern volatile void *f15_vv(void);
167 // CHECK: ret void
171 // CHECK: define void @f16()
172 void f16() {