source: translator/Tests/Parser/Expected/Typedef.tst @ 51587aa

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 51587aa was 51b7345, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

initial commit

  • Property mode set to 100644
File size: 1.9 KB
Line 
1T: a typedef definition for int
2f: a function
3  with parameters
4    void
5  returning void
6  with body
7    T: a function
8      with parameters
9        instance of type T
10      returning int
11
12   
13    Application of:
14
15        Referencing: Variable: T
16
17    ... on arguments:
18        3
19
20
21fred: a instance of struct __anonymous0
22  with members
23    T: a instance of type T
24
25  with initializer [3 ]
26a: a typedef definition for pointer to function
27    with parameters
28      int
29      char
30    returning int
31
32b: a instance of type a
33g: a function
34  with parameters
35    void
36  returning int
37  with body
38    a: a double
39
40c: a instance of type a
41main: a function
42  with no parameters
43  returning int
44  with body
45
46  Null Statement:
47
48arrayOf10Pointers: a typedef definition for array of   10 pointer to int
49x: a instance of type arrayOf10Pointers
50constantPointer: a typedef definition for const pointer to int
51funcPtr: a typedef definition for pointer to function
52    with parameters
53      open array of int
54    returning tuple with members
55        int
56
57
58funcProto: a typedef definition for function
59    with parameters
60      open array of int
61    returning tuple with members
62        int
63
64
65tupleType: a typedef definition for tuple with members
66    int
67    int
68
69tupleTypePtr: a typedef definition for pointer to tuple with members
70    int
71    int
72
73a: a typedef definition for pointer to int
74b: a typedef definition for pointer to int
75f: a typedef definition for function
76    with parameters
77      pointer to int
78    returning tuple with members
79        int
80
81
82g: a typedef definition for function
83    with parameters
84      pointer to int
85    returning tuple with members
86        int
87
88
89t: a typedef definition for tuple with members
90    pointer to static array of     10 int
91
92f: a typedef definition for function
93    with no parameters
94    returning tuple with members
95        x: a pointer to static array of         10 int
96
97
Note: See TracBrowser for help on using the repository browser.