Changeset 51587aa for translator/GenPoly
- Timestamp:
- May 18, 2015, 11:45:33 PM (11 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 01aeade
- Parents:
- 0dd3a2f
- Location:
- translator/GenPoly
- Files:
-
- 16 edited
-
Box.cc (modified) (2 diffs)
-
Box.h (modified) (2 diffs)
-
CopyParams.cc (modified) (2 diffs)
-
CopyParams.h (modified) (2 diffs)
-
FindFunction.cc (modified) (2 diffs)
-
FindFunction.h (modified) (2 diffs)
-
GenPoly.cc (modified) (2 diffs)
-
GenPoly.h (modified) (2 diffs)
-
Lvalue.cc (modified) (2 diffs)
-
Lvalue.h (modified) (2 diffs)
-
PolyMutator.cc (modified) (2 diffs)
-
PolyMutator.h (modified) (2 diffs)
-
ScrubTyVars.cc (modified) (2 diffs)
-
ScrubTyVars.h (modified) (2 diffs)
-
Specialize.cc (modified) (2 diffs)
-
Specialize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
translator/GenPoly/Box.cc
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 1073 1087 1074 1088 } // namespace GenPoly 1089 // Local Variables: // 1090 // tab-width: 4 // 1091 // mode: c++ // 1092 // compile-command: "make install" // 1093 // End: // -
translator/GenPoly/Box.h
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 20 34 21 35 #endif /* #ifndef GENPOLY_BOX_H */ 36 // Local Variables: // 37 // tab-width: 4 // 38 // mode: c++ // 39 // compile-command: "make install" // 40 // End: // -
translator/GenPoly/CopyParams.cc
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 #include <set> 2 16 #include <map> … … 83 97 } 84 98 } // namespace GenPoly 99 // Local Variables: // 100 // tab-width: 4 // 101 // mode: c++ // 102 // compile-command: "make install" // 103 // End: // -
translator/GenPoly/CopyParams.h
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 18 32 19 33 #endif /* #ifndef GENPOLY_COPYPARAMS_H */ 34 // Local Variables: // 35 // tab-width: 4 // 36 // mode: c++ // 37 // compile-command: "make install" // 38 // End: // -
translator/GenPoly/FindFunction.cc
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 88 102 89 103 } // namespace GenPoly 104 // Local Variables: // 105 // tab-width: 4 // 106 // mode: c++ // 107 // compile-command: "make install" // 108 // End: // -
translator/GenPoly/FindFunction.h
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 22 36 23 37 #endif /* #ifndef FINDFUNCTION_H */ 38 // Local Variables: // 39 // tab-width: 4 // 40 // mode: c++ // 41 // compile-command: "make install" // 42 // End: // -
translator/GenPoly/GenPoly.cc
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 63 77 64 78 } // namespace GenPoly 79 // Local Variables: // 80 // tab-width: 4 // 81 // mode: c++ // 82 // compile-command: "make install" // 83 // End: // -
translator/GenPoly/GenPoly.h
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 31 45 32 46 #endif 47 // Local Variables: // 48 // tab-width: 4 // 49 // mode: c++ // 50 // compile-command: "make install" // 51 // End: // -
translator/GenPoly/Lvalue.cc
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 167 181 168 182 } // namespace GenPoly 183 // Local Variables: // 184 // tab-width: 4 // 185 // mode: c++ // 186 // compile-command: "make install" // 187 // End: // -
translator/GenPoly/Lvalue.h
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 20 34 21 35 #endif /* #ifndef GENPOLY_LVALUE_H */ 36 // Local Variables: // 37 // tab-width: 4 // 38 // mode: c++ // 39 // compile-command: "make install" // 40 // End: // -
translator/GenPoly/PolyMutator.cc
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 188 202 /* static class method */ 189 203 } // namespace GenPoly 204 // Local Variables: // 205 // tab-width: 4 // 206 // mode: c++ // 207 // compile-command: "make install" // 208 // End: // -
translator/GenPoly/PolyMutator.h
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 59 73 60 74 #endif /* #ifndef GENPOLY_POLYMUTATOR_H */ 75 // Local Variables: // 76 // tab-width: 4 // 77 // mode: c++ // 78 // compile-command: "make install" // 79 // End: // -
translator/GenPoly/ScrubTyVars.cc
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 #include "GenPoly.h" 2 16 #include "ScrubTyVars.h" … … 50 64 } 51 65 } // namespace GenPoly 66 // Local Variables: // 67 // tab-width: 4 // 68 // mode: c++ // 69 // compile-command: "make install" // 70 // End: // -
translator/GenPoly/ScrubTyVars.h
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 #ifndef GENPOLY_SCRUBTYVARS_H 2 16 #define GENPOLY_SCRUBTYVARS_H … … 42 56 43 57 #endif // GENPOLY_SCRUBTYVARS_H 58 // Local Variables: // 59 // tab-width: 4 // 60 // mode: c++ // 61 // compile-command: "make install" // 62 // End: // -
translator/GenPoly/Specialize.cc
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 205 219 206 220 } // namespace GenPoly 221 // Local Variables: // 222 // tab-width: 4 // 223 // mode: c++ // 224 // compile-command: "make install" // 225 // End: // -
translator/GenPoly/Specialize.h
r0dd3a2f r51587aa 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // XXX.cc -- 8 // 9 // Author : Richard C. Bilson 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 0 14 // 1 15 /* 2 16 * This file is part of the Cforall project … … 20 34 21 35 #endif /* #ifndef GENPOLY_SPECIALIZE_H */ 36 // Local Variables: // 37 // tab-width: 4 // 38 // mode: c++ // 39 // compile-command: "make install" // 40 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.