source: src/Tests/Parser/Expected/VariableDeclarator.tst@ 334163c

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new string with_gc
Last change on this file since 334163c was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

licencing: seventh groups of files

  • Property mode set to 100644
File size: 4.7 KB
Line 
1f1: a int
2f2: a int
3f3: a pointer to int
4f4: a pointer to pointer to int
5f5: a pointer to const pointer to int
6f6: a const pointer to const pointer to int
7f7: a pointer to int
8f8: a pointer to pointer to int
9f9: a pointer to const pointer to int
10f10: a const pointer to const pointer to int
11f11: a pointer to int
12f12: a pointer to pointer to int
13f13: a pointer to const pointer to int
14f14: a const pointer to const pointer to int
15f15: a open array of int
16f16: a array of 10 int
17f17: a open array of int
18f18: a array of 10 int
19f19: a open array of pointer to int
20f20: a array of 10 pointer to int
21f21: a open array of pointer to pointer to int
22f22: a array of 10 pointer to pointer to int
23f23: a open array of pointer to const pointer to int
24f24: a array of 10 pointer to const pointer to int
25f25: a open array of const pointer to const pointer to int
26f26: a array of 10 const pointer to const pointer to int
27f27: a open array of pointer to int
28f28: a array of 10 pointer to int
29f29: a open array of pointer to pointer to int
30f30: a array of 10 pointer to pointer to int
31f31: a open array of pointer to const pointer to int
32f32: a array of 10 pointer to const pointer to int
33f33: a open array of const pointer to const pointer to int
34f34: a array of 10 const pointer to const pointer to int
35f35: a open array of pointer to int
36f36: a array of 10 pointer to int
37f37: a open array of pointer to pointer to int
38f38: a array of 10 pointer to pointer to int
39f39: a open array of pointer to const pointer to int
40f40: a array of 10 pointer to const pointer to int
41f41: a open array of const pointer to const pointer to int
42f42: a array of 10 const pointer to const pointer to int
43f43: a open array of array of 3 int
44f44: a array of 3 array of 3 int
45f45: a open array of array of 3 int
46f46: a array of 3 array of 3 int
47f47: a open array of array of 3 int
48f48: a array of 3 array of 3 int
49f49: a open array of array of 3 pointer to int
50f50: a array of 3 array of 3 pointer to int
51f51: a open array of array of 3 pointer to pointer to int
52f52: a array of 3 array of 3 pointer to pointer to int
53f53: a open array of array of 3 pointer to const pointer to int
54f54: a array of 3 array of 3 pointer to const pointer to int
55f55: a open array of array of 3 const pointer to const pointer to int
56f56: a array of 3 array of 3 const pointer to const pointer to int
57f57: a open array of array of 3 pointer to int
58f58: a array of 3 array of 3 pointer to int
59f59: a open array of array of 3 pointer to pointer to int
60f60: a array of 3 array of 3 pointer to pointer to int
61f61: a open array of array of 3 pointer to const pointer to int
62f62: a array of 3 array of 3 pointer to const pointer to int
63f63: a open array of array of 3 const pointer to const pointer to int
64f64: a array of 3 array of 3 const pointer to const pointer to int
65f65: a function
66 with parameters
67 int
68 returning int
69
70f66: a function
71 with parameters
72 int
73 returning int
74
75f67: a function
76 with parameters
77 int
78 returning pointer to int
79
80f68: a function
81 with parameters
82 int
83 returning pointer to pointer to int
84
85f69: a function
86 with parameters
87 int
88 returning pointer to const pointer to int
89
90f70: a function
91 with parameters
92 int
93 returning const pointer to const pointer to int
94
95f71: a function
96 with parameters
97 int
98 returning pointer to int
99
100f72: a function
101 with parameters
102 int
103 returning pointer to pointer to int
104
105f73: a function
106 with parameters
107 int
108 returning pointer to const pointer to int
109
110f74: a function
111 with parameters
112 int
113 returning const pointer to const pointer to int
114
115f75: a pointer to function
116 with parameters
117 int
118 returning int
119
120f76: a pointer to pointer to function
121 with parameters
122 int
123 returning int
124
125f77: a pointer to const pointer to function
126 with parameters
127 int
128 returning int
129
130f78: a const pointer to const pointer to function
131 with parameters
132 int
133 returning int
134
135f79: a pointer to function
136 with parameters
137 int
138 returning pointer to function
139 with no parameters
140 returning int
141
142
143f80: a const pointer to function
144 with parameters
145 int
146 returning pointer to function
147 with no parameters
148 returning int
149
150
151f81: a const pointer to function
152 with parameters
153 int
154 returning const pointer to function
155 with no parameters
156 returning int
157
158
159z: a pointer to array of 20 double
160w: a array of 20 pointer to char
161v3: a pointer to open array of pointer to open array of pointer to function
162 with parameters
163 pointer to open array of pointer to open array of int
164 pointer to open array of pointer to open array of int
165 returning tuple with members
166 pointer to open array of pointer to open array of int
167
168
Note: See TracBrowser for help on using the repository browser.