source: src/Tests/Parser/Expected/IdentFuncParamDeclarator.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: 7.3 KB
Line 
1fred: a function
2 with parameters
3 f1: a int
4 f2: a int
5 f3: a pointer to int
6 f4: a pointer to pointer to int
7 f5: a pointer to const pointer to int
8 f6: a const pointer to const pointer to int
9 f7: a pointer to int
10 f8: a pointer to pointer to int
11 f9: a pointer to const pointer to int
12 f10: a const pointer to const pointer to int
13 f11: a pointer to int
14 f12: a pointer to pointer to int
15 f13: a pointer to const pointer to int
16 f14: a const pointer to const pointer to int
17 f15: a open array of int
18 f16: a array of 10 int
19 f17: a open array of int
20 f18: a array of 10 int
21 f19: a open array of pointer to int
22 f20: a array of 10 pointer to int
23 f21: a open array of pointer to pointer to int
24 f22: a array of 10 pointer to pointer to int
25 f23: a open array of pointer to const pointer to int
26 f24: a array of 10 pointer to const pointer to int
27 f25: a open array of const pointer to const pointer to int
28 f26: a array of 10 const pointer to const pointer to int
29 f27: a open array of pointer to int
30 f28: a array of 10 pointer to int
31 f29: a open array of pointer to pointer to int
32 f30: a array of 10 pointer to pointer to int
33 f31: a open array of pointer to const pointer to int
34 f32: a array of 10 pointer to const pointer to int
35 f33: a open array of const pointer to const pointer to int
36 f34: a array of 10 const pointer to const pointer to int
37 f35: a open array of pointer to int
38 f36: a array of 10 pointer to int
39 f37: a open array of pointer to pointer to int
40 f38: a array of 10 pointer to pointer to int
41 f39: a open array of pointer to const pointer to int
42 f40: a array of 10 pointer to const pointer to int
43 f41: a open array of const pointer to const pointer to int
44 f42: a array of 10 const pointer to const pointer to int
45 f43: a open array of array of 3 int
46 f44: a array of 3 array of 3 int
47 f45: a open array of array of 3 int
48 f46: a array of 3 array of 3 int
49 f47: a open array of array of 3 int
50 f48: a array of 3 array of 3 int
51 f49: a open array of array of 3 pointer to int
52 f50: a array of 3 array of 3 pointer to int
53 f51: a open array of array of 3 pointer to pointer to int
54 f52: a array of 3 array of 3 pointer to pointer to int
55 f53: a open array of array of 3 pointer to const pointer to int
56 f54: a array of 3 array of 3 pointer to const pointer to int
57 f55: a open array of array of 3 const pointer to const pointer to int
58 f56: a array of 3 array of 3 const pointer to const pointer to int
59 f57: a open array of array of 3 pointer to int
60 f58: a array of 3 array of 3 pointer to int
61 f59: a open array of array of 3 pointer to pointer to int
62 f60: a array of 3 array of 3 pointer to pointer to int
63 f61: a open array of array of 3 pointer to const pointer to int
64 f62: a array of 3 array of 3 pointer to const pointer to int
65 f63: a open array of array of 3 const pointer to const pointer to int
66 f64: a array of 3 array of 3 const pointer to const pointer to int
67 f65: a function
68 with parameters
69 int
70 returning int
71
72 f66: a function
73 with parameters
74 int
75 returning int
76
77 f67: a function
78 with parameters
79 int
80 returning pointer to int
81
82 f68: a function
83 with parameters
84 int
85 returning pointer to pointer to int
86
87 f69: a function
88 with parameters
89 int
90 returning pointer to const pointer to int
91
92 f70: a function
93 with parameters
94 int
95 returning const pointer to const pointer to int
96
97 f71: a function
98 with parameters
99 int
100 returning pointer to int
101
102 f72: a function
103 with parameters
104 int
105 returning pointer to pointer to int
106
107 f73: a function
108 with parameters
109 int
110 returning pointer to const pointer to int
111
112 f74: a function
113 with parameters
114 int
115 returning const pointer to const pointer to int
116
117 f75: a pointer to function
118 with parameters
119 int
120 returning int
121
122 f76: a pointer to pointer to function
123 with parameters
124 int
125 returning int
126
127 f77: a pointer to const pointer to function
128 with parameters
129 int
130 returning int
131
132 f78: a const pointer to const pointer to function
133 with parameters
134 int
135 returning int
136
137 f79: a pointer to function
138 with parameters
139 int
140 returning pointer to function
141 with no parameters
142 returning int
143
144
145 f80: a const pointer to function
146 with parameters
147 int
148 returning pointer to function
149 with no parameters
150 returning int
151
152
153 f81: a const pointer to function
154 with parameters
155 int
156 returning const pointer to function
157 with no parameters
158 returning int
159
160
161 f82: a const variable-length array of int
162 f83: a const array of 3 int
163 f84: a static array of 3 int
164 f85: a const static array of 3 int
165 f86: a const variable-length array of int
166 f87: a const array of 3 int
167 f88: a static array of 3 int
168 f89: a const static array of 3 int
169 f90: a const variable-length array of pointer to int
170 f91: a const array of 3 pointer to int
171 f92: a static array of 3 pointer to pointer to int
172 f93: a const static array of 3 pointer to const pointer to int
173 f94: a const static array of 3 const pointer to const pointer to int
174 f95: a const variable-length array of pointer to int
175 f96: a const array of 3 pointer to int
176 f97: a static array of 3 pointer to pointer to int
177 f98: a const static array of 3 pointer to const pointer to int
178 f99: a const static array of 3 const pointer to const pointer to int
179 f100: a const variable-length array of array of 3 int
180 f101: a const array of 3 array of 3 int
181 f102: a static array of 3 array of 3 int
182 f103: a const static array of 3 array of 3 int
183 f104: a const variable-length array of array of 3 int
184 f105: a const array of 3 array of 3 int
185 f106: a static array of 3 array of 3 int
186 f107: a const static array of 3 array of 3 int
187 f108: a const variable-length array of array of 3 pointer to int
188 f109: a const array of 3 array of 3 pointer to int
189 f110: a static array of 3 array of 3 pointer to pointer to int
190 f111: a const static array of 3 array of 3 pointer to const pointer to int
191 f112: a const static array of 3 array of 3 const pointer to const pointer to int
192 f113: a const variable-length array of array of 3 pointer to int
193 f114: a const array of 3 array of 3 pointer to int
194 f115: a static array of 3 array of 3 pointer to pointer to int
195 f116: a const static array of 3 array of 3 pointer to const pointer to int
196 f117: a const static array of 3 array of 3 const pointer to const pointer to int
197 returning int
198 with body
199
Note: See TracBrowser for help on using the repository browser.