source: src/Tests/Expect-f/TypeGenerator.txt @ 03ccadd

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 03ccadd 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.1 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 Applying untyped:
40    Name: ?=?
41...to:
42    Address of:
43      Member Expression, with field:
44        i: instance of type T (not function type)
45      from aggregate:
46        Applying untyped:
47            Name: *?
48        ...to:
49            Variable Expression: _dst: pointer to instance of struct S2
50    Member Expression, with field:
51      i: instance of type T (not function type)
52    from aggregate:
53      Variable Expression: _src: instance of struct S2
54
55Error: No reasonable alternatives for expression Applying untyped:
56    Name: ?=?
57...to:
58    Address of:
59      Member Expression, with field:
60        i: instance of type T (not function type)
61      from aggregate:
62        Applying untyped:
63            Name: *?
64        ...to:
65            Variable Expression: _dst: pointer to instance of struct S24
66    Member Expression, with field:
67      i: instance of type T (not function type)
68    from aggregate:
69      Variable Expression: _src: instance of struct S24
70
71Error: No reasonable alternatives for expression Applying untyped:
72    Name: ?=?
73...to:
74    Address of:
75      Member Expression, with field:
76        i: instance of type T (not function type)
77      from aggregate:
78        Applying untyped:
79            Name: *?
80        ...to:
81            Variable Expression: _dst: pointer to instance of struct __anonymous1
82    Member Expression, with field:
83      i: instance of type T (not function type)
84    from aggregate:
85      Variable Expression: _src: instance of struct __anonymous1
86
87Error: No reasonable alternatives for expression Applying untyped:
88    Name: ?=?
89...to:
90    Address of:
91      Member Expression, with field:
92        data: instance of type T (not function type)
93      from aggregate:
94        Applying untyped:
95            Name: *?
96        ...to:
97            Variable Expression: _dst: pointer to instance of struct node
98    Member Expression, with field:
99      data: instance of type T (not function type)
100    from aggregate:
101      Variable Expression: _src: instance of struct node
102
103Error: No reasonable alternatives for expression Applying untyped:
104    Name: ?=?
105...to:
106    Address of:
107      Member Expression, with field:
108        next: pointer to instance of struct node
109        with parameters
110          instance of type T (not function type)
111
112      from aggregate:
113        Applying untyped:
114            Name: *?
115        ...to:
116            Variable Expression: _dst: pointer to instance of struct node
117    Member Expression, with field:
118      next: pointer to instance of struct node
119      with parameters
120        instance of type T (not function type)
121
122    from aggregate:
123      Variable Expression: _src: instance of struct node
124
125Error: No reasonable alternatives for expression Cast of:
126  Name: my_list
127
128to:
129  instance of struct node
130    with parameters
131      signed int
132
133
Note: See TracBrowser for help on using the repository browser.