Home
last modified time | relevance | path

Searched defs:getElementType (Results 1 – 25 of 59) sorted by relevance

123

/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeArray.cpp24 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/
DNodeWithElementType.java46 Type<?> getElementType(); in getElementType() method
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h290 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/
DInferTypeOpInterface.h65 Type getElementType() const { return elementType; }; in getElementType() function
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DArrayType.java96 public Type getElementType() { in getElementType() method in ArrayType
/external/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h333 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/
DDerivedTypes.h351 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/
DICoverageNode.java74 ElementType getElementType(); in getElementType() method
DCoverageNodeImpl.java96 public ElementType getElementType() { in getElementType() method in CoverageNodeImpl
/external/deqp/framework/randomshaders/
DrsgVariableType.cpp180 const VariableType& VariableType::getElementType (void) const in getElementType() function in rsg::VariableType
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithVariables.java89 default Type getElementType() { in getElementType() method
/external/clang/lib/CodeGen/
DAddress.h52 llvm::Type *getElementType() const { in getElementType() function
/external/llvm-project/clang/lib/CodeGen/
DAddress.h51 llvm::Type *getElementType() const { in getElementType() function
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DEbmlProcessor.java70 int getElementType(int id); in getElementType() method
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp139 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/
DArrayProto.java77 @Nonnull public String getElementType() { return elementType; } in getElementType() method in ArrayProto
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp565 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/
DDerivedTypes.h285 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/
DLowLevelTypeImpl.h167 LLT getElementType() const { in getElementType() function
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DSchema.java122 public ElementType getElementType(String name) { in getElementType() method in Schema
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DPropertyInfo.java99 public PropertyInfo getElementType() in getElementType() method in PropertyInfo
DSppPropertyInfo.java99 public PropertyInfo getElementType() in getElementType() method in SppPropertyInfo
/external/llvm-project/llvm/include/llvm/Support/
DLowLevelTypeImpl.h188 LLT getElementType() const { in getElementType() function
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp277 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/
DArrayCreationExpr.java104 public Type getElementType() { in getElementType() method in ArrayCreationExpr

123