source: src/Tests/Expect-a/IdentFuncParamDeclarator.txt@ f6d7e0f

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 f6d7e0f was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

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