Changeset c15085d for src/ResolvExpr/Unify.cc
- Timestamp:
- Jul 3, 2020, 4:50:21 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation
- Children:
- aebf5b0
- Parents:
- 276f105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.cc
r276f105 rc15085d 702 702 const ast::SymbolTable & symtab; 703 703 public: 704 static size_t traceId; 704 705 bool result; 705 706 … … 1135 1136 }; 1136 1137 1138 size_t Unify_new::traceId = Stats::Heap::new_stacktrace_id("Unify_new"); 1137 1139 bool unify( 1138 1140 const ast::ptr<ast::Type> & type1, const ast::ptr<ast::Type> & type2,
Note: See TracChangeset
for help on using the changeset viewer.