Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeArray.cpp24 std::unique_ptr<PDBSymbol> PDBSymbolTypeArray::getElementType() const { in getElementType() function in PDBSymbolTypeArray
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DICoverageNode.java74 public abstract ElementType getElementType(); in getElementType() method
DCoverageNodeImpl.java96 public ElementType getElementType() { in getElementType() method in CoverageNodeImpl
/external/swiftshader/third_party/LLVM/utils/TableGen/
DTGValueTypes.cpp53 EVT getElementType() const { in getElementType() function in ExtendedVectorType
/external/deqp/framework/randomshaders/
DrsgVariableType.cpp180 const VariableType& VariableType::getElementType (void) const in getElementType() function in rsg::VariableType
/external/clang/lib/CodeGen/
DAddress.h52 llvm::Type *getElementType() const { in getElementType() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DArrayProto.java77 @Nonnull public String getElementType() { return elementType; } in getElementType() method in ArrayProto
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h285 Type *getElementType(unsigned N) const { in getElementType() function
318 Type *getElementType() const { return ContainedTys[0]; } in getElementType() function
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DSchema.java122 public ElementType getElementType(String name) { in getElementType() method in Schema
/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/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/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.h209 SPIRVType *getElementType() const { in getElementType() function
302 SPIRVType *getElementType() const { return ElemType;} in getElementType() function
/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliTokens.java46 public static IElementType getElementType(int tokenType) { in getElementType() method in SmaliTokens
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp88 const VarType& getElementType (void) const { return *m_data.array.elementType; } in getElementType() function in deqp::gls::ub::VarType
DglsLifetimeTests.hpp218 Type& getElementType (void) const { return m_elementType; } in getElementType() function in deqp::gls::LifetimeTests::details::Attacher
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java428 public static String getElementType(String arrayType) { in getElementType() method in TypeData.ArrayElement
/external/deqp/framework/opengl/
DgluVarType.hpp65 …const VarType& getElementType (void) const { DE_ASSERT(isArrayType()); return *m_data.array.eleme… in getElementType() function in glu::VarType
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp90 const VarType& getElementType (void) const { return *m_data.array.elementType; } in getElementType() function in vkt::ubo::VarType
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h1029 QualType getElementType() const { in getElementType() function
/external/llvm/include/llvm/TableGen/
DRecord.h185 RecTy *getElementType() const { return Ty; } in getElementType() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h424 TypeIndex getElementType() const { return ElementType; } in getElementType() function
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h317 RecTy *getElementType() const { return Ty; } in getElementType() function
/external/llvm/lib/IR/
DConstants.cpp2291 Type *ConstantDataSequential::getElementType() const { in getElementType() function in ConstantDataSequential
/external/expat/lib/
Dxmlparse.c6445 getElementType(XML_Parser parser, in getElementType() function