Home
last modified time | relevance | path

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

123456

/external/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/external/angle/third_party/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/external/libtextclassifier/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/external/webrtc/third_party/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/external/openscreen/third_party/abseil/src/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Djit_pch.hpp142 static inline llvm::VectorType* getVectorType(llvm::Type *ElementType, unsigned NumElements) in getVectorType()
147 static inline llvm::VectorType* getVectorType(llvm::Type *ElementType, unsigned NumElements) in getVectorType()
/external/rust/crates/arbitrary/src/
Dunstructured.rs495 ) -> Result<ArbitraryIter<'a, 'b, ElementType>> { in arbitrary_iter() argument
509 ) -> Result<ArbitraryTakeRestIter<'a, ElementType>> { in arbitrary_take_rest_iter() argument
531 fn next(&mut self) -> Option<Result<ElementType>> { in next()
550 fn next(&mut self) -> Option<Result<ElementType>> { in next()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyVariableDumper.cpp113 auto ElementType = Symbol.getElementType(); in dump() local
121 auto ElementType = Symbol.getElementType(); in dumpRight() local
DPrettyFunctionDumper.cpp208 auto ElementType = Symbol.getElementType(); in dump() local
DPrettyTypeDumper.cpp299 auto ElementType = Symbol.getElementType(); in dump() local
/external/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h441 static VectorType *get(Type *ElementType, unsigned NumElements, in get()
447 static VectorType *get(Type *ElementType, const VectorType *Other) { in get()
562 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get()
609 static ScalableVectorType *get(Type *ElementType, in get()
676 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElementType.java23 public class ElementType { class
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) { in ElementType() method in ElementType
/external/llvm-project/clang/test/CodeGenCUDA/
Dtexture.cu13 ElementType = 0, enumerator
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_ops_test.h222 using ElementType = typename T::value_type; in DefaultInput() local
238 using ElementType = typename T::value_type; in ComplexInputFromValues() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DICoverageNode.java23 enum ElementType { enum
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DEbmlProcessor.java44 @interface ElementType {} annotation
/external/llvm-project/llvm/lib/IR/
DType.cpp571 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
600 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get()
616 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get()
637 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get()
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp134 std::unique_ptr<PDBSymbol> ElementType = ArrayType->getElementType(); in dumpSymbolTypeAndName() local
DFunctionDumper.cpp199 auto ElementType = Symbol.getSession().getSymbolById(ElementTypeId); in dump() local
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp980 const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, in EmitNewArrayInitializer()
1287 QualType ElementType, llvm::Type *ElementTy, in EmitNewInitializer()
1848 QualType ElementType; member
1864 QualType ElementType) { in pushCallObjectDeleteCleanup()
1875 QualType ElementType) { in EmitDestroyingObjectDelete()
1890 QualType ElementType, in EmitObjectDelete()
1990 QualType ElementType; member
/external/clang/lib/CodeGen/
DCGExprCXX.cpp832 const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, in EmitNewArrayInitializer()
1099 QualType ElementType, llvm::Type *ElementTy, in EmitNewInitializer()
1523 QualType ElementType; member
1539 QualType ElementType) { in pushCallObjectDeleteCleanup()
1548 QualType ElementType) { in EmitObjectDelete()
1604 QualType ElementType; member
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckPlacementNew.cpp75 QualType ElementType = NE->getAllocatedType(); in getExtentSizeOfNewTarget() local
/external/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()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h458 static PointerType *getUnqual(Type *ElementType) { in getUnqual()

123456