source: src/Tests/Expect-e/Array.txt@ 4c82a3c

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 with_gc
Last change on this file since 4c82a3c 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: 3.0 KB
Line 
1a1: open array of signed int
2a2: variable length array of signed int
3a4: array of double with dimension of Cast of:
4constant expression 3.0 double
5 to:
6 long unsigned int
7 with environment:
8 Types:
9 Non-types:
10
11m1: open array of array of signed int with dimension of constant expression 3 signed int
12m2: variable length array of variable length array of signed int
13m4: array of array of signed int with dimension of constant expression 3 signed int with dimension of Cast of:
14constant expression 3 signed int
15 to:
16 long unsigned int
17 with environment:
18 Types:
19 Non-types:
20
21fred: function
22 accepting unspecified arguments
23 returning
24 signed int
25 with body
26 CompoundStmt
27 Declaration of a1: open array of signed int
28 Declaration of a2: variable length array of signed int
29 Declaration of a4: array of signed int with dimension of Cast of:
30constant expression 3 signed int
31 to:
32 long unsigned int
33 with environment:
34 Types:
35 Non-types:
36
37 Declaration of T: array of signed int with dimension of Cast of:
38constant expression 3 signed int
39 to:
40 long unsigned int
41 with environment:
42 Types:
43 Non-types:
44
45
46mary: function
47 with parameters
48 T: pointer to array of constant expression 3 signed int signed int
49 p1: const pointer to array of constant expression 3 signed int signed int
50 p2: pointer to static array of constant expression 3 signed int signed int
51 p3: const pointer to static array of constant expression 3 signed int signed int
52 returning
53 signed int
54 with body
55 CompoundStmt
56
57tom: function
58 accepting unspecified arguments
59 returning
60 pointer to array of signed int with dimension of constant expression 3 signed int
61 with body
62 CompoundStmt
63
64jane: function
65 accepting unspecified arguments
66 returning
67 pointer to function
68 with parameters
69 T: pointer to array of constant expression 3 signed int signed int
70 p1: const pointer to array of constant expression 3 signed int signed int
71 p2: pointer to static array of constant expression 3 signed int signed int
72 p3: const pointer to static array of constant expression 3 signed int signed int
73 returning
74 signed int
75
76 with body
77 CompoundStmt
78
79int __a1__A0i[];
80int __a2__A0i[*];
81double __a4__A0d[((long unsigned int )3.0)];
82int __m1__A0A0i[][3];
83int __m2__A0A0i[*][*];
84int __m4__A0A0i[((long unsigned int )3)][3];
85int __fred__Fi__(){
86 int __a1__A0i[];
87 int __a2__A0i[*];
88 int __a4__A0i[((long unsigned int )3)];
89 int __T__A0i[((long unsigned int )3)];
90}
91int __mary__Fi_PiCPiPiCPi_(int __T__Pi[3], int __p1__CPi[const 3], int __p2__Pi[static 3], int __p3__CPi[static const 3]){
92}
93int (*__tom__FPA0i__())[3]{
94}
95int (*__jane__FPFi_PiCPiPiCPi___())(int __T__Pi[3], int __p1__CPi[const 3], int __p2__Pi[static 3], int __p3__CPi[static const 3]){
96}
Note: See TracBrowser for help on using the repository browser.