/external/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeArray.cpp | 24 std::unique_ptr<PDBSymbol> PDBSymbolTypeArray::getElementType() const { in getElementType() function in PDBSymbolTypeArray
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/ |
D | NodeWithElementType.java | 46 Type<?> getElementType(); in getElementType() method
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DerivedTypes.h | 290 Type *getElementType(unsigned N) const { in getElementType() function 336 Type *getElementType() const { return ContainedType; } in getElementType() function 462 Type *getElementType() const { return PointeeTy; } in getElementType() function
|
/external/llvm-project/mlir/include/mlir/Interfaces/ |
D | InferTypeOpInterface.h | 65 Type getElementType() const { return elementType; }; in getElementType() function
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | ArrayType.java | 96 public Type getElementType() { in getElementType() method in ArrayType
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 333 Type *getElementType(unsigned N) const { in getElementType() function 375 Type *getElementType() const { return ContainedType; } in getElementType() function 436 Type *getElementType() const { return ContainedType; } in getElementType() function 680 Type *getElementType() const { return PointeeTy; } in getElementType() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 351 Type *getElementType(unsigned N) const { in getElementType() function 399 Type *getElementType() const { return ContainedType; } in getElementType() function 598 Type *getElementType() const { return PointeeTy; } in getElementType() function
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
D | ICoverageNode.java | 74 ElementType getElementType(); in getElementType() method
|
D | CoverageNodeImpl.java | 96 public ElementType getElementType() { in getElementType() method in CoverageNodeImpl
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableType.cpp | 180 const VariableType& VariableType::getElementType (void) const in getElementType() function in rsg::VariableType
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/ |
D | NodeWithVariables.java | 89 default Type getElementType() { in getElementType() method
|
/external/clang/lib/CodeGen/ |
D | Address.h | 52 llvm::Type *getElementType() const { in getElementType() function
|
/external/llvm-project/clang/lib/CodeGen/ |
D | Address.h | 51 llvm::Type *getElementType() const { in getElementType() function
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
D | EbmlProcessor.java | 70 int getElementType(int id); in getElementType() method
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVTypes.cpp | 139 Type ArrayType::getElementType() const { return getImpl()->elementType; } in getElementType() function in ArrayType 188 Type CompositeType::getElementType(unsigned index) const { in getElementType() function in CompositeType 305 Type CooperativeMatrixNVType::getElementType() const { in getElementType() function in CooperativeMatrixNVType 408 Type ImageType::getElementType() const { return getImpl()->elementType; } in getElementType() function in ImageType 533 Type RuntimeArrayType::getElementType() const { return getImpl()->elementType; } in getElementType() function in RuntimeArrayType 1012 Type StructType::getElementType(unsigned index) const { in getElementType() function in StructType 1147 Type MatrixType::getElementType() const { in getElementType() function in MatrixType
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | ArrayProto.java | 77 @Nonnull public String getElementType() { return elementType; } in getElementType() method in ArrayProto
|
/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIRType.cpp | 565 mlir::Type getElementType() const { return eleTy; } in getElementType() function 595 CharacterType getElementType(mlir::MLIRContext *ctxt) const { in getElementType() function 622 mlir::Type getElementType() const { return eleTy; } in getElementType() function 647 mlir::Type getElementType() const { return eleTy; } in getElementType() function 672 mlir::Type getElementType() const { return eleTy; } in getElementType() function 697 mlir::Type getElementType() const { return eleTy; } in getElementType() function 731 mlir::Type getElementType() const { return eleTy; } in getElementType() function 916 mlir::Type fir::CplxType::getElementType() const { in getElementType() function in fir::CplxType
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 285 Type *getElementType(unsigned N) const { in getElementType() function 327 Type *getElementType() const { return getSequentialElementType(); } in getElementType() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LowLevelTypeImpl.h | 167 LLT getElementType() const { in getElementType() function
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Schema.java | 122 public ElementType getElementType(String name) { in getElementType() method in Schema
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | PropertyInfo.java | 99 public PropertyInfo getElementType() in getElementType() method in PropertyInfo
|
D | SppPropertyInfo.java | 99 public PropertyInfo getElementType() in getElementType() method in SppPropertyInfo
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | LowLevelTypeImpl.h | 188 LLT getElementType() const { in getElementType() function
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMTypes.cpp | 277 LLVMType LLVMArrayType::getElementType() { return getImpl()->elementType; } in getElementType() function in LLVMArrayType 383 LLVMType LLVMPointerType::getElementType() { return getImpl()->pointeeType; } in getElementType() function in LLVMPointerType 481 LLVMType LLVMVectorType::getElementType() { in getElementType() function in LLVMVectorType
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
D | ArrayCreationExpr.java | 104 public Type getElementType() { in getElementType() method in ArrayCreationExpr
|