Changeset 5f2f2d7 for src/Tests/SynTree/Expected/Typedef.tst
- Timestamp:
- Jun 8, 2015, 8:56:35 PM (11 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 81419b5
- Parents:
- cd623a4
- File:
-
- 1 edited
-
src/Tests/SynTree/Expected/Typedef.tst (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/SynTree/Expected/Typedef.tst
rcd623a4 r5f2f2d7 1 T: atypedef for signed int2 f: afunction1 T: typedef for signed int 2 f: function 3 3 with parameters 4 4 void … … 6 6 void 7 7 with body 8 Declaration of T: a function 9 with parameters 10 instance of type T 11 returning 12 signed int 8 CompoundStmt 9 Declaration of T: function 10 with parameters 11 instance of type T (not function type) 12 returning 13 signed int 13 14 15 Expression Statement: 16 Applying untyped: 17 Name: T 18 ...to: 19 constant expression 3 signed int 14 20 15 21 struct __anonymous0 16 22 with members 17 T: a instance of type T23 T: instance of type T (not function type) 18 24 19 fred: a instance of struct __anonymous0 20 a: a typedef for pointer to function 25 fred: instance of struct __anonymous0 with initializer 26 Compound initializer: 27 Simple Initializer: constant expression 3 signed int 28 a: typedef for pointer to function 21 29 with parameters 22 30 signed int … … 25 33 signed int 26 34 27 b: a instance of type a28 g: afunction35 b: instance of type a (not function type) 36 g: function 29 37 with parameters 30 38 void … … 32 40 signed int 33 41 with body 34 Declaration of a: a double 42 CompoundStmt 43 Declaration of a: double 35 44 36 c: a instance of type a 37 main: a function 45 c: instance of type a (not function type) 46 main: C function 47 accepting unspecified arguments 38 48 returning 39 49 signed int 40 50 with body 51 CompoundStmt 41 52 42 arrayOf10Pointers: a typedef for open array of pointer tosigned int43 x: a instance of type arrayOf10Pointers44 constantPointer: atypedef for const pointer to signed int45 funcPtr: atypedef for pointer to function53 arrayOf10Pointers: typedef for array of pointer to signed int with dimension of constant expression 10 signed int 54 x: instance of type arrayOf10Pointers (not function type) 55 constantPointer: typedef for const pointer to signed int 56 funcPtr: typedef for pointer to function 46 57 with parameters 47 58 open array of signed int … … 49 60 signed int 50 61 51 funcProto: atypedef for function62 funcProto: typedef for function 52 63 with parameters 53 64 open array of signed int … … 55 66 signed int 56 67 57 tupleType: atypedef for tuple of types68 tupleType: typedef for tuple of types 58 69 signed int 59 70 signed int 60 71 61 tupleTypePtr: atypedef for pointer to tuple of types72 tupleTypePtr: typedef for pointer to tuple of types 62 73 signed int 63 74 signed int 64 75 65 a: atypedef for pointer to signed int66 b: atypedef for pointer to signed int67 f: atypedef for function76 a: typedef for pointer to signed int 77 b: typedef for pointer to signed int 78 f: typedef for function 68 79 with parameters 69 80 pointer to signed int … … 71 82 signed int 72 83 73 g: atypedef for function84 g: typedef for function 74 85 with parameters 75 86 pointer to signed int … … 77 88 signed int 78 89 79 t: atypedef for tuple of types80 pointer to static open array ofsigned int90 t: typedef for tuple of types 91 pointer to static array of signed int with dimension of constant expression 10 signed int 81 92 82 f: atypedef for function93 f: typedef for function 83 94 returning 84 x: a pointer to static open array ofsigned int95 x: pointer to static array of signed int with dimension of constant expression 10 signed int 85 96
Note:
See TracChangeset
for help on using the changeset viewer.