Changes in src/Tuples/Tuples.h [11df881:d249e0b]
- File:
-
- 1 edited
-
src/Tuples/Tuples.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Tuples.h
r11df881 rd249e0b 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Tuples.h -- A collection of tuple operations.7 // Tuples.h -- 8 8 // 9 9 // Author : Rodolfo G. Esteves … … 46 46 /// replaces UniqueExprs with a temporary variable and one call 47 47 void expandUniqueExpr( std::list< Declaration * > & translationUnit ); 48 void expandUniqueExpr( ast::TranslationUnit & translationUnit );49 48 50 49 /// 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.