Lines Matching full:void
14 void test1a(struct Test1S, struct Test2S);
15 // CHECK: define void @test1(
17 // CHECK: call void @test1a
18 void test1(struct Test1S *A, struct Test2S *B) {
30 void test2a(struct Test3S q);
31 // CHECK: define void @test2(
34 // CHECK: call void @test2a
35 void test2(struct Test3S *q) {
40 void fooey(void);
41 // CHECK: define void @test3(
43 // CHECK: call void @fooey
45 // CHECK: call void @test2a
47 // CHECK: call void @test2a
48 void test3(struct Test3S a) {