HomeSort by relevance Sort by last modified time
    Searched defs:getElementType (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolTypeArray.cpp 24 std::unique_ptr<PDBSymbol> PDBSymbolTypeArray::getElementType() const {
  /external/clang/lib/CodeGen/
Address.h 52 llvm::Type *getElementType() const {
53 return getType()->getElementType();
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
CoverageNodeImpl.java 96 public ElementType getElementType() {
ICoverageNode.java 74 public abstract ElementType getElementType();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ArrayProto.java 77 @Nonnull public String getElementType() { return elementType; }
102 if (TypeUtils.isPrimitiveType(getElementType()) ||
103 TypeUtils.isPrimitiveType(((ArrayProto)other).getElementType())) {
105 getElementType().equals(((ArrayProto)other).getElementType())) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
TGValueTypes.cpp 51 return getNumElements() * getElementType().getSizeInBits();
53 EVT getElementType() const {
94 return static_cast<const ExtendedVectorType *>(LLVMTy)->getElementType();
  /external/deqp/framework/randomshaders/
rsgVariableType.cpp 127 return elementNdx * getElementType().getScalarSize();
180 const VariableType& VariableType::getElementType (void) const
200 throw Exception("VariableType::getElementType(): unsupported type");
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Schema.java 79 ElementType e = getElementType(elemName);
95 ElementType child = getElementType(name);
96 ElementType parent = getElementType(parentName);
122 public ElementType getElementType(String name) {
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 428 public static String getElementType(String arrayType) {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
PropertyInfo.java 99 public PropertyInfo getElementType()
SppPropertyInfo.java 99 public PropertyInfo getElementType()
  /external/llvm/include/llvm/IR/
DerivedTypes.h 285 Type *getElementType(unsigned N) const {
305 return cast<StructType>(this)->getElementType(N);
327 Type *getElementType() const { return getSequentialElementType(); }
380 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
389 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
397 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
410 return VectorType::get(VTy->getElementType(), NumElts/2);
417 return VectorType::get(VTy->getElementType(), NumElts*2);
429 return NumElements * getElementType()->getPrimitiveSizeInBits();
  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 285 Type *getElementType(unsigned N) const {
318 Type *getElementType() const { return ContainedTys[0]; }
376 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
386 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
396 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
412 return NumElements * getElementType()->getPrimitiveSizeInBits();
  /system/tools/hidl/
ArrayType.cpp 61 Type *ArrayType::getElementType() const {
Type.cpp 486 Type *TemplatedType::getElementType() const {
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 90 const VarType& getElementType (void) const { return *m_data.array.elementType; }
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 218 Type& getElementType (void) const { return m_elementType; }
glsUniformBlockCase.hpp 88 const VarType& getElementType (void) const { return *m_data.array.elementType; }
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 209 SPIRVType *getElementType() const {
215 if (getElementType()->isTypeFloat(16))
302 SPIRVType *getElementType() const { return ElemType;}
305 return getElementType()->getRequiredCapability();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1029 QualType getElementType() const {
    [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 65 const VarType& getElementType (void) const { DE_ASSERT(isArrayType()); return *m_data.array.elementType; }
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliTokens.java 46 public static IElementType getElementType(int tokenType) {
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h 317 RecTy *getElementType() const { return Ty; }
347 return RHS->getElementType()->typeIsConvertibleTo(Ty);
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 53 return GetCanonicalType(T->getElementType());
67 return GetCanonicalType(T->getElementType());
581 const RSExportType *getElementType() const { return mElementType; }
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 424 TypeIndex getElementType() const { return ElementType; }
    [all...]

Completed in 1127 milliseconds

1 2 3 4 5 6 7 8 9