Changeset 6e50a6b for src/CodeGen
- Timestamp:
- Jun 18, 2021, 12:20:59 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c7d8696a
- Parents:
- dcbfcbc
- Location:
- src/CodeGen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/CodeGen/CodeGenerator.cc ¶
rdcbfcbc r6e50a6b 589 589 output << nameExpr->get_name(); 590 590 } // if 591 } 592 593 void CodeGenerator::postvisit( DimensionExpr * dimensionExpr ) { 594 extension( dimensionExpr ); 595 output << "/*non-type*/" << dimensionExpr->get_name(); 591 596 } 592 597 -
TabularUnified src/CodeGen/CodeGenerator.h ¶
rdcbfcbc r6e50a6b 92 92 void postvisit( TupleIndexExpr * tupleExpr ); 93 93 void postvisit( TypeExpr *typeExpr ); 94 void postvisit( DimensionExpr *dimensionExpr ); 94 95 void postvisit( AsmExpr * ); 95 96 void postvisit( StmtExpr * );
Note: See TracChangeset
for help on using the changeset viewer.