Home
last modified time | relevance | path

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

123456

/external/llvm-project/lld/test/COFF/
Dpdb-heapsite.yaml250 FieldList: 0
257 FieldList:
268 FieldList: 4097
321 FieldList: 0
328 FieldList:
363 FieldList: 4109
441 FieldList:
545 FieldList: 4122
560 FieldList: 0
567 FieldList:
[all …]
Dpdb-thunk.yaml372 FieldList: 0
502 FieldList:
530 FieldList: 4115
549 FieldList: 0
676 FieldList:
704 FieldList: 4138
719 FieldList: 0
838 FieldList:
879 FieldList: 4158
996 FieldList: 0
[all …]
/external/llvm-project/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/llvm-project/lld/test/COFF/Inputs/
Dpdb-file-statics-b.yaml148 FieldList: 0
155 FieldList:
190 FieldList: 4101
271 FieldList:
375 FieldList: 4115
390 FieldList: 0
397 FieldList:
417 FieldList: 4119
482 FieldList:
508 FieldList: 4129
[all …]
Dpdb-file-statics-a.yaml173 FieldList: 0
180 FieldList:
215 FieldList: 4105
296 FieldList:
400 FieldList: 4119
415 FieldList: 0
422 FieldList:
442 FieldList: 4123
507 FieldList:
533 FieldList: 4133
[all …]
Dpdb-type-server-simple-ts.yaml27 FieldList: 0
52 FieldList:
63 FieldList: 4101
/external/llvm-project/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 …]
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-merging-unsorted.test9 ; CHECK: FieldList: {{.*}} (0x1002)
10 ; CHECK: FieldList (0x1002)
17 ; MERGED: FieldList (0x1001)
19 ; MERGED: FieldList: {{.*}} (0x1001)
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-data-members.ll72 ; CHECK: FieldList: 0x0
86 ; CHECK: FieldList (0x1005) {
118 ; CHECK: FieldList: <field list> (0x1005)
143 ; CHECK: FieldList: 0x0
148 ; CHECK: FieldList (0x100A) {
170 ; CHECK: FieldList: <field list> (0x100A)
188 ; CHECK: FieldList: 0x0
195 ; CHECK: FieldList (0x100E) {
222 ; CHECK: FieldList: <field list> (0x100E)
242 ; CHECK: FieldList: 0x0
[all …]
Dclass-options-common.ll136 ; CHECK: FieldList: 0x0
149 ; CHECK: FieldList: <field list> (0x{{.*}})
165 ; CHECK: FieldList: 0x0
179 ; CHECK: FieldList: <field list> (0x{{.*}})
195 ; CHECK: FieldList: 0x0
208 ; CHECK: FieldList: <field list> (0x{{.*}})
224 ; CHECK: FieldList: 0x0
238 ; CHECK: FieldList: <field list> (0x{{.*}})
254 ; CHECK: FieldList: 0x0
268 ; CHECK: FieldList: <field list> (0x{{.*}})
[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.ll52 ; CHECK: FieldList: 0x0
64 ; 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.ll21 ; CHECK: FieldList: 0x0
35 ; CHECK: FieldList: 0x0
42 ; CHECK: FieldList (0x1002) {
56 ; CHECK: FieldList: <field list> (0x1002)
Ddefer-complete-type.ll24 ; CHECK: FieldList: 0x0
65 ; CHECK: FieldList: 0x0
83 ; CHECK: FieldList (0x1006) {
98 ; CHECK: FieldList: <field list> (0x1006)
116 ; CHECK: FieldList (0x100A) {
131 ; CHECK: FieldList: <field list> (0x100A)
Dnested-types.ll52 ; CHECK: FieldList ([[INNERENUM_MEMBERS:0x.*]]) {
75 ; CHECK: FieldList ([[UNNAMED_MEMBERS:0x.*]]) {
106 ; CHECK-NEXT: FieldList: 0x0
114 ; CHECK: FieldList ([[HASNESTED_MEMBERS:0x.*]]) {
145 ; CHECK-NEXT: FieldList: <field list> ([[HASNESTED_MEMBERS]])
/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-nested-class.ll20 ; CHECK: FieldList: 0x0
34 ; CHECK: FieldList: 0x0
41 ; CHECK: FieldList (0x1002) {
55 ; CHECK: FieldList: <field list> (0x1002)
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)
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py371 messages.FieldList(self.integer_field, [1, 2, 3]))
373 messages.FieldList(self.integer_field, (1, 2, 3)))
374 self.assertEquals([], messages.FieldList(self.integer_field, []))
377 self.assertRaises(TypeError, messages.FieldList,
383 messages.FieldList, string_field, 'abc')
387 field_list = messages.FieldList(self.integer_field, a_list)
390 messages.FieldList(self.integer_field, field_list))
395 'FieldList may only accept repeated fields',
396 messages.FieldList,
406 messages.FieldList, self.integer_field, ["1", "2", "3"])
[all …]
/external/llvm-project/clang/lib/AST/Interp/
DRecord.h41 using FieldList = llvm::SmallVector<Field, 8>; variable
63 using const_field_iter = FieldList::const_iterator;
89 Record(const RecordDecl *, BaseList &&Bases, FieldList &&Fields,
101 FieldList Fields;
/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/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h389 : TypeRecord(TypeRecordKind::FieldList), Data(Data) {} in FieldListRecord()
420 TypeIndex FieldList, StringRef Name, StringRef UniqueName) in TagRecord() argument
422 FieldList(FieldList), Name(Name), UniqueName(UniqueName) {} in TagRecord()
452 TypeIndex getFieldList() const { return FieldList; } in getFieldList()
458 TypeIndex FieldList; variable
469 TypeIndex FieldList, TypeIndex DerivationList, in ClassRecord() argument
472 : TagRecord(Kind, MemberCount, Options, FieldList, Name, UniqueName), in ClassRecord()
500 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in UnionRecord()
502 : TagRecord(TypeRecordKind::Union, MemberCount, Options, FieldList, Name, in UnionRecord()
522 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in EnumRecord() argument
[all …]

123456