Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.h

    rd249e0b r01d433e  
    99// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Henry Xue
    12 // Last Modified On : Mon Aug 23 15:36:09 2021
    13 // Update Count     : 19
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Tue Jun 18 09:36:00 2019
     13// Update Count     : 18
    1414//
    1515
     
    3939        /// expands z.[a, b.[x, y], c] into [z.a, z.b.x, z.b.y, z.c], inserting UniqueExprs as appropriate
    4040        void expandMemberTuples( std::list< Declaration * > & translationUnit );
    41         void expandMemberTuples( ast::TranslationUnit & translationUnit );
    4241
    4342        /// replaces tuple-related elements, such as TupleType, TupleExpr, TupleAssignExpr, etc.
     
    4645        /// replaces UniqueExprs with a temporary variable and one call
    4746        void expandUniqueExpr( std::list< Declaration * > & translationUnit );
     47        void expandUniqueExpr( ast::TranslationUnit & translationUnit );
    4848
    4949        /// returns VoidType if any of the expressions have Voidtype, otherwise TupleType of the Expression result types
Note: See TracChangeset for help on using the changeset viewer.