Changeset a8541d9 for src/Tests/Expect-a/TypeGenerator.txt
- Timestamp:
- Jun 11, 2015, 1:31:07 PM (10 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:
- ea9b9d3
- Parents:
- bfbf97f (diff), cda48b6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Expect-a/TypeGenerator.txt
rbfbf97f ra8541d9 11 11 instance of type T (not function type) 12 12 13 ?=?: function 14 with parameters 15 pointer to instance of type T (not function type) 16 instance of type T (not function type) 17 returning 18 instance of type T (not function type) 19 13 20 14 21 struct __anonymous0 15 22 with members 16 23 data: instance of type T (not function type) 17 next: pointer to instance of type List (not function type)24 next: pointer to instance of type List1 (not function type) 18 25 with parameters 19 26 instance of type T (not function type) 20 27 21 28 22 List : type for pointer to instance of struct __anonymous029 List1: type for pointer to instance of struct __anonymous0 23 30 with parameters 24 31 T: type … … 30 37 31 38 32 with assertions 33 instance of context addable 34 with parameters 35 instance of type T (not function type) 36 37 38 ListOfIntegers: typedef for instance of type List (not function type) 39 ListOfIntegers: typedef for instance of type List1 (not function type) 39 40 with parameters 40 41 signed int … … 47 48 signed int 48 49 returning 49 instance of type List (not function type)50 instance of type List1 (not function type) 50 51 with parameters 51 52 signed int … … 57 58 h: function 58 59 with parameters 59 p: pointer to instance of type List (not function type)60 p: pointer to instance of type List1 (not function type) 60 61 with parameters 61 62 signed int … … 63 64 returning 64 65 signed int 66 67 struct S1 68 with parameters 69 T: type 70 71 struct S1 72 with parameters 73 T: type 74 75 with members 76 i: instance of type T (not function type) 77 78 v1: instance of struct S1 79 with parameters 80 signed int 81 82 p: pointer to instance of struct S1 83 with parameters 84 signed int 85 86 struct S2 87 with parameters 88 T: type 89 90 with members 91 i: instance of type T (not function type) 92 93 v2: instance of struct S2 94 with parameters 95 signed int 96 97 struct __anonymous1 98 with parameters 99 T: type 100 101 with members 102 i: instance of type T (not function type) 103 104 v2: instance of struct __anonymous1 105 with parameters 106 signed int 65 107 66 108 struct node
Note:
See TracChangeset
for help on using the changeset viewer.