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
RevLine 
[5f2f2d7]1fred: function
[51b73452]2 with parameters
[5f2f2d7]3 f1: signed int
[b1d6dd5]4 f2: signed int
[5f2f2d7]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
[b1d6dd5]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
[5f2f2d7]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
[b1d6dd5]19 f17: open array of signed int
20 f18: array of signed int with dimension of constant expression 10 signed int
[5f2f2d7]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
[b1d6dd5]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
[5f2f2d7]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
[b1d6dd5]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
[5f2f2d7]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
[51b73452]68 with parameters
69 signed int
70 returning
71 signed int
72
[b1d6dd5]73 f66: function
74 with parameters
75 signed int
76 returning
77 signed int
78
[5f2f2d7]79 f67: function
[51b73452]80 with parameters
81 signed int
82 returning
83 pointer to signed int
84
[5f2f2d7]85 f68: function
[51b73452]86 with parameters
87 signed int
88 returning
89 pointer to pointer to signed int
90
[5f2f2d7]91 f69: function
[51b73452]92 with parameters
93 signed int
94 returning
95 pointer to const pointer to signed int
96
[5f2f2d7]97 f70: function
[51b73452]98 with parameters
99 signed int
100 returning
101 const pointer to const pointer to signed int
102
[b1d6dd5]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
[5f2f2d7]127 f75: pointer to function
[51b73452]128 with parameters
129 signed int
130 returning
131 signed int
132
[5f2f2d7]133 f76: pointer to pointer to function
[51b73452]134 with parameters
135 signed int
136 returning
137 signed int
138
[5f2f2d7]139 f77: pointer to const pointer to function
[51b73452]140 with parameters
141 signed int
142 returning
143 signed int
144
[5f2f2d7]145 f78: const pointer to const pointer to function
[51b73452]146 with parameters
147 signed int
148 returning
149 signed int
150
[5f2f2d7]151 f79: pointer to function
[51b73452]152 with parameters
153 signed int
154 returning
155 pointer to function
[5f2f2d7]156 accepting unspecified arguments
[51b73452]157 returning
158 signed int
159
160
[5f2f2d7]161 f80: const pointer to function
[51b73452]162 with parameters
163 signed int
164 returning
165 pointer to function
[5f2f2d7]166 accepting unspecified arguments
[51b73452]167 returning
168 signed int
169
170
[5f2f2d7]171 f81: const pointer to function
[51b73452]172 with parameters
173 signed int
174 returning
175 const pointer to function
[5f2f2d7]176 accepting unspecified arguments
[51b73452]177 returning
178 signed int
179
180
[5f2f2d7]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
[b1d6dd5]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
[5f2f2d7]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
[b1d6dd5]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
[5f2f2d7]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
[b1d6dd5]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
[5f2f2d7]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
[b1d6dd5]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
[51b73452]217 returning
218 signed int
219 with body
[5f2f2d7]220 CompoundStmt
[51b73452]221
Note: See TracBrowser for help on using the repository browser.