Ignore:
Timestamp:
Apr 30, 2018, 2:18:28 PM (6 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, with_gc
Children:
a02842f
Parents:
1a3eab8
Message:

Update tests for removal of reference mangling

File:
1 edited

Legend:

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

    r1a3eab8 r7b45636  
    189189    signed int __i__i_1;
    190190};
    191 static inline void ___constructor__F_R2sS_autogen___1(struct S *___dst__R2sS_1);
    192 static inline void ___constructor__F_R2sS2sS_autogen___1(struct S *___dst__R2sS_1, struct S ___src__2sS_1);
    193 static inline void ___destructor__F_R2sS_autogen___1(struct S *___dst__R2sS_1);
    194 static inline struct S ___operator_assign__F2sS_R2sS2sS_autogen___1(struct S *___dst__R2sS_1, struct S ___src__2sS_1);
    195 static inline void ___constructor__F_R2sSi_autogen___1(struct S *___dst__R2sS_1, signed int __i__i_1);
    196 static inline void ___constructor__F_R2sS_autogen___1(struct S *___dst__R2sS_1){
    197     ((void)((*___dst__R2sS_1).__i__i_1) /* ?{} */);
    198 }
    199 static inline void ___constructor__F_R2sS2sS_autogen___1(struct S *___dst__R2sS_1, struct S ___src__2sS_1){
    200     ((void)((*___dst__R2sS_1).__i__i_1=___src__2sS_1.__i__i_1) /* ?{} */);
    201 }
    202 static inline void ___destructor__F_R2sS_autogen___1(struct S *___dst__R2sS_1){
    203     ((void)((*___dst__R2sS_1).__i__i_1) /* ^?{} */);
    204 }
    205 static inline struct S ___operator_assign__F2sS_R2sS2sS_autogen___1(struct S *___dst__R2sS_1, struct S ___src__2sS_1){
     191static inline void ___constructor__F_2sS_autogen___1(struct S *___dst__2sS_1);
     192static inline void ___constructor__F_2sS2sS_autogen___1(struct S *___dst__2sS_1, struct S ___src__2sS_1);
     193static inline void ___destructor__F_2sS_autogen___1(struct S *___dst__2sS_1);
     194static inline struct S ___operator_assign__F2sS_2sS2sS_autogen___1(struct S *___dst__2sS_1, struct S ___src__2sS_1);
     195static inline void ___constructor__F_2sSi_autogen___1(struct S *___dst__2sS_1, signed int __i__i_1);
     196static inline void ___constructor__F_2sS_autogen___1(struct S *___dst__2sS_1){
     197    ((void)((*___dst__2sS_1).__i__i_1) /* ?{} */);
     198}
     199static inline void ___constructor__F_2sS2sS_autogen___1(struct S *___dst__2sS_1, struct S ___src__2sS_1){
     200    ((void)((*___dst__2sS_1).__i__i_1=___src__2sS_1.__i__i_1) /* ?{} */);
     201}
     202static inline void ___destructor__F_2sS_autogen___1(struct S *___dst__2sS_1){
     203    ((void)((*___dst__2sS_1).__i__i_1) /* ^?{} */);
     204}
     205static inline struct S ___operator_assign__F2sS_2sS2sS_autogen___1(struct S *___dst__2sS_1, struct S ___src__2sS_1){
    206206    struct S ___ret__2sS_1;
    207     ((void)((*___dst__R2sS_1).__i__i_1=___src__2sS_1.__i__i_1));
    208     ((void)___constructor__F_R2sS2sS_autogen___1((&___ret__2sS_1), (*___dst__R2sS_1)));
     207    ((void)((*___dst__2sS_1).__i__i_1=___src__2sS_1.__i__i_1));
     208    ((void)___constructor__F_2sS2sS_autogen___1((&___ret__2sS_1), (*___dst__2sS_1)));
    209209    return ___ret__2sS_1;
    210210}
    211 static inline void ___constructor__F_R2sSi_autogen___1(struct S *___dst__R2sS_1, signed int __i__i_1){
    212     ((void)((*___dst__R2sS_1).__i__i_1=__i__i_1) /* ?{} */);
     211static inline void ___constructor__F_2sSi_autogen___1(struct S *___dst__2sS_1, signed int __i__i_1){
     212    ((void)((*___dst__2sS_1).__i__i_1=__i__i_1) /* ?{} */);
    213213}
    214214struct S __rtn__F2sS_i__1(signed int __anonymous_object21){
Note: See TracChangeset for help on using the changeset viewer.