/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrPrimitiveTypes.hpp | 53 …TYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef 54 …E_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef 55 …PE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef 56 …PRIMITIVETYPE_LINES> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Line… typedef 57 …MITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Line… typedef 58 …MITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Line… typedef 59 …IMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Poin… typedef 60 …LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::Line… typedef 61 …_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::Line… typedef 62 …_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | circularConstraintYieldsAppropriateError.js | 3 class BaseType<T> { class 38 function BaseType() { class in BaseType
|
/third_party/typescript/tests/cases/compiler/ |
D | circularConstraintYieldsAppropriateError.ts | 2 class BaseType<T> { class
|
D | inferenceErasedSignatures.ts | 32 interface BaseType<T1, T2> { interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleList.h | 34 using BaseType = variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | MDBuilder.cpp | 237 MDNode *MDBuilder::createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType, in createTBAAStructTagNode() 264 MDNode *MDBuilder::createTBAAAccessTag(MDNode *BaseType, MDNode *AccessType, in createTBAAAccessTag() 279 MDNode *BaseType = cast<MDNode>(Tag->getOperand(0)); in createMutableTBAAAccessTag() local
|
D | DebugInfoMetadata.cpp | 372 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 389 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 411 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() 446 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType()
|
D | SafepointIRVerifier.cpp | 315 enum BaseType { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 156 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize() local
|
/third_party/gn/src/gn/ |
D | pointer_set.h | 61 using BaseType = HashTableBase<NodeType>; variable
|
D | string_atom.cc | 75 using BaseType = HashTableBase<KeyNode>; typedef
|
D | hash_table_base_unittest.cc | 85 using BaseType = HashTableBase<TestHashNode>; typedef in TestHashTable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TypeBasedAliasAnalysis.cpp | 567 static bool hasField(TBAAStructTypeNode BaseType, in hasField() 605 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 46 } BaseType; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 40 } BaseType = RegBase; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2722 auto *BaseType = Base->getType(); in CreatePreserveArrayAccessIndex() local 2751 auto *BaseType = Base->getType(); in CreatePreserveUnionAccessIndex() local 2771 auto *BaseType = Base->getType(); in CreatePreserveStructAccessIndex() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1015 if (DWARFDie BaseType = Type.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSize() local 1024 if (DWARFDie BaseType = Type.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSize() local 1029 DWARFDie BaseType = Type.getAttributeValueAsReferencedDie(DW_AT_type); in getTypeSize() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 895 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() 900 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() 912 TypeIndex BaseType; variable
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | vertex_pulling.cc | 39 enum class BaseType { enum
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTrinaryMinMaxTests.cpp | 67 enum class BaseType enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 1345 Metadata *BaseType = nullptr; in parseOneMetadata() local
|
/third_party/flatbuffers/include/flatbuffers/ |
D | idl.h | 117 enum BaseType { enum
|
D | reflection_generated.h | 38 enum BaseType { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 70 } BaseType; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 205 using BaseType = DenseMap<unsigned, unsigned>; typedef
|