ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 60f214a was
67982887,
checked in by Peter A. Buhr <pabuhr@…>, 6 years ago
|
specialize thesis directory-names
|
-
Property mode set to
100644
|
File size:
342 bytes
|
Rev | Line | |
---|
[9c14ae9] | 1 | struct A; |
---|
| 2 | void ?{}(A *); |
---|
| 3 | void ^?{}(A *); |
---|
| 4 | |
---|
| 5 | void f(int i) { |
---|
| 6 | A x; // construct x |
---|
| 7 | { |
---|
| 8 | A y; // construct y |
---|
| 9 | { |
---|
| 10 | A z; // construct z |
---|
| 11 | { |
---|
| 12 | if (i == 0) return; // destruct x, y, z |
---|
| 13 | } |
---|
| 14 | if (i == 1) return; // destruct x, y, z |
---|
| 15 | // destruct z |
---|
| 16 | } |
---|
| 17 | if (i == 2) return; // destruct x, y |
---|
| 18 | // destruct y |
---|
| 19 | } |
---|
| 20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.