Home
last modified time | relevance | path

Searched full:referenttype (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Dmerge-types-1.yaml7 ReferentType: 117
12 ReferentType: 118
28 ReferentType: 4096
33 ReferentType: 4099
38 ReferentType: 4097
Dmerge-types-2.yaml7 ReferentType: 117
12 ReferentType: 4096
17 ReferentType: 4097
34 ReferentType: 118
39 ReferentType: 4101
Dobj-hashes-2.yaml13 ReferentType: 372
18 ReferentType: 4096
23 ReferentType: 272
28 ReferentType: 321
Dobj-hashes-1.yaml13 ReferentType: 272
18 ReferentType: 372
23 ReferentType: 4097
Devery-type.yaml7 ReferentType: 116 # int
17 ReferentType: 1136 # char*
53 ReferentType: 0x1007 # FooClass
Dmerge-ids-and-types-1.yaml27 ReferentType: 1136
63 ReferentType: 4099 # FooBar
Dmerge-ids-and-types-2.yaml49 ReferentType: 1136
84 ReferentType: 4100 # FooBar
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h281 PointerRecord(TypeIndex ReferentType, uint32_t Attrs) in PointerRecord() argument
282 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
285 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
287 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
290 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, in PointerRecord() argument
292 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
295 TypeIndex getReferentType() const { return ReferentType; } in getReferentType()
337 TypeIndex ReferentType; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test73 YAML: ReferentType: 4100
173 YAML: ReferentType: 4110
296 YAML: ReferentType: 4122
399 YAML: ReferentType: 4133
530 YAML: ReferentType: 4143
538 YAML: ReferentType: 4145
875 YAML: ReferentType: 4157
960 YAML: ReferentType: 4165
Dpdb-invalid-type.test13 ReferentType: 4097
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1326 referentType = p.userDef->referentType; in TType()
1407 referentType = p.clone(); in TType()
1429 referentType = copyOf.referentType; in shallowCopy()
1493 virtual TType* getReferentType() const { return referentType; } in getReferentType()
2038 assert(referentType != nullptr); in sameReferenceType()
2039 assert(right.referentType != nullptr); in sameReferenceType()
2041 if (referentType == right.referentType) in sameReferenceType()
2044 return *referentType == *right.referentType; in sameReferenceType()
2149 TType *referentType; // invalid unless this is an EbtReference member
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h300 PointerRecord(TypeIndex ReferentType, PointerKind Kind, PointerMode Mode, in PointerRecord() argument
302 : PointerRecord(ReferentType, Kind, Mode, Options, Size, in PointerRecord()
305 PointerRecord(TypeIndex ReferentType, PointerKind Kind, PointerMode Mode, in PointerRecord() argument
308 : TypeRecord(TypeRecordKind::Pointer), ReferentType(ReferentType), in PointerRecord()
319 TypeIndex getReferentType() const { return ReferentType; } in getReferentType()
374 TypeIndex ReferentType; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp416 checkTypeReferences(0, Pointer.ReferentType); in TEST_F()
422 checkTypeReferences(0, MemberPointer.ReferentType, in TEST_F()
458 checkTypeReferences(19, Pointer.ReferentType); in TEST_F()
459 checkTypeReferences(20, MemberPointer.ReferentType, in TEST_F()
DTypeHashingTest.cpp23 PR.ReferentType = TI; in createPointerRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll159 ; YAML: ReferentType: 1136
188 ; YAML: ReferentType: 4100
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp438 IO.mapRequired("ReferentType", Record.ReferentType); in map()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp190 error(IO.mapInteger(Record.ReferentType)); in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp438 Success &= remapIndex(IndexMap, ReferentType); in remapTypeIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp405 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
/external/clang/lib/Sema/
DTreeTransform.h690 QualType RebuildReferenceType(QualType ReferentType,
11458 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument
11461 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()
DSemaDeclCXX.cpp5419 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local
5420 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember()
5422 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3073 spv::Id referentType = convertGlslangToSpvType(*type.getReferentType()); in convertGlslangToSpvType() local
3076 referentType); in convertGlslangToSpvType()