Home
last modified time | relevance | path

Searched full:fieldlist (Results 1 – 25 of 103) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test27 YAML: FieldList:
57 YAML: FieldList: 4098
65 YAML: FieldList: 0
110 YAML: FieldList:
130 YAML: FieldList: 4106
137 YAML: FieldList:
157 YAML: FieldList: 4108
165 YAML: FieldList: 0
227 YAML: FieldList:
253 YAML: FieldList: 4118
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Devery-type.yaml45 FieldList: 0
94 FieldList:
117 FieldList: 0x100C
132 FieldList:
182 FieldList: 0x100E
192 FieldList: 0x100E
202 FieldList: 0x100E
210 FieldList:
218 FieldList:
230 FieldList: 0x100E
[all …]
Dlongname-truncation.yaml9 FieldList: 0
20 FieldList: 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-merging-unsorted.test9 ; CHECK: FieldList: {{.*}} (0x1002)
10 ; CHECK: FieldList (0x1002)
17 ; MERGED: FieldList (0x1001)
19 ; MERGED: FieldList: {{.*}} (0x1001)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeDeserializer.h115 CVType FieldList; in FieldListDeserializer() local
116 FieldList.Type = TypeLeafKind::LF_FIELDLIST; in FieldListDeserializer()
117 consumeError(Mapping.Mapping.visitTypeBegin(FieldList)); in FieldListDeserializer()
121 CVType FieldList; in ~FieldListDeserializer() local
122 FieldList.Type = TypeLeafKind::LF_FIELDLIST; in ~FieldListDeserializer()
123 consumeError(Mapping.Mapping.visitTypeEnd(FieldList)); in ~FieldListDeserializer()
DTypeRecord.h379 : TypeRecord(TypeRecordKind::FieldList), Data(Data) {} in FieldListRecord()
410 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord() argument
412 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {} in TagRecord()
434 TypeIndex getFieldList() const { return FieldList; } in getFieldList()
440 TypeIndex FieldList; variable
451 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord() argument
454 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName), in ClassRecord()
482 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in UnionRecord()
484 : TagRecord(TypeRecordKind::Union, MemberCount, Options, FieldList, Name, in UnionRecord()
504 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord() argument
[all …]
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c193 PyObject *fieldlist; in MakeFields() local
198 fieldlist = PySequence_Fast(fields, "_fields_ must be a sequence"); in MakeFields()
200 if (fieldlist == NULL) in MakeFields()
203 for (i = 0; i < PySequence_Fast_GET_SIZE(fieldlist); ++i) { in MakeFields()
204 PyObject *pair = PySequence_Fast_GET_ITEM(fieldlist, i); /* borrowed */ in MakeFields()
210 Py_DECREF(fieldlist); in MakeFields()
215 Py_DECREF(fieldlist); in MakeFields()
221 Py_DECREF(fieldlist); in MakeFields()
230 Py_DECREF(fieldlist); in MakeFields()
238 Py_DECREF(fieldlist); in MakeFields()
[all …]
/external/llvm/test/DebugInfo/COFF/
Dbitfields.ll37 ; CHECK: FieldList ([[S0_fl:.*]]) {
50 ; CHECK: FieldList: <field list> ([[S0_fl]])
73 ; CHECK: FieldList: 0x0
83 ; CHECK: FieldList ([[S1_fl:.*]]) {
125 ; CHECK: FieldList: <field list> ([[S1_fl]])
129 ; CHECK: FieldList ([[anon_fl:.*]]) {
148 ; CHECK: FieldList: <field list> ([[anon_fl]])
158 ; CHECK: FieldList ([[S2_fl:.*]]) {
171 ; CHECK: FieldList: <field list> ([[S2_fl]])
Dtypes-data-members.ll70 ; CHECK: FieldList: 0x0
84 ; CHECK: FieldList (0x1005) {
116 ; CHECK: FieldList: <field list> (0x1005)
141 ; CHECK: FieldList: 0x0
146 ; CHECK: FieldList (0x100A) {
168 ; CHECK: FieldList: <field list> (0x100A)
186 ; CHECK: FieldList: 0x0
193 ; CHECK: FieldList (0x100E) {
220 ; CHECK: FieldList: <field list> (0x100E)
240 ; CHECK: FieldList: 0x0
[all …]
Dtypes-recursive-struct.ll51 ; CHECK: FieldList: 0x0
63 ; CHECK: FieldList: 0x0
80 ; CHECK: FieldList (0x1006) {
94 ; CHECK: FieldList: <field list> (0x1006)
111 ; CHECK: FieldList (0x100A) {
125 ; CHECK: FieldList: <field list> (0x100A)
Dtypes-nested-class.ll20 ; CHECK: FieldList: 0x0
34 ; CHECK: FieldList: 0x0
41 ; CHECK: FieldList (0x1002) {
55 ; CHECK: FieldList: <field list> (0x1002)
Ddefer-complete-type.ll23 ; CHECK: FieldList: 0x0
65 ; CHECK: FieldList: 0x0
84 ; CHECK: FieldList (0x1006) {
99 ; CHECK: FieldList: <field list> (0x1006)
117 ; CHECK: FieldList (0x100A) {
132 ; CHECK: FieldList: <field list> (0x100A)
Dtypes-non-virtual-methods.ll58 ; CHECK: FieldList: 0x0
87 ; CHECK: FieldList (0x1006) {
115 ; CHECK: FieldList: <field list> (0x1006)
138 ; CHECK: FieldList: 0x0
217 ; CHECK: FieldList (0x1012) {
235 ; CHECK: FieldList: <field list> (0x1012)
/external/python/cpython3/Modules/_ctypes/
Dstgdict.c209 PyObject *fieldlist; in MakeFields() local
214 fieldlist = PySequence_Fast(fields, "_fields_ must be a sequence"); in MakeFields()
216 if (fieldlist == NULL) in MakeFields()
219 for (i = 0; i < PySequence_Fast_GET_SIZE(fieldlist); ++i) { in MakeFields()
220 PyObject *pair = PySequence_Fast_GET_ITEM(fieldlist, i); /* borrowed */ in MakeFields()
226 Py_DECREF(fieldlist); in MakeFields()
231 Py_DECREF(fieldlist); in MakeFields()
237 Py_DECREF(fieldlist); in MakeFields()
246 Py_DECREF(fieldlist); in MakeFields()
254 Py_DECREF(fieldlist); in MakeFields()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dtypes-data-members.ll70 ; CHECK: FieldList: 0x0
84 ; CHECK: FieldList (0x1005) {
116 ; CHECK: FieldList: <field list> (0x1005)
141 ; CHECK: FieldList: 0x0
146 ; CHECK: FieldList (0x100A) {
168 ; CHECK: FieldList: <field list> (0x100A)
186 ; CHECK: FieldList: 0x0
193 ; CHECK: FieldList (0x100E) {
220 ; CHECK: FieldList: <field list> (0x100E)
240 ; CHECK: FieldList: 0x0
[all …]
Dbitfields.ll37 ; CHECK: FieldList ([[S0_fl:.*]]) {
50 ; CHECK: FieldList: <field list> ([[S0_fl]])
66 ; CHECK: FieldList ([[anon_fl:.*]]) {
87 ; CHECK: FieldList: <field list> ([[anon_fl]])
97 ; CHECK: FieldList ([[S1_fl:.*]]) {
139 ; CHECK: FieldList: <field list> ([[S1_fl]])
149 ; CHECK: FieldList ([[S2_fl:.*]]) {
162 ; CHECK: FieldList: <field list> ([[S2_fl]])
Dtypes-recursive-struct.ll51 ; CHECK: FieldList: 0x0
63 ; CHECK: FieldList: 0x0
80 ; CHECK: FieldList (0x1006) {
94 ; CHECK: FieldList: <field list> (0x1006)
111 ; CHECK: FieldList (0x100A) {
125 ; CHECK: FieldList: <field list> (0x100A)
Ddefer-complete-type.ll23 ; CHECK: FieldList: 0x0
65 ; CHECK: FieldList: 0x0
84 ; CHECK: FieldList (0x1006) {
99 ; CHECK: FieldList: <field list> (0x1006)
117 ; CHECK: FieldList (0x100A) {
132 ; CHECK: FieldList: <field list> (0x100A)
Dtypes-nested-class.ll20 ; CHECK: FieldList: 0x0
34 ; CHECK: FieldList: 0x0
41 ; CHECK: FieldList (0x1002) {
55 ; CHECK: FieldList: <field list> (0x1002)
Dnested-types.ll51 ; CHECK: FieldList ([[INNERENUM_MEMBERS:0x.*]]) {
74 ; CHECK: FieldList ([[UNNAMED_MEMBERS:0x.*]]) {
105 ; CHECK-NEXT: FieldList: 0x0
113 ; CHECK: FieldList ([[HASNESTED_MEMBERS:0x.*]]) {
144 ; CHECK-NEXT: FieldList: <field list> ([[HASNESTED_MEMBERS]])
Dunnamed.ll42 ; CHECK: FieldList ([[UnnamedUnionFieldList:.*]]) {
66 ; CHECK-NEXT: FieldList: <field list> ([[UnnamedUnionFieldList]])
70 ; CHECK: FieldList ([[UnnamedStructFieldList:.*]]) {
86 ; CHECK-NEXT: FieldList: <field list> ([[UnnamedStructFieldList]])
92 ; CHECK: FieldList ([[NamedStructFieldList:.*]]) {
121 ; CHECK-NEXT: FieldList: <field list> ([[NamedStructFieldList]])
Dtypes-non-virtual-methods.ll58 ; CHECK: FieldList: 0x0
87 ; CHECK: FieldList (0x1006) {
115 ; CHECK: FieldList: <field list> (0x1006)
138 ; CHECK: FieldList: 0x0
217 ; CHECK: FieldList (0x1012) {
235 ; CHECK: FieldList: <field list> (0x1012)
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py366 messages.FieldList(self.integer_field, [1, 2, 3]))
368 messages.FieldList(self.integer_field, (1, 2, 3)))
369 self.assertEquals([], messages.FieldList(self.integer_field, []))
372 self.assertRaises(TypeError, messages.FieldList,
378 messages.FieldList, string_field, 'abc')
382 field_list = messages.FieldList(self.integer_field, a_list)
385 messages.FieldList(self.integer_field, field_list))
390 'FieldList may only accept repeated fields',
391 messages.FieldList,
401 messages.FieldList, self.integer_field, ["1", "2", "3"])
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h446 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord() argument
448 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {} in TagRecord()
462 TypeIndex getFieldList() const { return FieldList; } in getFieldList()
469 TypeIndex FieldList; variable
478 HfaKind Hfa, WindowsRTClassKind WinRTKind, TypeIndex FieldList, in ClassRecord() argument
481 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName), in ClassRecord()
500 ulittle16_t MemberCount; // Number of members in FieldList.
502 TypeIndex FieldList; // LF_FIELDLIST: List of all kinds of members member
524 TypeIndex FieldList, uint64_t Size, StringRef Name, in UnionRecord()
526 : TagRecord(TypeRecordKind::Union, MemberCount, Options, FieldList, Name, in UnionRecord()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp59 CRB->begin(ContinuationRecordKind::FieldList); in writeFieldList()
365 checkTypeReferences(0, Class.FieldList, Class.DerivationList, in TEST_F()
372 checkTypeReferences(0, Struct.FieldList, Struct.DerivationList, in TEST_F()
379 checkTypeReferences(0, Union.FieldList); in TEST_F()
385 checkTypeReferences(0, Enum.FieldList, Enum.UnderlyingType); in TEST_F()
449 checkTypeReferences(12, Class.FieldList, Class.DerivationList, in TEST_F()
451 checkTypeReferences(13, Union.FieldList); in TEST_F()
452 checkTypeReferences(14, Enum.FieldList, Enum.UnderlyingType); in TEST_F()

12345