Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:f0

5 // APCS-GNU-LABEL: define signext i8 @f0()
6 // AAPCS-LABEL: define arm_aapcscc signext i8 @f0()
7 char f0(void) {
13 struct s1 { char f0; };
18 struct s2 { short f0; };
23 struct s3 { int f0; };
28 struct s4 { struct s4_0 { int f0; } f0; };
34 struct s5 { struct { } f0; int f1; };
40 struct s6 { int f0[1]; };
45 struct s7 { struct { int : 0; } f0; };
51 struct s8 { struct { int : 0; } f0[1]; };
56 struct s9 { int f0; int : 0; };
61 struct s10 { int f0; int : 0; int : 0; };
67 struct s11 { int : 0; int f0; };
72 union u12 { char f0; short f1; int f2; };
80 struct s13 { float f0; };
86 union u14 { float f0; };
99 struct s17 { short f0 : 13; char f1 : 4; };
104 struct s18 { short f0; char f1 : 4; };
110 struct s19 { int f0; struct s8 f1; };
116 struct s20 { struct s8 f1; int f0; };
121 struct s21 { struct {} f1; int f0 : 4; };
145 struct s28 { _Complex char f0; };
150 struct s29 { _Complex short f0; };
155 struct s30 { _Complex int f0; };