Lines Matching full:void
4 // CHECK: define void @f2(i8 signext %x) nounwind
5 // CHECK: define void @f3(i8 zeroext %x) nounwind
8 // CHECK: define void @f6(i16 signext %x) nounwind
9 // CHECK: define void @f7(i16 zeroext %x) nounwind
15 void f2(signed char x) { }
17 void f3(unsigned char x) { }
23 void f6(signed short x) { }
25 void f7(unsigned short x) { }
27 // CHECK: define void @f8()
31 void __attribute__((always_inline)) f8(void) { }
33 // CHECK: call void @f9_t()
36 void __attribute__((noreturn)) f9_t(void);
37 void f9(void) { f9_t(); }
43 int __attribute__((const)) f10_t(void);
44 int f10(void) { return f10_t(); }
45 int f11(void) {
53 // CHECK: define void @f13() nounwind readnone
54 void f13(void) __attribute__((pure)) __attribute__((const));
55 void f13(void){}
59 // CHECK: define void @f14
61 // CHECK: call void @f14_end
70 void f14(int a) {
71 extern void f14_end(void);
79 // CHECK: define void @f15
82 void f15(void) {
86 // CHECK: define void @f16
89 void __attribute__((force_align_arg_pointer)) f16(void) {
93 // CHECK: define void @f18()
96 // CHECK: call void @f17()
98 // CHECK: ret void
99 __attribute__ ((returns_twice)) void f17(void);
100 __attribute__ ((returns_twice)) void f18(void) {
104 // CHECK: define void @f19()
108 // CHECK: ret void
111 void f19(void) {