/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/ |
D | merge-types-1.yaml | 7 ReferentType: 117 12 ReferentType: 118 28 ReferentType: 4096 33 ReferentType: 4099 38 ReferentType: 4097
|
D | merge-types-2.yaml | 7 ReferentType: 117 12 ReferentType: 4096 17 ReferentType: 4097 34 ReferentType: 118 39 ReferentType: 4101
|
D | obj-hashes-2.yaml | 13 ReferentType: 372 18 ReferentType: 4096 23 ReferentType: 272 28 ReferentType: 321
|
D | obj-hashes-1.yaml | 13 ReferentType: 272 18 ReferentType: 372 23 ReferentType: 4097
|
D | every-type.yaml | 7 ReferentType: 116 # int 17 ReferentType: 1136 # char* 53 ReferentType: 0x1007 # FooClass
|
D | merge-ids-and-types-1.yaml | 27 ReferentType: 1136 63 ReferentType: 4099 # FooBar
|
D | merge-ids-and-types-2.yaml | 49 ReferentType: 1136 84 ReferentType: 4100 # FooBar
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 281 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/ |
D | pdbdump-yaml-types.test | 73 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
|
D | pdb-invalid-type.test | 13 ReferentType: 4097
|
/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 1326 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/ |
D | TypeRecord.h | 300 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/ |
D | TypeIndexDiscoveryTest.cpp | 416 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()
|
D | TypeHashingTest.cpp | 23 PR.ReferentType = TI; in createPointerRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | global-type-hashes.ll | 159 ; YAML: ReferentType: 1136 188 ; YAML: ReferentType: 4100
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 438 IO.mapRequired("ReferentType", Record.ReferentType); in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 190 error(IO.mapInteger(Record.ReferentType)); in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 438 Success &= remapIndex(IndexMap, ReferentType); in remapTypeIndices()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 405 P.formatLine("referent = {0}, {1}", Ptr.ReferentType, in visitKnownRecord()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 690 QualType RebuildReferenceType(QualType ReferentType, 11458 TreeTransform<Derived>::RebuildReferenceType(QualType ReferentType, in RebuildReferenceType() argument 11461 return SemaRef.BuildReferenceType(ReferentType, WrittenAsLValue, in RebuildReferenceType()
|
D | SemaDeclCXX.cpp | 5419 QualType ReferentType = ArgType->getPointeeType(); in CheckExplicitlyDefaultedSpecialMember() local 5420 HasConstParam = ReferentType.isConstQualified(); in CheckExplicitlyDefaultedSpecialMember() 5422 if (ReferentType.isVolatileQualified()) { in CheckExplicitlyDefaultedSpecialMember()
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 3073 spv::Id referentType = convertGlslangToSpvType(*type.getReferentType()); in convertGlslangToSpvType() local 3076 referentType); in convertGlslangToSpvType()
|