source: src/Tests/Expect-e/TypeGenerator.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 68cd1ce, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

unify and fix storage class

  • Property mode set to 100644
File size: 4.5 KB
Line 
1Error: No reasonable alternatives for expression Applying untyped:
2    Name: ?=?
3...to:
4    Address of:
5      Member Expression, with field:
6        data: instance of type T (not function type)
7      from aggregate:
8        Applying untyped:
9            Name: *?
10        ...to:
11            Variable Expression: _dst: pointer to instance of struct __anonymous0
12    Member Expression, with field:
13      data: instance of type T (not function type)
14    from aggregate:
15      Variable Expression: _src: instance of struct __anonymous0
16
17Error: No reasonable alternatives for expression Applying untyped:
18    Name: ?=?
19...to:
20    Address of:
21      Member Expression, with field:
22        next: pointer to instance of type List1 (not function type)
23        with parameters
24          instance of type T (not function type)
25
26      from aggregate:
27        Applying untyped:
28            Name: *?
29        ...to:
30            Variable Expression: _dst: pointer to instance of struct __anonymous0
31    Member Expression, with field:
32      next: pointer to instance of type List1 (not function type)
33      with parameters
34        instance of type T (not function type)
35
36    from aggregate:
37      Variable Expression: _src: instance of struct __anonymous0
38
39Error: No reasonable alternatives for expression Cast of:
40  Variable Expression: _dst: pointer to instance of type List1 (not function type)
41
42to:
43  pointer to pointer to instance of struct __anonymous0
44
45Error: No reasonable alternatives for expression Applying untyped:
46    Name: ?=?
47...to:
48    Address of:
49      Member Expression, with field:
50        i: instance of type T (not function type)
51      from aggregate:
52        Applying untyped:
53            Name: *?
54        ...to:
55            Variable Expression: _dst: pointer to instance of struct S2
56    Member Expression, with field:
57      i: instance of type T (not function type)
58    from aggregate:
59      Variable Expression: _src: instance of struct S2
60
61Error: No reasonable alternatives for expression Applying untyped:
62    Name: ?=?
63...to:
64    Address of:
65      Member Expression, with field:
66        i: instance of type T (not function type)
67      from aggregate:
68        Applying untyped:
69            Name: *?
70        ...to:
71            Variable Expression: _dst: pointer to instance of struct S24
72    Member Expression, with field:
73      i: instance of type T (not function type)
74    from aggregate:
75      Variable Expression: _src: instance of struct S24
76
77Error: No reasonable alternatives for expression Applying untyped:
78    Name: ?=?
79...to:
80    Address of:
81      Member Expression, with field:
82        i: instance of type T (not function type)
83      from aggregate:
84        Applying untyped:
85            Name: *?
86        ...to:
87            Variable Expression: _dst: pointer to instance of struct __anonymous1
88    Member Expression, with field:
89      i: instance of type T (not function type)
90    from aggregate:
91      Variable Expression: _src: instance of struct __anonymous1
92
93Error: No reasonable alternatives for expression Applying untyped:
94    Name: ?=?
95...to:
96    Address of:
97      Member Expression, with field:
98        data: instance of type T (not function type)
99      from aggregate:
100        Applying untyped:
101            Name: *?
102        ...to:
103            Variable Expression: _dst: pointer to instance of struct node
104    Member Expression, with field:
105      data: instance of type T (not function type)
106    from aggregate:
107      Variable Expression: _src: instance of struct node
108
109Error: No reasonable alternatives for expression Applying untyped:
110    Name: ?=?
111...to:
112    Address of:
113      Member Expression, with field:
114        next: pointer to instance of struct node
115        with parameters
116          instance of type T (not function type)
117
118      from aggregate:
119        Applying untyped:
120            Name: *?
121        ...to:
122            Variable Expression: _dst: pointer to instance of struct node
123    Member Expression, with field:
124      next: pointer to instance of struct node
125      with parameters
126        instance of type T (not function type)
127
128    from aggregate:
129      Variable Expression: _src: instance of struct node
130
131Error: No reasonable alternatives for expression Cast of:
132  Variable Expression: _dst: pointer to instance of type List (not function type)
133
134to:
135  pointer to pointer to instance of struct node
136    with parameters
137      instance of type T (not function type)
138
139
140Error: No reasonable alternatives for expression Cast of:
141  Name: my_list
142
143to:
144  instance of struct node
145    with parameters
146      signed int
147
148
Note: See TracBrowser for help on using the repository browser.