source: src/Tests/Expect-v/NamedParmArg.txt @ 68cd1ce

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 68cd1ce 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: 2.6 KB
Line 
1f1: function
2    with parameters
3      i: signed int with initializer
4        Simple Initializer: constant expression 3 signed int
5      j: pointer to signed int with initializer
6        Simple Initializer:           Name: 0
7
8    returning
9      signed int
10    with body
11      CompoundStmt
12
13f2: function
14    with parameters
15      i: signed int with initializer
16        Simple Initializer: constant expression 3 signed int
17      j: pointer to signed int
18    returning
19      signed int
20      signed int
21    with body
22      CompoundStmt
23
24main: C function
25      accepting unspecified arguments
26    returning
27      signed int
28    with body
29      CompoundStmt
30                  Expression Statement:
31            Applying untyped:
32                Name: f1
33            ...to:
34
35                  Expression Statement:
36            Applying untyped:
37                Name: f1
38            ...to:
39constant expression 3 signed int
40                  Expression Statement:
41            Applying untyped:
42                Name: f1
43            ...to:
44constant expression 3 signed int
45                  Expression Statement:
46            Applying untyped:
47                Name: f1
48            ...to:
49constant expression 3 signed int                 Name: 0
50
51                  Expression Statement:
52            Applying untyped:
53                Name: f1
54            ...to:
55constant expression 3 signed int                 Name: 0
56                with designator:                  Name: j
57
58                  Expression Statement:
59            Applying untyped:
60                Name: f1
61            ...to:
62                Name: 0
63                with designator:                  Name: j
64constant expression 3 signed int
65                  Expression Statement:
66            Applying untyped:
67                Name: f1
68            ...to:
69constant expression 3 signed int                 with designator:                  Name: i
70                Name: 0
71                with designator:                  Name: j
72
73                  Expression Statement:
74            Applying untyped:
75                Name: f1
76            ...to:
77                Name: 0
78                with designator:                  Name: j
79constant expression 3 signed int                 with designator:                  Name: i
80
81                  Expression Statement:
82            Applying untyped:
83                Name: f1
84            ...to:
85                Applying untyped:
86                    Name: f2
87                ...to:
88                with designator:                  Tuple:
89                                          Name: j
90
91                                          Name: i
92
93
94
Note: See TracBrowser for help on using the repository browser.