source: src/tests/raii/.expect/ctor-autogen-ERR1.txt @ 0a75b77

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumwith_gc
Last change on this file since 0a75b77 was 0a75b77, checked in by Rob Schluntz <rschlunt@…>, 6 years ago

Simplify removeSpecialOverrides and modify it to delete functions rather than hide

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[0a75b77]1raii/ctor-autogen.c:102:1 error: Unique best alternative includes deleted identifier in 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
[b93a3de]9
[0a75b77]10      ... deleted by: ?{}: function
11      ... with parameters
12        m: reference to instance of struct Managed with body 1
13      ... returning nothing
14      ... with body
15        CompoundStmt
16          Expression Statement:
17            Application of
18              Variable Expression: ?=?: function
19              ... with parameters
20                intrinsic reference to signed int
21                intrinsic signed int
22              ... returning
23                _retval__operator_assign: signed int
24                ... with attributes:
25                  Attribute with name: unused
26
27
28            ... to arguments
29              Cast of:
30                Member Expression, with field:
31                  x: signed int
32                ... from aggregate:
33                  Cast of:
34                    Variable Expression: m: reference to instance of struct Managed with body 1
35                  ... to:
36                    instance of struct Managed with body 1
37              ... to:
38                reference to signed int
39              Cast of:
40                constant expression (0 0: zero_t)
41              ... to:
42                signed int
43
44            ... with environment:
45              Types:
46              Non-types:
47
48
49  ... to arguments
50    Cast of:
51      Variable Expression: x: instance of struct Managed with body 1
52    ... to:
53      reference to instance of struct Managed with body 1
54    constant expression (123 123: signed int)
55
56... to: nothing
Note: See TracBrowser for help on using the repository browser.