aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/member/expected/member_types_cc.elf_stg
blob: 071ca7c2a7cf80922e130d65fb8d63f3c199b2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
version: 0x00000002
root_id: 0x84ea5130  # interface
typedef {
  id: 0x4cf6e5b0
  name: "Scope::TypedefDecl"
  referred_type_id: 0xfc0e1dbd  # long
}
primitive {
  id: 0x4585663f
  name: "unsigned int"
  encoding: UNSIGNED_INTEGER
  bytesize: 0x00000004
}
primitive {
  id: 0xfc0e1dbd
  name: "long"
  encoding: SIGNED_INTEGER
  bytesize: 0x00000008
}
member {
  id: 0xa04e65cb
  name: "x"
  type_id: 0xfc0e1dbd  # long
}
struct_union {
  id: 0xcaaeb4e7
  kind: STRUCT
  name: "Scope::ClassDecl"
  definition {
    bytesize: 8
    member_id: 0xa04e65cb  # long x
  }
}
struct_union {
  id: 0x7c169231
  kind: STRUCT
  name: "Scope::StructDecl"
  definition {
    bytesize: 8
    member_id: 0xa04e65cb  # long x
  }
}
struct_union {
  id: 0xb493105f
  kind: UNION
  name: "Scope::UnionDecl"
  definition {
    bytesize: 8
    member_id: 0xa04e65cb  # long x
  }
}
enumeration {
  id: 0x83c8a573
  name: "Scope::EnumDecl"
  definition {
    underlying_type_id: 0x4585663f  # unsigned int
    enumerator {
      name: "X"
      value: 2
    }
  }
}
elf_symbol {
  id: 0x477e22e9
  name: "class_decl"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0xcaaeb4e7  # struct Scope::ClassDecl
  full_name: "class_decl"
}
elf_symbol {
  id: 0xd58568f2
  name: "enum_decl"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x83c8a573  # enum Scope::EnumDecl
  full_name: "enum_decl"
}
elf_symbol {
  id: 0x2e5e5d2a
  name: "struct_decl"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x7c169231  # struct Scope::StructDecl
  full_name: "struct_decl"
}
elf_symbol {
  id: 0xb9b8f74f
  name: "typedef_decl"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0x4cf6e5b0  # Scope::TypedefDecl
  full_name: "typedef_decl"
}
elf_symbol {
  id: 0xc1804b63
  name: "union_decl"
  is_defined: true
  symbol_type: OBJECT
  type_id: 0xb493105f  # union Scope::UnionDecl
  full_name: "union_decl"
}
interface {
  id: 0x84ea5130
  symbol_id: 0x477e22e9  # struct Scope::ClassDecl class_decl
  symbol_id: 0xd58568f2  # enum Scope::EnumDecl enum_decl
  symbol_id: 0x2e5e5d2a  # struct Scope::StructDecl struct_decl
  symbol_id: 0xb9b8f74f  # Scope::TypedefDecl typedef_decl
  symbol_id: 0xc1804b63  # union Scope::UnionDecl union_decl
}