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

12

/external/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeArray.cpp23 std::unique_ptr<PDBSymbol> PDBSymbolTypeArray::getElementType() const { function in class:PDBSymbolTypeArray
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DArrayProto.java76 @Nonnull public String getElementType() { return elementType; } method in class:ArrayProto
101 if (TypeUtils.isPrimitiveType(getElementType()) ||
102 TypeUtils.isPrimitiveType(((ArrayProto)other).getElementType())) {
104 getElementType().equals(((ArrayProto)other).getElementType())) {
/external/deqp/framework/randomshaders/
H A DrsgVariableType.cpp127 return elementNdx * getElementType().getScalarSize();
180 const VariableType& VariableType::getElementType (void) const function in class:rsg::VariableType
200 throw Exception("VariableType::getElementType(): unsupported type");
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DPropertyInfo.java99 public PropertyInfo getElementType() method in class:PropertyInfo
H A DSppPropertyInfo.java99 public PropertyInfo getElementType() method in class:SppPropertyInfo
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java79 ElementType e = getElementType(elemName);
95 ElementType child = getElementType(name);
96 ElementType parent = getElementType(parentName);
122 public ElementType getElementType(String name) { method in class:Schema
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java428 public static String getElementType(String arrayType) { method in class:TypeData.ArrayElement
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h290 Type *getElementType(unsigned N) const { function in class:llvm::StructType
322 Type *getElementType() const { return ContainedTys[0]; } function in class:llvm::SequentialType
378 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
389 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
399 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
414 return VectorType::get(VTy->getElementType(), NumElts/2);
423 return VectorType::get(VTy->getElementType(), NumElts*2);
436 return NumElements * getElementType()->getPrimitiveSizeInBits();
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DType.java417 public Type getElementType() { method in class:Type
447 StringBuffer b = new StringBuffer(getElementType().getClassName());
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp88 const VarType& getElementType (void) const { return *m_data.array.elementType; } function in class:deqp::gls::ub::VarType
H A DglsLifetimeTests.hpp218 Type& getElementType (void) const { return m_elementType; } function in class:deqp::gls::LifetimeTests::details::Attacher
/external/skia/src/animator/
H A DSkAnimator.cpp196 SkElementType SkAnimator::getElementType(const SkDisplayable* ae) { function in class:SkAnimator
202 SkElementType SkAnimator::getElementType(const char* id) { function in class:SkAnimator
204 return getElementType(element);
/external/deqp/framework/opengl/
H A DgluVarType.hpp65 const VarType& getElementType (void) const { DE_ASSERT(isArrayType()); return *m_data.array.elementType; } function in class:glu::VarType
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1033 QualType getElementType() const { function in class:clang::ento::ElementRegion
1221 return getElementRegion(ER->getElementType(), ER->getIndex(),
/external/llvm/include/llvm/TableGen/
H A DRecord.h305 RecTy *getElementType() const { return Ty; } function in class:llvm::ListRecTy
1147 cast<ListRecTy>(T->getType())->getElementType()),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/IR/
H A DConstants.cpp243 getAllOnesValue(VTy->getElementType()));
539 assert(VTy->getElementType()->isIntegerTy(1) &&
551 assert(VTy->getElementType()->isIntegerTy(1) &&
836 assert(V[i]->getType() == T->getElementType() &&
852 assert(V[i]->getType() == Ty->getElementType() &&
970 assert((T->isOpaque() || V[i]->getType() == T->getElementType(i)) &&
1019 assert(V[i]->getType() == T->getElementType() &&
1831 Type *DstElemTy = DstScalarTy->getElementType();
1832 if (SrcScalarTy->getElementType() != DstElemTy) {
2011 Ty = cast<PointerType>(C->getType()->getScalarType())->getElementType();
2390 Type *ConstantDataSequential::getElementType() const { function in class:ConstantDataSequential
[all...]
/external/clang/include/clang/AST/
H A DType.h1949 QualType getElementType() const { return ElementType; } function in class:clang::ComplexType
1955 Profile(ID, getElementType());
2306 QualType getElementType() const { return ElementType; } function in class:clang::ArrayType
2360 Profile(ID, getElementType(), getSize(),
2397 Profile(ID, getElementType(), getSizeModifier(),
2516 Profile(ID, Context, getElementType(),
2547 QualType getElementType() const { return ElementType; } function in class:clang::DependentSizedExtVectorType
2558 Profile(ID, Context, getElementType(), getSizeExpr());
2595 QualType getElementType() const { return ElementType; } function in class:clang::VectorType
2609 Profile(ID, getElementType(), getNumElement
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp2362 QualType eltType = LHSType->getAs<VectorType>()->getElementType();
2655 isConstant = AT->getElementType().isConstant(S.Context);
5611 T = VT->getElementType().getTypePtr();
5613 T = CT->getElementType().getTypePtr();
5648 T = VT->getElementType().getTypePtr();
5650 T = CT->getElementType().getTypePtr();
6630 Source = cast<VectorType>(Source)->getElementType().getTypePtr();
6631 Target = cast<VectorType>(Target)->getElementType().getTypePtr();
6634 Target = VecTy->getElementType().getTypePtr();
6645 Source = cast<ComplexType>(Source)->getElementType()
7869 static const Type* getElementType(const Expr *BaseExpr) { function
[all...]
/external/expat/lib/
H A Dxmlparse.c432 getElementType(XML_Parser parser, const ENCODING *enc,
4018 declElementType = getElementType(parser, enc, s, next);
4561 declElementType = getElementType(parser, enc, s, next);
4626 el = getElementType(parser, enc, s, nxt);
6381 getElementType(XML_Parser parser, function
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...

Completed in 923 milliseconds

12