Changeset 6eb8948 for src/Tuples/Tuples.h
- Timestamp:
- Sep 12, 2016, 6:32:46 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- f006f01
- Parents:
- 8f7cea1
- git-author:
- Rob Schluntz <rschlunt@…> (09/12/16 18:24:34)
- git-committer:
- Rob Schluntz <rschlunt@…> (09/12/16 18:32:46)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Tuples.h
r8f7cea1 r6eb8948 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Tuple Assignment.h --7 // Tuples.h -- 8 8 // 9 9 // Author : Rodolfo G. Esteves … … 14 14 // 15 15 16 #ifndef _TUPLE _ASSIGNMENT_H_17 #define _TUPLE_ ASSIGNMENT_H_16 #ifndef _TUPLES_H_ 17 #define _TUPLE_H_ 18 18 19 19 #include <string> … … 26 26 27 27 namespace Tuples { 28 // TupleAssignment.cc 28 29 void handleTupleAssignment( ResolvExpr::AlternativeFinder & currentFinder, UntypedExpr * assign, std::list<ResolvExpr::AltList> & possibilities ); 30 31 // TupleExpansion.cc 32 void expandTuples( std::list< Declaration * > & translationUnit ); 29 33 } // namespace Tuples 30 34
Note: See TracChangeset
for help on using the changeset viewer.