Changeset 8d182b1 for src/ResolvExpr/CastCost.hpp
- Timestamp:
- Nov 14, 2023, 12:19:09 PM (23 months ago)
- Branches:
- master
- Children:
- 1ccae59, 89a8bab
- Parents:
- df8ba61a (diff), 5625427 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CastCost.hpp
rdf8ba61a r8d182b1 18 18 #include "ResolvExpr/Cost.h" // for Cost 19 19 20 class Type;21 namespace SymTab {22 class Indexer;23 }24 20 namespace ast { 25 21 class SymbolTable; … … 30 26 namespace ResolvExpr { 31 27 32 class TypeEnvironment;33 34 Cost castCost(35 const Type * src, const Type * dest, bool srcIsLvalue,36 const SymTab::Indexer & indexer, const TypeEnvironment & env );37 28 Cost castCost( 38 29 const ast::Type * src, const ast::Type * dst, bool srcIsLvalue,
Note:
See TracChangeset
for help on using the changeset viewer.