source: src/Tests/Expect-a/StructMember.txt@ f6d7e0f

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new string with_gc
Last change on this file since f6d7e0f was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[5f2f2d7]1T: typedef for signed int
[51b73452]2struct S
3 with members
[5f2f2d7]4 m1: signed int with bitfield width constant expression 3 signed int
5 m2: signed int with bitfield width constant expression 4 signed int
6 signed int with bitfield width constant expression 2 signed int
7 signed int with bitfield width constant expression 3 signed int
8 signed int with bitfield width constant expression 4 signed int
9 m3: signed int
10 m4: signed int
11 m5: signed int
12 m6: signed int
13 m7: pointer to signed int
14 m8: pointer to signed int
15 m9: pointer to signed int
16 m10: pointer to function
17 accepting unspecified arguments
[51b73452]18 returning
19 signed int
20
[5f2f2d7]21 m11: pointer to function
[51b73452]22 with parameters
23 signed int
24 returning
25 pointer to signed int
26
[5f2f2d7]27 T: instance of type T (not function type)
28 T: instance of type T (not function type)
29 m12: pointer to signed int
30 m13: pointer to signed int
31 m14: pointer to function
[51b73452]32 with parameters
33 signed int
34 returning
35 pointer to signed int
36
37 signed int
38 signed int
39 signed int
40 signed int
41 pointer to signed int
42 signed int
43 signed int
44 pointer to signed int
45 pointer to signed int
46 pointer to signed int
47 pointer to signed int
48 pointer to signed int
49 pointer to signed int
50 pointer to function
[5f2f2d7]51 accepting unspecified arguments
[51b73452]52 returning
53 signed int
54
55 pointer to pointer to function
56 with parameters
57 signed int
58 returning
59 signed int
60
[5f2f2d7]61 instance of type T (not function type)
[51b73452]62
[5f2f2d7]63s: instance of struct S
[51b73452]64union U
65 with members
[5f2f2d7]66 m1: array of signed int with dimension of constant expression 5 signed int
67 m2: array of signed int with dimension of constant expression 5 signed int
68 m3: pointer to signed int
69 m4: pointer to signed int
[51b73452]70
[5f2f2d7]71u: instance of union U
Note: See TracBrowser for help on using the repository browser.