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

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

fix test ctor-autogen-ERR1 for new ast

  • Property mode set to 100644
File size: 1.7 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 ... deleted by: ?{}: function
11 ... with parameters
12 reference to instance of struct Managed with body
13 ... returning nothing
14 with body
15 Compound Statement:
16 Expression Statement:
17 Application of
18 Variable Expression: ?=?: function
19 ... with parameters
20 reference to signed int
21 signed int
22 ... returning
23 signed int
24
25 ... to arguments
26 Generated Cast of:
27 Member Expression, with field:
28 x: signed int
29 ... from aggregate:
30 Generated Cast of:
31 Variable Expression: m: reference to instance of struct Managed with body
32 ... to:
33 instance of struct Managed with body
34 ... to:
35 reference to signed int
36 Generated Cast of:
37 Constant Expression (0: zero_t)
38 ... to:
39 signed int
40
41 ... with environment:
42 Types:
43 Non-types:
44
45
46 ... to arguments
47 Generated Cast of:
48 Variable Expression: x: instance of struct Managed with body
49 ... to:
50 reference to instance of struct Managed with body
51 Constant Expression (123: signed int)
52
53... to: nothing
Note: See TracBrowser for help on using the repository browser.