Ignore:
Timestamp:
Jun 2, 2022, 4:12:53 AM (2 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
1df492a, 90a8125, e5d9274
Parents:
01f6a06
Message:

Implement the struct enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ConversionCost.h

    r01f6a06 rfc134a48  
    6565                const TypeEnvironment &env;
    6666                CostFunction costFunc;
     67          private:
     68                // refactor for code resue
     69                void conversionCostFromBasicToBasic( const BasicType * src, const BasicType* dest );
    6770        };
    6871
     
    111114        void postvisit( const ast::ZeroType * zeroType );
    112115        void postvisit( const ast::OneType * oneType );
     116private:
     117        // refactor for code resue
     118        void conversionCostFromBasicToBasic( const ast::BasicType * src, const ast::BasicType* dest );
    113119};
    114120
Note: See TracChangeset for help on using the changeset viewer.