source: src/Tests/SynTree/Expected/Array.tst @ 5f2f2d7

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 5f2f2d7 was 5f2f2d7, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

fix constant types, remove unnecessary string copying, work on regression testing, fix several memory leaks

  • Property mode set to 100644
File size: 2.1 KB
Line 
1a1: open array of signed int
2a2: variable length array of signed int
3a4: array of double with dimension of constant expression 3.0 double
4m1: open array of array of signed int with dimension of constant expression 3 signed int
5m2: variable length array of variable length array of signed int
6m4: array of array of signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
7T: typedef for signed int
8fred: function
9      accepting unspecified arguments
10    returning
11      signed int
12    with body
13      CompoundStmt
14        Declaration of a1: open array of signed int
15        Declaration of a2: variable length array of signed int
16        Declaration of a4: array of signed int with dimension of constant expression 3 signed int
17        Declaration of T: array of signed int with dimension of constant expression 3 signed int
18
19mary: function
20    with parameters
21      T: array of signed int with dimension of constant expression 3 signed int
22      p1: const array of signed int with dimension of constant expression 3 signed int
23      p2: static array of signed int with dimension of constant expression 3 signed int
24      p3: const static array of signed int with dimension of constant expression 3 signed int
25    returning
26      signed int
27    with body
28      CompoundStmt
29
30tom: function
31      accepting unspecified arguments
32    returning
33      pointer to array of signed int with dimension of constant expression 3 signed int
34    with body
35      CompoundStmt
36
37jane: function
38      accepting unspecified arguments
39    returning
40      pointer to function
41          with parameters
42            T: array of signed int with dimension of constant expression 3 signed int
43            p1: const array of signed int with dimension of constant expression 3 signed int
44            p2: static array of signed int with dimension of constant expression 3 signed int
45            p3: const static array of signed int with dimension of constant expression 3 signed int
46          returning
47            signed int
48
49    with body
50      CompoundStmt
51
Note: See TracBrowser for help on using the repository browser.