Changeset b4748db


Ignore:
Timestamp:
Oct 19, 2017, 11:13:12 AM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
0a267c1
Parents:
a117f7c
git-author:
Rob Schluntz <rschlunt@…> (10/12/17 16:36:36)
git-committer:
Rob Schluntz <rschlunt@…> (10/19/17 11:13:12)
Message:

Update 64-bit tests for missing generated struct functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/64/extension.txt

    ra117f7c rb4748db  
    9797        __extension__ signed int *__z__Pi_2;
    9898    };
     99    inline void ___constructor__F_R2sS_autogen___2(struct S *___dst__R2sS_2){
     100        ((void)((*___dst__R2sS_2).__a__i_2) /* ?{} */);
     101        ((void)((*___dst__R2sS_2).__b__i_2) /* ?{} */);
     102        ((void)((*___dst__R2sS_2).__c__i_2) /* ?{} */);
     103        ((void)((*___dst__R2sS_2).__x__Pi_2) /* ?{} */);
     104        ((void)((*___dst__R2sS_2).__y__Pi_2) /* ?{} */);
     105        ((void)((*___dst__R2sS_2).__z__Pi_2) /* ?{} */);
     106    }
     107    inline void ___constructor__F_R2sS2sS_autogen___2(struct S *___dst__R2sS_2, struct S ___src__2sS_2){
     108        ((void)((*___dst__R2sS_2).__a__i_2=___src__2sS_2.__a__i_2) /* ?{} */);
     109        ((void)((*___dst__R2sS_2).__b__i_2=___src__2sS_2.__b__i_2) /* ?{} */);
     110        ((void)((*___dst__R2sS_2).__c__i_2=___src__2sS_2.__c__i_2) /* ?{} */);
     111        ((void)((*___dst__R2sS_2).__x__Pi_2=___src__2sS_2.__x__Pi_2) /* ?{} */);
     112        ((void)((*___dst__R2sS_2).__y__Pi_2=___src__2sS_2.__y__Pi_2) /* ?{} */);
     113        ((void)((*___dst__R2sS_2).__z__Pi_2=___src__2sS_2.__z__Pi_2) /* ?{} */);
     114    }
     115    inline void ___destructor__F_R2sS_autogen___2(struct S *___dst__R2sS_2){
     116        ((void)((*___dst__R2sS_2).__z__Pi_2) /* ^?{} */);
     117        ((void)((*___dst__R2sS_2).__y__Pi_2) /* ^?{} */);
     118        ((void)((*___dst__R2sS_2).__x__Pi_2) /* ^?{} */);
     119        ((void)((*___dst__R2sS_2).__c__i_2) /* ^?{} */);
     120        ((void)((*___dst__R2sS_2).__b__i_2) /* ^?{} */);
     121        ((void)((*___dst__R2sS_2).__a__i_2) /* ^?{} */);
     122    }
     123    inline struct S ___operator_assign__F2sS_R2sS2sS_autogen___2(struct S *___dst__R2sS_2, struct S ___src__2sS_2){
     124        struct S ___ret__2sS_2;
     125        ((void)((*___dst__R2sS_2).__a__i_2=___src__2sS_2.__a__i_2));
     126        ((void)((*___dst__R2sS_2).__b__i_2=___src__2sS_2.__b__i_2));
     127        ((void)((*___dst__R2sS_2).__c__i_2=___src__2sS_2.__c__i_2));
     128        ((void)((*___dst__R2sS_2).__x__Pi_2=___src__2sS_2.__x__Pi_2));
     129        ((void)((*___dst__R2sS_2).__y__Pi_2=___src__2sS_2.__y__Pi_2));
     130        ((void)((*___dst__R2sS_2).__z__Pi_2=___src__2sS_2.__z__Pi_2));
     131        ((void)___constructor__F_R2sS2sS_autogen___2((&___ret__2sS_2), ___src__2sS_2));
     132        return ___ret__2sS_2;
     133    }
     134    inline void ___constructor__F_R2sSi_autogen___2(struct S *___dst__R2sS_2, signed int __a__i_2){
     135        ((void)((*___dst__R2sS_2).__a__i_2=__a__i_2) /* ?{} */);
     136        ((void)((*___dst__R2sS_2).__b__i_2) /* ?{} */);
     137        ((void)((*___dst__R2sS_2).__c__i_2) /* ?{} */);
     138        ((void)((*___dst__R2sS_2).__x__Pi_2) /* ?{} */);
     139        ((void)((*___dst__R2sS_2).__y__Pi_2) /* ?{} */);
     140        ((void)((*___dst__R2sS_2).__z__Pi_2) /* ?{} */);
     141    }
     142    inline void ___constructor__F_R2sSii_autogen___2(struct S *___dst__R2sS_2, signed int __a__i_2, signed int __b__i_2){
     143        ((void)((*___dst__R2sS_2).__a__i_2=__a__i_2) /* ?{} */);
     144        ((void)((*___dst__R2sS_2).__b__i_2=__b__i_2) /* ?{} */);
     145        ((void)((*___dst__R2sS_2).__c__i_2) /* ?{} */);
     146        ((void)((*___dst__R2sS_2).__x__Pi_2) /* ?{} */);
     147        ((void)((*___dst__R2sS_2).__y__Pi_2) /* ?{} */);
     148        ((void)((*___dst__R2sS_2).__z__Pi_2) /* ?{} */);
     149    }
     150    inline void ___constructor__F_R2sSiii_autogen___2(struct S *___dst__R2sS_2, signed int __a__i_2, signed int __b__i_2, signed int __c__i_2){
     151        ((void)((*___dst__R2sS_2).__a__i_2=__a__i_2) /* ?{} */);
     152        ((void)((*___dst__R2sS_2).__b__i_2=__b__i_2) /* ?{} */);
     153        ((void)((*___dst__R2sS_2).__c__i_2=__c__i_2) /* ?{} */);
     154        ((void)((*___dst__R2sS_2).__x__Pi_2) /* ?{} */);
     155        ((void)((*___dst__R2sS_2).__y__Pi_2) /* ?{} */);
     156        ((void)((*___dst__R2sS_2).__z__Pi_2) /* ?{} */);
     157    }
     158    inline void ___constructor__F_R2sSiiiPi_autogen___2(struct S *___dst__R2sS_2, signed int __a__i_2, signed int __b__i_2, signed int __c__i_2, signed int *__x__Pi_2){
     159        ((void)((*___dst__R2sS_2).__a__i_2=__a__i_2) /* ?{} */);
     160        ((void)((*___dst__R2sS_2).__b__i_2=__b__i_2) /* ?{} */);
     161        ((void)((*___dst__R2sS_2).__c__i_2=__c__i_2) /* ?{} */);
     162        ((void)((*___dst__R2sS_2).__x__Pi_2=__x__Pi_2) /* ?{} */);
     163        ((void)((*___dst__R2sS_2).__y__Pi_2) /* ?{} */);
     164        ((void)((*___dst__R2sS_2).__z__Pi_2) /* ?{} */);
     165    }
     166    inline void ___constructor__F_R2sSiiiPiPi_autogen___2(struct S *___dst__R2sS_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){
     167        ((void)((*___dst__R2sS_2).__a__i_2=__a__i_2) /* ?{} */);
     168        ((void)((*___dst__R2sS_2).__b__i_2=__b__i_2) /* ?{} */);
     169        ((void)((*___dst__R2sS_2).__c__i_2=__c__i_2) /* ?{} */);
     170        ((void)((*___dst__R2sS_2).__x__Pi_2=__x__Pi_2) /* ?{} */);
     171        ((void)((*___dst__R2sS_2).__y__Pi_2=__y__Pi_2) /* ?{} */);
     172        ((void)((*___dst__R2sS_2).__z__Pi_2) /* ?{} */);
     173    }
     174    inline void ___constructor__F_R2sSiiiPiPiPi_autogen___2(struct S *___dst__R2sS_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){
     175        ((void)((*___dst__R2sS_2).__a__i_2=__a__i_2) /* ?{} */);
     176        ((void)((*___dst__R2sS_2).__b__i_2=__b__i_2) /* ?{} */);
     177        ((void)((*___dst__R2sS_2).__c__i_2=__c__i_2) /* ?{} */);
     178        ((void)((*___dst__R2sS_2).__x__Pi_2=__x__Pi_2) /* ?{} */);
     179        ((void)((*___dst__R2sS_2).__y__Pi_2=__y__Pi_2) /* ?{} */);
     180        ((void)((*___dst__R2sS_2).__z__Pi_2=__z__Pi_2) /* ?{} */);
     181    }
    99182    signed int __i__i_2 = (__extension__ __a__i_1+__extension__ 3);
    100183    ((void)__extension__ 3);
Note: See TracChangeset for help on using the changeset viewer.