Searched defs:ArrayType (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Index/
H A Dprint-typekind.c8 typedef int ArrayType[5]; typedef
28 // CHECK: TypedefDecl=ArrayType:8:13 (Definition) typekind=Typedef [canonical=ConstantArray] [isPOD=1]
/external/clang/utils/ABITest/
H A DTypeGen.py112 class ArrayType(Type): class in inherits:Type
303 return ArrayType(N, True, self.typeGen.get(T), self.sizes[S])
317 return ArrayType(N, false, self.typeGen.get(T), self.sizes[S])
345 return ArrayType(N, False, self.typeGen.get(T), size)
/external/clang/lib/CodeGen/
H A DCGVTT.cpp47 llvm::ArrayType *ArrayType = local
48 llvm::ArrayType::get(Int8PtrTy, Builder.getVTTComponents().size());
88 llvm::Constant *Init = llvm::ConstantArray::get(ArrayType, VTTComponents);
113 llvm::ArrayType *ArrayType = local
114 llvm::ArrayType::get(CGM.Int8PtrTy, Builder.getVTTComponents().size());
117 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType,
H A DCGVTables.cpp613 llvm::ArrayType *ArrayType = llvm::ArrayType::get(Int8PtrTy, NumComponents); local
614 return llvm::ConstantArray::get(ArrayType, Inits);
632 llvm::ArrayType *ArrayType = local
633 llvm::ArrayType::get(CGM.Int8PtrTy,
637 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType,
688 llvm::ArrayType *ArrayType local
[all...]
/external/llvm/include/llvm/
H A DDerivedTypes.h143 /// CompositeType - Common super class of ArrayType, StructType, PointerType
334 /// ArrayType - Class to represent array types.
336 class ArrayType : public SequentialType { class in namespace:llvm
339 ArrayType(const ArrayType &); // Do not implement
340 const ArrayType &operator=(const ArrayType &); // Do not implement
341 ArrayType(Type *ElType, uint64_t NumEl);
343 /// ArrayType::get - This static method is the primary way to construct an
344 /// ArrayType
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java548 public static class ArrayType extends ObjectType { class in class:SignatureAttribute
552 public ArrayType(int d, Type comp) { method in class:SignatureAttribute.ArrayType
692 if (t instanceof ArrayType)
814 return new ArrayType(dim, parseType(sig, c));
/external/llvm/lib/VMCore/
H A DType.cpp116 const ArrayType *ATy = dyn_cast<ArrayType>(this);
179 if (const ArrayType *ATy = dyn_cast<ArrayType>(this))
230 return cast<ArrayType>(this)->getNumElements();
695 // ArrayType Implementation
698 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) function in class:ArrayType
704 ArrayType *ArrayType
[all...]
/external/clang/include/clang/AST/
H A DType.h1198 friend class ArrayType;
1208 /// Actually an ArrayType::ArraySizeModifier.
1625 /// NOTE: getAs*ArrayType are methods on ASTContext.
1656 const ArrayType *getAsArrayTypeUnsafe() const;
1668 const ArrayType *castAsArrayTypeUnsafe() const;
2110 /// ArrayType - C99 6.7.5.2 - Array Declarators.
2112 class ArrayType : public Type, public llvm::FoldingSetNode { class in namespace:clang
2131 ArrayType(TypeClass tc, QualType et, QualType can, function in class:clang::ArrayType
2163 static bool classof(const ArrayType *) { return true; }
2170 class ConstantArrayType : public ArrayType {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 314 milliseconds