Changeset f57dd25 for tests/.expect/functions.x86.txt
- Timestamp:
- May 29, 2019, 3:45:00 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0aedb01
- Parents:
- 157a816 (diff), ebc0a85 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/functions.x86.txt
r157a816 rf57dd25 3 3 signed int _X1fFi_Fi__Fi_i_Fi__Fi_i_Fv____1(__attribute__ ((unused)) signed int (*__anonymous_object0)(void), __attribute__ ((unused)) signed int (*__anonymous_object1)(signed int __anonymous_object2), __attribute__ ((unused)) signed int (*__anonymous_object3)(void), __attribute__ ((unused)) signed int (*__anonymous_object4)(signed int __anonymous_object5), void (*_X1gFv___1)(void)){ 4 4 __attribute__ ((unused)) signed int _X9_retval_fi_1; 5 ((void)(*_X1gFv___1)()); 6 ((void)_X1gFv___1()); 7 ((void)(_X1gFv___1=_X1hFv___1)); 5 { 6 ((void)(*_X1gFv___1)()); 7 } 8 9 { 10 ((void)_X1gFv___1()); 11 } 12 13 { 14 ((void)(_X1gFv___1=_X1hFv___1)); 15 } 16 8 17 } 9 18 signed int _X2f1Fi___1(){ … … 183 192 const double _X3fooFd_d__1(__attribute__ ((unused)) double __anonymous_object20){ 184 193 __attribute__ ((unused)) const double _X11_retval_fooKd_1; 185 ((void)((*((double *)(&_X11_retval_fooKd_1)))=3.0) /* ?{} */); 194 { 195 ((void)((*((double *)(&_X11_retval_fooKd_1)))=3.0) /* ?{} */); 196 } 197 186 198 return _X11_retval_fooKd_1; 187 199 } … … 195 207 static inline void _X12_constructorFv_S1Si_autogen___1(struct S *_X4_dstS1S_1, signed int _X1ii_1); 196 208 static inline void _X12_constructorFv_S1S_autogen___1(struct S *_X4_dstS1S_1){ 197 ((void)((*_X4_dstS1S_1)._X1ii_1) /* ?{} */); 209 { 210 ((void)((*_X4_dstS1S_1)._X1ii_1) /* ?{} */); 211 } 212 198 213 } 199 214 static inline void _X12_constructorFv_S1SS1S_autogen___1(struct S *_X4_dstS1S_1, struct S _X4_srcS1S_1){ 200 ((void)((*_X4_dstS1S_1)._X1ii_1=_X4_srcS1S_1._X1ii_1) /* ?{} */); 215 { 216 ((void)((*_X4_dstS1S_1)._X1ii_1=_X4_srcS1S_1._X1ii_1) /* ?{} */); 217 } 218 201 219 } 202 220 static inline void _X11_destructorFv_S1S_autogen___1(struct S *_X4_dstS1S_1){ 203 ((void)((*_X4_dstS1S_1)._X1ii_1) /* ^?{} */); 221 { 222 ((void)((*_X4_dstS1S_1)._X1ii_1) /* ^?{} */); 223 } 224 204 225 } 205 226 static inline struct S _X16_operator_assignFS1S_S1SS1S_autogen___1(struct S *_X4_dstS1S_1, struct S _X4_srcS1S_1){ 206 227 struct S _X4_retS1S_1; 207 ((void)((*_X4_dstS1S_1)._X1ii_1=_X4_srcS1S_1._X1ii_1)); 208 ((void)_X12_constructorFv_S1SS1S_autogen___1((&_X4_retS1S_1), (*_X4_dstS1S_1))); 228 { 229 ((void)((*_X4_dstS1S_1)._X1ii_1=_X4_srcS1S_1._X1ii_1)); 230 } 231 232 { 233 ((void)_X12_constructorFv_S1SS1S_autogen___1((&_X4_retS1S_1), (*_X4_dstS1S_1))); 234 } 235 209 236 return _X4_retS1S_1; 210 237 } 211 238 static inline void _X12_constructorFv_S1Si_autogen___1(struct S *_X4_dstS1S_1, signed int _X1ii_1){ 212 ((void)((*_X4_dstS1S_1)._X1ii_1=_X1ii_1) /* ?{} */); 239 { 240 ((void)((*_X4_dstS1S_1)._X1ii_1=_X1ii_1) /* ?{} */); 241 } 242 213 243 } 214 244 struct S _X3rtnFS1S_i__1(__attribute__ ((unused)) signed int __anonymous_object21){
Note:
See TracChangeset
for help on using the changeset viewer.