Ignore:
Timestamp:
Sep 6, 2018, 10:44:16 AM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b867278
Parents:
b8b6c44
Message:

Update expect files for cleanup attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/functions.x64.txt

    rb8b6c44 r7b10ea9  
    33signed int _X1fFi_Fi__Fi_i_Fi__Fi_i_Fv____1(signed int (*__anonymous_object0)(void), signed int (*__anonymous_object1)(signed int __anonymous_object2), signed int (*__anonymous_object3)(void), signed int (*__anonymous_object4)(signed int __anonymous_object5), void (*_X1gFv___1)(void)){
    44    __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
    817}
    918signed int _X2f1Fi___1(){
     
    183192const double _X3fooFd_d__1(double __anonymous_object20){
    184193    __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
    186198    return _X11_retval_fooKd_1;
    187199}
     
    195207static inline void _X12_constructorFv_S1Si_autogen___1(struct S *_X4_dstS1S_1, signed int _X1ii_1);
    196208static 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
    198213}
    199214static 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
    201219}
    202220static 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
    204225}
    205226static inline struct S _X16_operator_assignFS1S_S1SS1S_autogen___1(struct S *_X4_dstS1S_1, struct S _X4_srcS1S_1){
    206227    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
    209236    return _X4_retS1S_1;
    210237}
    211238static 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
    213243}
    214244struct S _X3rtnFS1S_i__1(signed int __anonymous_object21){
Note: See TracChangeset for help on using the changeset viewer.