source: src/Tests/Parser/Expected/StructMember.tst@ cd623a4

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 cd623a4 was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

licencing: seventh groups of files

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