Changeset 172d9342 for src/AST/TypeSubstitution.cpp
- Timestamp:
- May 17, 2019, 4:01:50 PM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f6964ef
- Parents:
- 74dbbf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TypeSubstitution.cpp
r74dbbf6 r172d9342 58 58 void TypeSubstitution::add( std::string formalType, const Type *actualType ) { 59 59 typeEnv[ formalType ] = actualType; 60 } 61 62 void TypeSubstitution::addVar( std::string formalExpr, const Expr *actualExpr ) { 63 varEnv[ formalExpr ] = actualExpr; 60 64 } 61 65
Note: See TracChangeset
for help on using the changeset viewer.