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

1 2 3 4 5 6 7 8

  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolTypeArray.cpp 23 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/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/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/
Field.java 101 public Class getElementType (int index) {
102 Type elementType = field.getElementType(index);
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/
Field.java 76 public Type getElementType (int index) {
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/reflect/
Field.java 104 public Class getElementType (int index) {
  /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 286 Type *getElementType(unsigned N) const {
318 Type *getElementType() const { return ContainedTys[0]; }
375 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
386 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
396 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
411 return VectorType::get(VTy->getElementType(), NumElts/2);
420 return VectorType::get(VTy->getElementType(), NumElts*2);
433 return NumElements * getElementType()->getPrimitiveSizeInBits();
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Type.java 417 public Type getElementType() {
447 StringBuffer b = new StringBuffer(getElementType().getClassName());
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 83 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/skia/src/animator/
SkAnimator.cpp 194 SkElementType SkAnimator::getElementType(const SkDisplayable* ae) {
200 SkElementType SkAnimator::getElementType(const char* id) {
202 return getElementType(element);
  /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) {
  /frameworks/compile/slang/
slang_rs_export_type.h 52 return GetCanonicalType(T->getElementType());
66 return GetCanonicalType(T->getElementType());
527 const RSExportType *getElementType() const { return mElementType; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1033 QualType getElementType() const {
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 166 RecTy *getElementType() const { return Ty; }
922 cast<ListRecTy>(T->getType())->getElementType()),
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 263 getAllOnesValue(VTy->getElementType()));
549 assert(VTy->getElementType()->isIntegerTy(1) &&
561 assert(VTy->getElementType()->isIntegerTy(1) &&
    [all...]

Completed in 1919 milliseconds

1 2 3 4 5 6 7 8