source: tests/raii/.expect/ctor-autogen-ERR1.nast.txt@ f7ea791

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 f7ea791 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: 2.9 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 reference to instance of struct Managed with body
7 signed int
8 ... returning nothing
9
10 ... with resolved type:
11 function
12 ... with parameters
13 reference to instance of struct Managed with body
14 signed int
15 ... returning nothing
16
17 ... deleted by: ?{}: function
18 ... with parameters
19 reference to instance of struct Managed with body
20 ... returning nothing
21 with body
22 Compound Statement:
23 Expression Statement:
24 Application of
25 Variable Expression: ?=?: function
26 ... with parameters
27 reference to signed int
28 signed int
29 ... returning
30 signed int
31
32 ... with resolved type:
33 pointer to function
34 ... with parameters
35 reference to signed int
36 signed int
37 ... returning
38 signed int
39
40 ... to arguments
41 Generated Cast of:
42 Member Expression, with field:
43 x: signed int
44 ... from aggregate:
45 Generated Cast of:
46 Variable Expression: m: reference to instance of struct Managed with body
47 ... with resolved type:
48 reference to instance of struct Managed with body
49 ... to:
50 instance of struct Managed with body
51 ... with resolved type:
52 instance of struct Managed with body
53 ... with resolved type:
54 signed int
55 ... to:
56 reference to signed int
57 ... with resolved type:
58 reference to signed int
59 Generated Cast of:
60 Constant Expression (0: zero_t)
61 ... with resolved type:
62 zero_t
63 ... to:
64 signed int
65 ... with resolved type:
66 signed int
67
68 ... with resolved type:
69 signed int
70 ... with environment:
71 Types:
72 Non-types:
73
74
75 ... to arguments
76 Generated Cast of:
77 Variable Expression: x: instance of struct Managed with body
78 ... with resolved type:
79 instance of struct Managed with body
80 ... to:
81 reference to instance of struct Managed with body
82 ... with resolved type:
83 reference to instance of struct Managed with body
84 Constant Expression (123: signed int)
85 ... with resolved type:
86 signed int
87
88 ... with resolved type:
89 void
90... to: nothing
91... with resolved type:
92 void
Note: See TracBrowser for help on using the repository browser.