Home
last modified time | relevance | path

Searched defs:ElementType (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
DCurrencyDataParser.java51 private enum ElementType { enum in CurrencyDataParser.Handler
63 ElementType(String elemName) { in ElementType() method in CurrencyDataParser.Handler.ElementType
/third_party/skia/third_party/externals/tint/tools/src/list/
Dlist.go48 ElementType() reflect.Type methodSpec
135 func (l list) ElementType() reflect.Type { func
Dlist_test.go34 func (customList) ElementType() reflect.Type { return nil } func
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-674-2.hpp4 template <typename T> class Rooted { using ElementType = T; }; typedef in JS::Rooted
/third_party/skia/third_party/externals/tint/src/sem/
Dconstant.h95 const sem::Type* ElementType() const { return elem_type_; } in ElementType() function
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypesArraysTuples.ts82 type ElementType<T> = T extends Array<infer U> ? U : never; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp587 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
614 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get()
DCore.cpp743 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
747 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { in LLVMPointerType()
751 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h458 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/third_party/vixl/src/
Dinvalset-vixl.h263 typedef typename S::_ElementType ElementType; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp403 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() local
/third_party/node/deps/v8/src/torque/
Dutils.h153 using ElementType = decltype(*list.begin()); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h594 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h405 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord()
415 TypeIndex ElementType; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout_test.cc88 TEST(Layout, ElementType) { in TEST() argument
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c2069 #define SVGA3D_DUMP_CASE_LIST(CommandName, CommandCode, ElementType) \ argument
/third_party/node/deps/v8/src/wasm/
Dwasm-module.h218 enum ElementType { kFunctionIndexElements, kExpressionElements }; enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h497 TypeNode *ElementType = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp406 Type *ElementType = TGEP->getResultElementType(); in foldSelectOpOp() local
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc2899 typedef ConfigureCPUFeaturesElementType ElementType; in Emit() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1558 const DIType *ElementType = Ty->getBaseType(); in lowerTypeArray() local
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc228 TEST(StatusOr, ElementType) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp609 RecTy *ElementType = LRT->getElementType(); in convertInitializerTo() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderStorageBufferObjectTests.cpp60 enum ElementType enum

12