- Timestamp:
- Oct 14, 2022, 2:54:23 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 4678c1ec, bd30231
- Parents:
- 4465777
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r4465777 rfad1f14 167 167 const ast::Expr * visit( const ast::UntypedExpr * ) override final; 168 168 const ast::Expr * visit( const ast::NameExpr * ) override final; 169 const ast::Expr * 169 const ast::Expr * visit( const ast::QualifiedNameExpr * ) override final; 170 170 const ast::Expr * visit( const ast::AddressExpr * ) override final; 171 171 const ast::Expr * visit( const ast::LabelAddressExpr * ) override final; -
src/GenPoly/ScrubTyVars.h
r4465777 rfad1f14 116 116 node_t const * target, const TypeVarMap & typeVars ) { 117 117 return strict_dynamic_cast<node_t const *>( 118 scrubTypeVars<ast::Node>( target ) );118 scrubTypeVars<ast::Node>( target, typeVars ) ); 119 119 } 120 120
Note: See TracChangeset
for help on using the changeset viewer.