source: tests/raii/.expect/ctor-autogen-ERR1.oast.txt@ adf34b3

ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum stuck-waitfor-destruct
Last change on this file since adf34b3 was cd6a6ff, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Improved coverage of deterministic_output to be much finer grain.

  • Property mode set to 100644
File size: 3.1 KB
Line 
1raii/ctor-autogen.cfa:102:1 error: Unique best alternative includes deleted identifier in Generated Cast of:
2 Application of
3 Deleted Expression
4 Variable Expression: ?{}: static inline function
5 ... with parameters
6 _dst: reference to instance of struct Managed with body 1
7 x: signed int
8 ... returning nothing
9
10 with resolved type:
11 function
12 ... with parameters
13 _dst: reference to instance of struct Managed with body 1
14 x: signed int
15 ... returning nothing
16
17 ... deleted by: ?{}: function
18 ... with parameters
19 m: reference to instance of struct Managed with body 1
20 ... returning nothing
21 ... with body
22 CompoundStmt
23 Expression Statement:
24 Application of
25 Variable Expression: ?=?: function
26 ... with parameters
27 intrinsic reference to signed int
28 intrinsic signed int
29 ... returning
30 _retval__operator_assign: signed int
31 ... with attributes:
32 Attribute with name: unused
33
34
35 with resolved type:
36 pointer to function
37 ... with parameters
38 intrinsic reference to signed int
39 intrinsic signed int
40 ... returning
41 _retval__operator_assign: signed int
42 ... with attributes:
43 Attribute with name: unused
44
45
46 ... to arguments
47 Generated Cast of:
48 Member Expression, with field:
49 x: signed int
50 ... from aggregate:
51 Generated Cast of:
52 Variable Expression: m: reference to instance of struct Managed with body 1
53 with resolved type:
54 reference to instance of struct Managed with body 1
55 ... to:
56 instance of struct Managed with body 1
57 with resolved type:
58 instance of struct Managed with body 1
59 with resolved type:
60 signed int
61 ... to:
62 reference to signed int
63 with resolved type:
64 reference to signed int
65 Generated Cast of:
66 constant expression (0 0: zero_t)
67 with resolved type:
68 zero_t
69 ... to:
70 signed int
71 with resolved type:
72 signed int
73
74 with resolved type:
75 signed int
76 ... with environment:
77 Types:
78 Non-types:
79
80
81 ... to arguments
82 Generated Cast of:
83 Variable Expression: x: instance of struct Managed with body 1
84 with resolved type:
85 instance of struct Managed with body 1
86 ... to:
87 reference to instance of struct Managed with body 1
88 with resolved type:
89 reference to instance of struct Managed with body 1
90 constant expression (123 123: signed int)
91 with resolved type:
92 signed int
93
94 with resolved type:
95 void
96... to: nothing
97with resolved type:
98 void
Note: See TracBrowser for help on using the repository browser.