Lines Matching refs:f1
11 // APCS-GNU: define i8 @f1()
12 // AAPCS: define arm_aapcscc i8 @f1()
14 struct s1 f1(void) {}
34 struct s5 { struct { } f0; int f1; };
72 union u12 { char f0; short f1; int f2; };
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; };