- File:
-
- 1 edited
-
src/ResolvExpr/ConversionCost.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ConversionCost.h
rfc134a48 re6b42e7 65 65 const TypeEnvironment &env; 66 66 CostFunction costFunc; 67 private:68 // refactor for code resue69 void conversionCostFromBasicToBasic( const BasicType * src, const BasicType* dest );70 67 }; 71 68 … … 114 111 void postvisit( const ast::ZeroType * zeroType ); 115 112 void postvisit( const ast::OneType * oneType ); 116 private:117 // refactor for code resue118 void conversionCostFromBasicToBasic( const ast::BasicType * src, const ast::BasicType* dest );119 113 }; 120 114
Note:
See TracChangeset
for help on using the changeset viewer.