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