Ignore:
Timestamp:
Aug 20, 2018, 3:03:09 PM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
72b3605
Parents:
51a455c
Message:

Update 32-bit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/extension.x86.txt

    r51a455c rec91336  
    1 __extension__ signed int __a__i_1;
    2 __extension__ signed int __b__i_1;
    3 __extension__ signed int __c__i_1;
     1__extension__ signed int _X1ai_1;
     2__extension__ signed int _X1bi_1;
     3__extension__ signed int _X1ci_1;
    44__extension__ struct S {
    5     __extension__ signed int __a__i_1;
    6     __extension__ signed int __b__i_1;
    7     __extension__ signed int __c__i_1;
     5    __extension__ signed int _X1ai_1;
     6    __extension__ signed int _X1bi_1;
     7    __extension__ signed int _X1ci_1;
    88};
    9 static inline void ___constructor__F_2sS_autogen___1(struct S *___dst__2sS_1);
    10 static inline void ___constructor__F_2sS2sS_autogen___1(struct S *___dst__2sS_1, struct S ___src__2sS_1);
    11 static inline void ___destructor__F_2sS_autogen___1(struct S *___dst__2sS_1);
    12 static inline struct S ___operator_assign__F2sS_2sS2sS_autogen___1(struct S *___dst__2sS_1, struct S ___src__2sS_1);
    13 static inline void ___constructor__F_2sSi_autogen___1(struct S *___dst__2sS_1, signed int __a__i_1);
    14 static inline void ___constructor__F_2sSii_autogen___1(struct S *___dst__2sS_1, signed int __a__i_1, signed int __b__i_1);
    15 static inline void ___constructor__F_2sSiii_autogen___1(struct S *___dst__2sS_1, signed int __a__i_1, signed int __b__i_1, signed int __c__i_1);
    16 static inline void ___constructor__F_2sS_autogen___1(struct S *___dst__2sS_1){
    17     ((void)((*___dst__2sS_1).__a__i_1) /* ?{} */);
    18     ((void)((*___dst__2sS_1).__b__i_1) /* ?{} */);
    19     ((void)((*___dst__2sS_1).__c__i_1) /* ?{} */);
    20 }
    21 static inline void ___constructor__F_2sS2sS_autogen___1(struct S *___dst__2sS_1, struct S ___src__2sS_1){
    22     ((void)((*___dst__2sS_1).__a__i_1=___src__2sS_1.__a__i_1) /* ?{} */);
    23     ((void)((*___dst__2sS_1).__b__i_1=___src__2sS_1.__b__i_1) /* ?{} */);
    24     ((void)((*___dst__2sS_1).__c__i_1=___src__2sS_1.__c__i_1) /* ?{} */);
    25 }
    26 static inline void ___destructor__F_2sS_autogen___1(struct S *___dst__2sS_1){
    27     ((void)((*___dst__2sS_1).__c__i_1) /* ^?{} */);
    28     ((void)((*___dst__2sS_1).__b__i_1) /* ^?{} */);
    29     ((void)((*___dst__2sS_1).__a__i_1) /* ^?{} */);
    30 }
    31 static inline struct S ___operator_assign__F2sS_2sS2sS_autogen___1(struct S *___dst__2sS_1, struct S ___src__2sS_1){
    32     struct S ___ret__2sS_1;
    33     ((void)((*___dst__2sS_1).__a__i_1=___src__2sS_1.__a__i_1));
    34     ((void)((*___dst__2sS_1).__b__i_1=___src__2sS_1.__b__i_1));
    35     ((void)((*___dst__2sS_1).__c__i_1=___src__2sS_1.__c__i_1));
    36     ((void)___constructor__F_2sS2sS_autogen___1((&___ret__2sS_1), (*___dst__2sS_1)));
    37     return ___ret__2sS_1;
    38 }
    39 static inline void ___constructor__F_2sSi_autogen___1(struct S *___dst__2sS_1, signed int __a__i_1){
    40     ((void)((*___dst__2sS_1).__a__i_1=__a__i_1) /* ?{} */);
    41     ((void)((*___dst__2sS_1).__b__i_1) /* ?{} */);
    42     ((void)((*___dst__2sS_1).__c__i_1) /* ?{} */);
    43 }
    44 static inline void ___constructor__F_2sSii_autogen___1(struct S *___dst__2sS_1, signed int __a__i_1, signed int __b__i_1){
    45     ((void)((*___dst__2sS_1).__a__i_1=__a__i_1) /* ?{} */);
    46     ((void)((*___dst__2sS_1).__b__i_1=__b__i_1) /* ?{} */);
    47     ((void)((*___dst__2sS_1).__c__i_1) /* ?{} */);
    48 }
    49 static inline void ___constructor__F_2sSiii_autogen___1(struct S *___dst__2sS_1, signed int __a__i_1, signed int __b__i_1, signed int __c__i_1){
    50     ((void)((*___dst__2sS_1).__a__i_1=__a__i_1) /* ?{} */);
    51     ((void)((*___dst__2sS_1).__b__i_1=__b__i_1) /* ?{} */);
    52     ((void)((*___dst__2sS_1).__c__i_1=__c__i_1) /* ?{} */);
     9static inline void _X12_constructorFv_S1S_autogen___1(struct S *_X4_dstS1S_1);
     10static inline void _X12_constructorFv_S1SS1S_autogen___1(struct S *_X4_dstS1S_1, struct S _X4_srcS1S_1);
     11static inline void _X11_destructorFv_S1S_autogen___1(struct S *_X4_dstS1S_1);
     12static inline struct S _X16_operator_assignFS1S_S1SS1S_autogen___1(struct S *_X4_dstS1S_1, struct S _X4_srcS1S_1);
     13static inline void _X12_constructorFv_S1Si_autogen___1(struct S *_X4_dstS1S_1, signed int _X1ai_1);
     14static inline void _X12_constructorFv_S1Sii_autogen___1(struct S *_X4_dstS1S_1, signed int _X1ai_1, signed int _X1bi_1);
     15static inline void _X12_constructorFv_S1Siii_autogen___1(struct S *_X4_dstS1S_1, signed int _X1ai_1, signed int _X1bi_1, signed int _X1ci_1);
     16static inline void _X12_constructorFv_S1S_autogen___1(struct S *_X4_dstS1S_1){
     17    ((void)((*_X4_dstS1S_1)._X1ai_1) /* ?{} */);
     18    ((void)((*_X4_dstS1S_1)._X1bi_1) /* ?{} */);
     19    ((void)((*_X4_dstS1S_1)._X1ci_1) /* ?{} */);
     20}
     21static inline void _X12_constructorFv_S1SS1S_autogen___1(struct S *_X4_dstS1S_1, struct S _X4_srcS1S_1){
     22    ((void)((*_X4_dstS1S_1)._X1ai_1=_X4_srcS1S_1._X1ai_1) /* ?{} */);
     23    ((void)((*_X4_dstS1S_1)._X1bi_1=_X4_srcS1S_1._X1bi_1) /* ?{} */);
     24    ((void)((*_X4_dstS1S_1)._X1ci_1=_X4_srcS1S_1._X1ci_1) /* ?{} */);
     25}
     26static inline void _X11_destructorFv_S1S_autogen___1(struct S *_X4_dstS1S_1){
     27    ((void)((*_X4_dstS1S_1)._X1ci_1) /* ^?{} */);
     28    ((void)((*_X4_dstS1S_1)._X1bi_1) /* ^?{} */);
     29    ((void)((*_X4_dstS1S_1)._X1ai_1) /* ^?{} */);
     30}
     31static inline struct S _X16_operator_assignFS1S_S1SS1S_autogen___1(struct S *_X4_dstS1S_1, struct S _X4_srcS1S_1){
     32    struct S _X4_retS1S_1;
     33    ((void)((*_X4_dstS1S_1)._X1ai_1=_X4_srcS1S_1._X1ai_1));
     34    ((void)((*_X4_dstS1S_1)._X1bi_1=_X4_srcS1S_1._X1bi_1));
     35    ((void)((*_X4_dstS1S_1)._X1ci_1=_X4_srcS1S_1._X1ci_1));
     36    ((void)_X12_constructorFv_S1SS1S_autogen___1((&_X4_retS1S_1), (*_X4_dstS1S_1)));
     37    return _X4_retS1S_1;
     38}
     39static inline void _X12_constructorFv_S1Si_autogen___1(struct S *_X4_dstS1S_1, signed int _X1ai_1){
     40    ((void)((*_X4_dstS1S_1)._X1ai_1=_X1ai_1) /* ?{} */);
     41    ((void)((*_X4_dstS1S_1)._X1bi_1) /* ?{} */);
     42    ((void)((*_X4_dstS1S_1)._X1ci_1) /* ?{} */);
     43}
     44static inline void _X12_constructorFv_S1Sii_autogen___1(struct S *_X4_dstS1S_1, signed int _X1ai_1, signed int _X1bi_1){
     45    ((void)((*_X4_dstS1S_1)._X1ai_1=_X1ai_1) /* ?{} */);
     46    ((void)((*_X4_dstS1S_1)._X1bi_1=_X1bi_1) /* ?{} */);
     47    ((void)((*_X4_dstS1S_1)._X1ci_1) /* ?{} */);
     48}
     49static inline void _X12_constructorFv_S1Siii_autogen___1(struct S *_X4_dstS1S_1, signed int _X1ai_1, signed int _X1bi_1, signed int _X1ci_1){
     50    ((void)((*_X4_dstS1S_1)._X1ai_1=_X1ai_1) /* ?{} */);
     51    ((void)((*_X4_dstS1S_1)._X1bi_1=_X1bi_1) /* ?{} */);
     52    ((void)((*_X4_dstS1S_1)._X1ci_1=_X1ci_1) /* ?{} */);
    5353}
    5454__extension__ union U {
    55     __extension__ signed int __a__i_1;
    56     __extension__ signed int __b__i_1;
    57     __extension__ signed int __c__i_1;
     55    __extension__ signed int _X1ai_1;
     56    __extension__ signed int _X1bi_1;
     57    __extension__ signed int _X1ci_1;
    5858};
    59 static inline void ___constructor__F_2uU_autogen___1(__attribute__ ((unused)) union U *___dst__2uU_1);
    60 static inline void ___constructor__F_2uU2uU_autogen___1(union U *___dst__2uU_1, union U ___src__2uU_1);
    61 static inline void ___destructor__F_2uU_autogen___1(__attribute__ ((unused)) union U *___dst__2uU_1);
    62 static inline union U ___operator_assign__F2uU_2uU2uU_autogen___1(union U *___dst__2uU_1, union U ___src__2uU_1);
    63 static inline void ___constructor__F_2uUi_autogen___1(union U *___dst__2uU_1, signed int __a__i_1);
    64 static inline void ___constructor__F_2uU_autogen___1(__attribute__ ((unused)) union U *___dst__2uU_1){
    65 }
    66 static inline void ___constructor__F_2uU2uU_autogen___1(union U *___dst__2uU_1, union U ___src__2uU_1){
    67     ((void)__builtin_memcpy(((void *)___dst__2uU_1), ((const void *)(&___src__2uU_1)), sizeof(union U )));
    68 }
    69 static inline void ___destructor__F_2uU_autogen___1(__attribute__ ((unused)) union U *___dst__2uU_1){
    70 }
    71 static inline union U ___operator_assign__F2uU_2uU2uU_autogen___1(union U *___dst__2uU_1, union U ___src__2uU_1){
    72     union U ___ret__2uU_1;
    73     ((void)__builtin_memcpy(((void *)___dst__2uU_1), ((const void *)(&___src__2uU_1)), sizeof(union U )));
    74     ((void)___constructor__F_2uU2uU_autogen___1((&___ret__2uU_1), (*___dst__2uU_1)));
    75     return ___ret__2uU_1;
    76 }
    77 static inline void ___constructor__F_2uUi_autogen___1(union U *___dst__2uU_1, signed int __a__i_1){
    78     ((void)__builtin_memcpy(((void *)___dst__2uU_1), ((const void *)(&__a__i_1)), sizeof(signed int )));
     59static inline void _X12_constructorFv_U1U_autogen___1(__attribute__ ((unused)) union U *_X4_dstU1U_1);
     60static inline void _X12_constructorFv_U1UU1U_autogen___1(union U *_X4_dstU1U_1, union U _X4_srcU1U_1);
     61static inline void _X11_destructorFv_U1U_autogen___1(__attribute__ ((unused)) union U *_X4_dstU1U_1);
     62static inline union U _X16_operator_assignFU1U_U1UU1U_autogen___1(union U *_X4_dstU1U_1, union U _X4_srcU1U_1);
     63static inline void _X12_constructorFv_U1Ui_autogen___1(union U *_X4_dstU1U_1, signed int _X1ai_1);
     64static inline void _X12_constructorFv_U1U_autogen___1(__attribute__ ((unused)) union U *_X4_dstU1U_1){
     65}
     66static inline void _X12_constructorFv_U1UU1U_autogen___1(union U *_X4_dstU1U_1, union U _X4_srcU1U_1){
     67    ((void)__builtin_memcpy(((void *)_X4_dstU1U_1), ((const void *)(&_X4_srcU1U_1)), sizeof(union U )));
     68}
     69static inline void _X11_destructorFv_U1U_autogen___1(__attribute__ ((unused)) union U *_X4_dstU1U_1){
     70}
     71static inline union U _X16_operator_assignFU1U_U1UU1U_autogen___1(union U *_X4_dstU1U_1, union U _X4_srcU1U_1){
     72    union U _X4_retU1U_1;
     73    ((void)__builtin_memcpy(((void *)_X4_dstU1U_1), ((const void *)(&_X4_srcU1U_1)), sizeof(union U )));
     74    ((void)_X12_constructorFv_U1UU1U_autogen___1((&_X4_retU1U_1), (*_X4_dstU1U_1)));
     75    return _X4_retU1U_1;
     76}
     77static inline void _X12_constructorFv_U1Ui_autogen___1(union U *_X4_dstU1U_1, signed int _X1ai_1){
     78    ((void)__builtin_memcpy(((void *)_X4_dstU1U_1), ((const void *)(&_X1ai_1)), sizeof(signed int )));
    7979}
    8080__extension__ enum E {
    81     __R__C2eE_1,
    82     __G__C2eE_1,
    83     __B__C2eE_1,
     81    _X1RKM1E_1,
     82    _X1GKM1E_1,
     83    _X1BKM1E_1,
    8484};
    85 __extension__ signed int __f__Fi___1();
     85__extension__ signed int _X1fFi___1();
    8686__extension__ signed int i;
    8787__extension__ signed int j;
    88 __extension__ signed int __fred__Fi_i__1(signed int __p__i_1){
    89     __attribute__ ((unused)) signed int ___retval_fred__i_1;
     88__extension__ signed int _X4fredFi_i__1(signed int _X1pi_1){
     89    __attribute__ ((unused)) signed int _X12_retval_fredi_1;
    9090    __extension__ struct S {
    91         __extension__ signed int __a__i_2;
    92         __extension__ signed int __b__i_2;
    93         __extension__ signed int __c__i_2;
    94         __extension__ signed int *__x__Pi_2;
    95         __extension__ signed int *__y__Pi_2;
    96         __extension__ signed int *__z__Pi_2;
     91        __extension__ signed int _X1ai_2;
     92        __extension__ signed int _X1bi_2;
     93        __extension__ signed int _X1ci_2;
     94        __extension__ signed int *_X1xPi_2;
     95        __extension__ signed int *_X1yPi_2;
     96        __extension__ signed int *_X1zPi_2;
    9797    };
    98     inline void ___constructor__F_2sS_autogen___2(struct S *___dst__2sS_2){
    99         ((void)((*___dst__2sS_2).__a__i_2) /* ?{} */);
    100         ((void)((*___dst__2sS_2).__b__i_2) /* ?{} */);
    101         ((void)((*___dst__2sS_2).__c__i_2) /* ?{} */);
    102         ((void)((*___dst__2sS_2).__x__Pi_2) /* ?{} */);
    103         ((void)((*___dst__2sS_2).__y__Pi_2) /* ?{} */);
    104         ((void)((*___dst__2sS_2).__z__Pi_2) /* ?{} */);
    105     }
    106     inline void ___constructor__F_2sS2sS_autogen___2(struct S *___dst__2sS_2, struct S ___src__2sS_2){
    107         ((void)((*___dst__2sS_2).__a__i_2=___src__2sS_2.__a__i_2) /* ?{} */);
    108         ((void)((*___dst__2sS_2).__b__i_2=___src__2sS_2.__b__i_2) /* ?{} */);
    109         ((void)((*___dst__2sS_2).__c__i_2=___src__2sS_2.__c__i_2) /* ?{} */);
    110         ((void)((*___dst__2sS_2).__x__Pi_2=___src__2sS_2.__x__Pi_2) /* ?{} */);
    111         ((void)((*___dst__2sS_2).__y__Pi_2=___src__2sS_2.__y__Pi_2) /* ?{} */);
    112         ((void)((*___dst__2sS_2).__z__Pi_2=___src__2sS_2.__z__Pi_2) /* ?{} */);
    113     }
    114     inline void ___destructor__F_2sS_autogen___2(struct S *___dst__2sS_2){
    115         ((void)((*___dst__2sS_2).__z__Pi_2) /* ^?{} */);
    116         ((void)((*___dst__2sS_2).__y__Pi_2) /* ^?{} */);
    117         ((void)((*___dst__2sS_2).__x__Pi_2) /* ^?{} */);
    118         ((void)((*___dst__2sS_2).__c__i_2) /* ^?{} */);
    119         ((void)((*___dst__2sS_2).__b__i_2) /* ^?{} */);
    120         ((void)((*___dst__2sS_2).__a__i_2) /* ^?{} */);
    121     }
    122     inline struct S ___operator_assign__F2sS_2sS2sS_autogen___2(struct S *___dst__2sS_2, struct S ___src__2sS_2){
    123         struct S ___ret__2sS_2;
    124         ((void)((*___dst__2sS_2).__a__i_2=___src__2sS_2.__a__i_2));
    125         ((void)((*___dst__2sS_2).__b__i_2=___src__2sS_2.__b__i_2));
    126         ((void)((*___dst__2sS_2).__c__i_2=___src__2sS_2.__c__i_2));
    127         ((void)((*___dst__2sS_2).__x__Pi_2=___src__2sS_2.__x__Pi_2));
    128         ((void)((*___dst__2sS_2).__y__Pi_2=___src__2sS_2.__y__Pi_2));
    129         ((void)((*___dst__2sS_2).__z__Pi_2=___src__2sS_2.__z__Pi_2));
    130         ((void)___constructor__F_2sS2sS_autogen___2((&___ret__2sS_2), (*___dst__2sS_2)));
    131         return ___ret__2sS_2;
    132     }
    133     inline void ___constructor__F_2sSi_autogen___2(struct S *___dst__2sS_2, signed int __a__i_2){
    134         ((void)((*___dst__2sS_2).__a__i_2=__a__i_2) /* ?{} */);
    135         ((void)((*___dst__2sS_2).__b__i_2) /* ?{} */);
    136         ((void)((*___dst__2sS_2).__c__i_2) /* ?{} */);
    137         ((void)((*___dst__2sS_2).__x__Pi_2) /* ?{} */);
    138         ((void)((*___dst__2sS_2).__y__Pi_2) /* ?{} */);
    139         ((void)((*___dst__2sS_2).__z__Pi_2) /* ?{} */);
    140     }
    141     inline void ___constructor__F_2sSii_autogen___2(struct S *___dst__2sS_2, signed int __a__i_2, signed int __b__i_2){
    142         ((void)((*___dst__2sS_2).__a__i_2=__a__i_2) /* ?{} */);
    143         ((void)((*___dst__2sS_2).__b__i_2=__b__i_2) /* ?{} */);
    144         ((void)((*___dst__2sS_2).__c__i_2) /* ?{} */);
    145         ((void)((*___dst__2sS_2).__x__Pi_2) /* ?{} */);
    146         ((void)((*___dst__2sS_2).__y__Pi_2) /* ?{} */);
    147         ((void)((*___dst__2sS_2).__z__Pi_2) /* ?{} */);
    148     }
    149     inline void ___constructor__F_2sSiii_autogen___2(struct S *___dst__2sS_2, signed int __a__i_2, signed int __b__i_2, signed int __c__i_2){
    150         ((void)((*___dst__2sS_2).__a__i_2=__a__i_2) /* ?{} */);
    151         ((void)((*___dst__2sS_2).__b__i_2=__b__i_2) /* ?{} */);
    152         ((void)((*___dst__2sS_2).__c__i_2=__c__i_2) /* ?{} */);
    153         ((void)((*___dst__2sS_2).__x__Pi_2) /* ?{} */);
    154         ((void)((*___dst__2sS_2).__y__Pi_2) /* ?{} */);
    155         ((void)((*___dst__2sS_2).__z__Pi_2) /* ?{} */);
    156     }
    157     inline void ___constructor__F_2sSiiiPi_autogen___2(struct S *___dst__2sS_2, signed int __a__i_2, signed int __b__i_2, signed int __c__i_2, signed int *__x__Pi_2){
    158         ((void)((*___dst__2sS_2).__a__i_2=__a__i_2) /* ?{} */);
    159         ((void)((*___dst__2sS_2).__b__i_2=__b__i_2) /* ?{} */);
    160         ((void)((*___dst__2sS_2).__c__i_2=__c__i_2) /* ?{} */);
    161         ((void)((*___dst__2sS_2).__x__Pi_2=__x__Pi_2) /* ?{} */);
    162         ((void)((*___dst__2sS_2).__y__Pi_2) /* ?{} */);
    163         ((void)((*___dst__2sS_2).__z__Pi_2) /* ?{} */);
    164     }
    165     inline void ___constructor__F_2sSiiiPiPi_autogen___2(struct S *___dst__2sS_2, signed int __a__i_2, signed int __b__i_2, signed int __c__i_2, signed int *__x__Pi_2, signed int *__y__Pi_2){
    166         ((void)((*___dst__2sS_2).__a__i_2=__a__i_2) /* ?{} */);
    167         ((void)((*___dst__2sS_2).__b__i_2=__b__i_2) /* ?{} */);
    168         ((void)((*___dst__2sS_2).__c__i_2=__c__i_2) /* ?{} */);
    169         ((void)((*___dst__2sS_2).__x__Pi_2=__x__Pi_2) /* ?{} */);
    170         ((void)((*___dst__2sS_2).__y__Pi_2=__y__Pi_2) /* ?{} */);
    171         ((void)((*___dst__2sS_2).__z__Pi_2) /* ?{} */);
    172     }
    173     inline void ___constructor__F_2sSiiiPiPiPi_autogen___2(struct S *___dst__2sS_2, signed int __a__i_2, signed int __b__i_2, signed int __c__i_2, signed int *__x__Pi_2, signed int *__y__Pi_2, signed int *__z__Pi_2){
    174         ((void)((*___dst__2sS_2).__a__i_2=__a__i_2) /* ?{} */);
    175         ((void)((*___dst__2sS_2).__b__i_2=__b__i_2) /* ?{} */);
    176         ((void)((*___dst__2sS_2).__c__i_2=__c__i_2) /* ?{} */);
    177         ((void)((*___dst__2sS_2).__x__Pi_2=__x__Pi_2) /* ?{} */);
    178         ((void)((*___dst__2sS_2).__y__Pi_2=__y__Pi_2) /* ?{} */);
    179         ((void)((*___dst__2sS_2).__z__Pi_2=__z__Pi_2) /* ?{} */);
    180     }
    181     signed int __i__i_2 = (__extension__ __a__i_1+__extension__ 3);
     98    inline void _X12_constructorFv_S1S_autogen___2(struct S *_X4_dstS1S_2){
     99        ((void)((*_X4_dstS1S_2)._X1ai_2) /* ?{} */);
     100        ((void)((*_X4_dstS1S_2)._X1bi_2) /* ?{} */);
     101        ((void)((*_X4_dstS1S_2)._X1ci_2) /* ?{} */);
     102        ((void)((*_X4_dstS1S_2)._X1xPi_2) /* ?{} */);
     103        ((void)((*_X4_dstS1S_2)._X1yPi_2) /* ?{} */);
     104        ((void)((*_X4_dstS1S_2)._X1zPi_2) /* ?{} */);
     105    }
     106    inline void _X12_constructorFv_S1SS1S_autogen___2(struct S *_X4_dstS1S_2, struct S _X4_srcS1S_2){
     107        ((void)((*_X4_dstS1S_2)._X1ai_2=_X4_srcS1S_2._X1ai_2) /* ?{} */);
     108        ((void)((*_X4_dstS1S_2)._X1bi_2=_X4_srcS1S_2._X1bi_2) /* ?{} */);
     109        ((void)((*_X4_dstS1S_2)._X1ci_2=_X4_srcS1S_2._X1ci_2) /* ?{} */);
     110        ((void)((*_X4_dstS1S_2)._X1xPi_2=_X4_srcS1S_2._X1xPi_2) /* ?{} */);
     111        ((void)((*_X4_dstS1S_2)._X1yPi_2=_X4_srcS1S_2._X1yPi_2) /* ?{} */);
     112        ((void)((*_X4_dstS1S_2)._X1zPi_2=_X4_srcS1S_2._X1zPi_2) /* ?{} */);
     113    }
     114    inline void _X11_destructorFv_S1S_autogen___2(struct S *_X4_dstS1S_2){
     115        ((void)((*_X4_dstS1S_2)._X1zPi_2) /* ^?{} */);
     116        ((void)((*_X4_dstS1S_2)._X1yPi_2) /* ^?{} */);
     117        ((void)((*_X4_dstS1S_2)._X1xPi_2) /* ^?{} */);
     118        ((void)((*_X4_dstS1S_2)._X1ci_2) /* ^?{} */);
     119        ((void)((*_X4_dstS1S_2)._X1bi_2) /* ^?{} */);
     120        ((void)((*_X4_dstS1S_2)._X1ai_2) /* ^?{} */);
     121    }
     122    inline struct S _X16_operator_assignFS1S_S1SS1S_autogen___2(struct S *_X4_dstS1S_2, struct S _X4_srcS1S_2){
     123        struct S _X4_retS1S_2;
     124        ((void)((*_X4_dstS1S_2)._X1ai_2=_X4_srcS1S_2._X1ai_2));
     125        ((void)((*_X4_dstS1S_2)._X1bi_2=_X4_srcS1S_2._X1bi_2));
     126        ((void)((*_X4_dstS1S_2)._X1ci_2=_X4_srcS1S_2._X1ci_2));
     127        ((void)((*_X4_dstS1S_2)._X1xPi_2=_X4_srcS1S_2._X1xPi_2));
     128        ((void)((*_X4_dstS1S_2)._X1yPi_2=_X4_srcS1S_2._X1yPi_2));
     129        ((void)((*_X4_dstS1S_2)._X1zPi_2=_X4_srcS1S_2._X1zPi_2));
     130        ((void)_X12_constructorFv_S1SS1S_autogen___2((&_X4_retS1S_2), (*_X4_dstS1S_2)));
     131        return _X4_retS1S_2;
     132    }
     133    inline void _X12_constructorFv_S1Si_autogen___2(struct S *_X4_dstS1S_2, signed int _X1ai_2){
     134        ((void)((*_X4_dstS1S_2)._X1ai_2=_X1ai_2) /* ?{} */);
     135        ((void)((*_X4_dstS1S_2)._X1bi_2) /* ?{} */);
     136        ((void)((*_X4_dstS1S_2)._X1ci_2) /* ?{} */);
     137        ((void)((*_X4_dstS1S_2)._X1xPi_2) /* ?{} */);
     138        ((void)((*_X4_dstS1S_2)._X1yPi_2) /* ?{} */);
     139        ((void)((*_X4_dstS1S_2)._X1zPi_2) /* ?{} */);
     140    }
     141    inline void _X12_constructorFv_S1Sii_autogen___2(struct S *_X4_dstS1S_2, signed int _X1ai_2, signed int _X1bi_2){
     142        ((void)((*_X4_dstS1S_2)._X1ai_2=_X1ai_2) /* ?{} */);
     143        ((void)((*_X4_dstS1S_2)._X1bi_2=_X1bi_2) /* ?{} */);
     144        ((void)((*_X4_dstS1S_2)._X1ci_2) /* ?{} */);
     145        ((void)((*_X4_dstS1S_2)._X1xPi_2) /* ?{} */);
     146        ((void)((*_X4_dstS1S_2)._X1yPi_2) /* ?{} */);
     147        ((void)((*_X4_dstS1S_2)._X1zPi_2) /* ?{} */);
     148    }
     149    inline void _X12_constructorFv_S1Siii_autogen___2(struct S *_X4_dstS1S_2, signed int _X1ai_2, signed int _X1bi_2, signed int _X1ci_2){
     150        ((void)((*_X4_dstS1S_2)._X1ai_2=_X1ai_2) /* ?{} */);
     151        ((void)((*_X4_dstS1S_2)._X1bi_2=_X1bi_2) /* ?{} */);
     152        ((void)((*_X4_dstS1S_2)._X1ci_2=_X1ci_2) /* ?{} */);
     153        ((void)((*_X4_dstS1S_2)._X1xPi_2) /* ?{} */);
     154        ((void)((*_X4_dstS1S_2)._X1yPi_2) /* ?{} */);
     155        ((void)((*_X4_dstS1S_2)._X1zPi_2) /* ?{} */);
     156    }
     157    inline void _X12_constructorFv_S1SiiiPi_autogen___2(struct S *_X4_dstS1S_2, signed int _X1ai_2, signed int _X1bi_2, signed int _X1ci_2, signed int *_X1xPi_2){
     158        ((void)((*_X4_dstS1S_2)._X1ai_2=_X1ai_2) /* ?{} */);
     159        ((void)((*_X4_dstS1S_2)._X1bi_2=_X1bi_2) /* ?{} */);
     160        ((void)((*_X4_dstS1S_2)._X1ci_2=_X1ci_2) /* ?{} */);
     161        ((void)((*_X4_dstS1S_2)._X1xPi_2=_X1xPi_2) /* ?{} */);
     162        ((void)((*_X4_dstS1S_2)._X1yPi_2) /* ?{} */);
     163        ((void)((*_X4_dstS1S_2)._X1zPi_2) /* ?{} */);
     164    }
     165    inline void _X12_constructorFv_S1SiiiPiPi_autogen___2(struct S *_X4_dstS1S_2, signed int _X1ai_2, signed int _X1bi_2, signed int _X1ci_2, signed int *_X1xPi_2, signed int *_X1yPi_2){
     166        ((void)((*_X4_dstS1S_2)._X1ai_2=_X1ai_2) /* ?{} */);
     167        ((void)((*_X4_dstS1S_2)._X1bi_2=_X1bi_2) /* ?{} */);
     168        ((void)((*_X4_dstS1S_2)._X1ci_2=_X1ci_2) /* ?{} */);
     169        ((void)((*_X4_dstS1S_2)._X1xPi_2=_X1xPi_2) /* ?{} */);
     170        ((void)((*_X4_dstS1S_2)._X1yPi_2=_X1yPi_2) /* ?{} */);
     171        ((void)((*_X4_dstS1S_2)._X1zPi_2) /* ?{} */);
     172    }
     173    inline void _X12_constructorFv_S1SiiiPiPiPi_autogen___2(struct S *_X4_dstS1S_2, signed int _X1ai_2, signed int _X1bi_2, signed int _X1ci_2, signed int *_X1xPi_2, signed int *_X1yPi_2, signed int *_X1zPi_2){
     174        ((void)((*_X4_dstS1S_2)._X1ai_2=_X1ai_2) /* ?{} */);
     175        ((void)((*_X4_dstS1S_2)._X1bi_2=_X1bi_2) /* ?{} */);
     176        ((void)((*_X4_dstS1S_2)._X1ci_2=_X1ci_2) /* ?{} */);
     177        ((void)((*_X4_dstS1S_2)._X1xPi_2=_X1xPi_2) /* ?{} */);
     178        ((void)((*_X4_dstS1S_2)._X1yPi_2=_X1yPi_2) /* ?{} */);
     179        ((void)((*_X4_dstS1S_2)._X1zPi_2=_X1zPi_2) /* ?{} */);
     180    }
     181    signed int _X1ii_2 = (__extension__ _X1ai_1+__extension__ 3);
    182182    ((void)__extension__ 3);
    183     ((void)__extension__ __a__i_1);
    184     __extension__ signed int __a__i_2;
    185     __extension__ signed int __b__i_2;
    186     __extension__ signed int __c__i_2;
    187     ((void)(__extension__ __a__i_2=(__extension__ __b__i_2+__extension__ __c__i_2)));
     183    ((void)__extension__ _X1ai_1);
     184    __extension__ signed int _X1ai_2;
     185    __extension__ signed int _X1bi_2;
     186    __extension__ signed int _X1ci_2;
     187    ((void)(__extension__ _X1ai_2=(__extension__ _X1bi_2+__extension__ _X1ci_2)));
    188188    signed int _tmp_cp_ret2;
    189     ((void)(((void)(_tmp_cp_ret2=__extension__ __fred__Fi_i__1(3))) , _tmp_cp_ret2));
     189    ((void)(((void)(_tmp_cp_ret2=__extension__ _X4fredFi_i__1(3))) , _tmp_cp_ret2));
    190190    ((void)(_tmp_cp_ret2) /* ^?{} */);
    191     __extension__ signed int __mary__Fi_i__2(signed int __p__i_2){
    192         __attribute__ ((unused)) signed int ___retval_mary__i_2;
     191    __extension__ signed int _X4maryFi_i__2(signed int _X1pi_2){
     192        __attribute__ ((unused)) signed int _X12_retval_maryi_2;
    193193    }
    194194    ((void)__extension__ sizeof(3));
    195195    ((void)__extension__ ((3!=((signed int )0)) || (4!=((signed int )0))));
    196     ((void)__extension__ __alignof__(__extension__ __a__i_2));
    197     ((void)((__extension__ __a__i_2!=((signed int )0)) || (((__extension__ __b__i_2!=((signed int )0)) && (__extension__ __c__i_2!=((signed int )0)))!=((signed int )0))));
    198     ((void)(((__extension__ __a__i_2>__extension__ __b__i_2)!=((signed int )0)) ? __extension__ __c__i_2 : __extension__ __c__i_2));
    199     ((void)(__extension__ __a__i_2=__extension__ (__extension__ __b__i_2+__extension__ __c__i_2)));
    200     ((void)(((void)(((void)__extension__ __a__i_2) , __extension__ __b__i_2)) , __extension__ __c__i_2));
    201 }
     196    ((void)__extension__ __alignof__(__extension__ _X1ai_2));
     197    ((void)((__extension__ _X1ai_2!=((signed int )0)) || (((__extension__ _X1bi_2!=((signed int )0)) && (__extension__ _X1ci_2!=((signed int )0)))!=((signed int )0))));
     198    ((void)(((__extension__ _X1ai_2>__extension__ _X1bi_2)!=((signed int )0)) ? __extension__ _X1ci_2 : __extension__ _X1ci_2));
     199    ((void)(__extension__ _X1ai_2=__extension__ (__extension__ _X1bi_2+__extension__ _X1ci_2)));
     200    ((void)(((void)(((void)__extension__ _X1ai_2) , __extension__ _X1bi_2)) , __extension__ _X1ci_2));
     201}
Note: See TracChangeset for help on using the changeset viewer.