source: src/Tests/Expect-v/IdentFuncDeclarator.txt @ b1d6dd5

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since b1d6dd5 was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 9 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: 10.0 KB
Line 
1main: C function
2      accepting unspecified arguments
3    returning
4      signed int
5    with body
6      CompoundStmt
7        Declaration of f1: signed int
8        Declaration of f2: signed int
9        Declaration of f3: pointer to signed int
10        Declaration of f4: pointer to pointer to signed int
11        Declaration of f5: pointer to const pointer to signed int
12        Declaration of f6: const pointer to const pointer to signed int
13        Declaration of f7: pointer to signed int
14        Declaration of f8: pointer to pointer to signed int
15        Declaration of f9: pointer to const pointer to signed int
16        Declaration of f10: const pointer to const pointer to signed int
17        Declaration of f11: pointer to signed int
18        Declaration of f12: pointer to pointer to signed int
19        Declaration of f13: pointer to const pointer to signed int
20        Declaration of f14: const pointer to const pointer to signed int
21        Declaration of f15: open array of signed int
22        Declaration of f16: array of signed int with dimension of constant expression 10 signed int
23        Declaration of f17: open array of signed int
24        Declaration of f18: array of signed int with dimension of constant expression 10 signed int
25        Declaration of f19: open array of pointer to signed int
26        Declaration of f20: array of pointer to signed int with dimension of constant expression 10 signed int
27        Declaration of f21: open array of pointer to pointer to signed int
28        Declaration of f22: array of pointer to pointer to signed int with dimension of constant expression 10 signed int
29        Declaration of f23: open array of pointer to const pointer to signed int
30        Declaration of f24: array of pointer to const pointer to signed int with dimension of constant expression 10 signed int
31        Declaration of f25: open array of const pointer to const pointer to signed int
32        Declaration of f26: array of const pointer to const pointer to signed int with dimension of constant expression 10 signed int
33        Declaration of f27: open array of pointer to signed int
34        Declaration of f28: array of pointer to signed int with dimension of constant expression 10 signed int
35        Declaration of f29: open array of pointer to pointer to signed int
36        Declaration of f30: array of pointer to pointer to signed int with dimension of constant expression 10 signed int
37        Declaration of f31: open array of pointer to const pointer to signed int
38        Declaration of f32: array of pointer to const pointer to signed int with dimension of constant expression 10 signed int
39        Declaration of f33: open array of const pointer to const pointer to signed int
40        Declaration of f34: array of const pointer to const pointer to signed int with dimension of constant expression 10 signed int
41        Declaration of f35: open array of pointer to signed int
42        Declaration of f36: array of pointer to signed int with dimension of constant expression 10 signed int
43        Declaration of f37: open array of pointer to pointer to signed int
44        Declaration of f38: array of pointer to pointer to signed int with dimension of constant expression 10 signed int
45        Declaration of f39: open array of pointer to const pointer to signed int
46        Declaration of f40: array of pointer to const pointer to signed int with dimension of constant expression 10 signed int
47        Declaration of f41: open array of const pointer to const pointer to signed int
48        Declaration of f42: array of const pointer to const pointer to signed int with dimension of constant expression 10 signed int
49        Declaration of f43: open array of array of signed int with dimension of constant expression 3 signed int
50        Declaration of f44: array of array of signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
51        Declaration of f45: open array of array of signed int with dimension of constant expression 3 signed int
52        Declaration of f46: array of array of signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
53        Declaration of f47: open array of array of signed int with dimension of constant expression 3 signed int
54        Declaration of f48: array of array of signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
55        Declaration of f49: open array of array of pointer to signed int with dimension of constant expression 3 signed int
56        Declaration of 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
57        Declaration of f51: open array of array of pointer to pointer to signed int with dimension of constant expression 3 signed int
58        Declaration of 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
59        Declaration of f53: open array of array of pointer to const pointer to signed int with dimension of constant expression 3 signed int
60        Declaration of 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
61        Declaration of f55: open array of array of const pointer to const pointer to signed int with dimension of constant expression 3 signed int
62        Declaration of 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
63        Declaration of f57: open array of array of pointer to signed int with dimension of constant expression 3 signed int
64        Declaration of 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
65        Declaration of f59: open array of array of pointer to pointer to signed int with dimension of constant expression 3 signed int
66        Declaration of 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
67        Declaration of f61: open array of array of pointer to const pointer to signed int with dimension of constant expression 3 signed int
68        Declaration of 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
69        Declaration of f63: open array of array of const pointer to const pointer to signed int with dimension of constant expression 3 signed int
70        Declaration of 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
71        Declaration of f65: function
72            with parameters
73              signed int
74            returning
75              signed int
76
77        Declaration of f66: function
78            with parameters
79              signed int
80            returning
81              signed int
82
83        Declaration of f67: function
84            with parameters
85              signed int
86            returning
87              pointer to signed int
88
89        Declaration of f68: function
90            with parameters
91              signed int
92            returning
93              pointer to pointer to signed int
94
95        Declaration of f69: function
96            with parameters
97              signed int
98            returning
99              pointer to const pointer to signed int
100
101        Declaration of f70: function
102            with parameters
103              signed int
104            returning
105              const pointer to const pointer to signed int
106
107        Declaration of f71: function
108            with parameters
109              signed int
110            returning
111              pointer to signed int
112
113        Declaration of f72: function
114            with parameters
115              signed int
116            returning
117              pointer to pointer to signed int
118
119        Declaration of f73: function
120            with parameters
121              signed int
122            returning
123              pointer to const pointer to signed int
124
125        Declaration of f74: function
126            with parameters
127              signed int
128            returning
129              const pointer to const pointer to signed int
130
131        Declaration of f75: pointer to function
132            with parameters
133              signed int
134            returning
135              signed int
136
137        Declaration of f76: pointer to pointer to function
138            with parameters
139              signed int
140            returning
141              signed int
142
143        Declaration of f77: pointer to const pointer to function
144            with parameters
145              signed int
146            returning
147              signed int
148
149        Declaration of f78: const pointer to const pointer to function
150            with parameters
151              signed int
152            returning
153              signed int
154
155        Declaration of f79: pointer to function
156            with parameters
157              signed int
158            returning
159              pointer to function
160                    accepting unspecified arguments
161                  returning
162                    signed int
163
164
165        Declaration of f80: const pointer to function
166            with parameters
167              signed int
168            returning
169              pointer to function
170                    accepting unspecified arguments
171                  returning
172                    signed int
173
174
175        Declaration of f81: const pointer to function
176            with parameters
177              signed int
178            returning
179              const pointer to function
180                    accepting unspecified arguments
181                  returning
182                    signed int
183
184
185
Note: See TracBrowser for help on using the repository browser.