Searched refs:ArrayTy (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A DCore.h1002 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3555 ArrayType *ArrayTy = ArrayType::get(DefaultValue->getType(), TableSize); local
3556 Constant *Initializer = ConstantArray::get(ArrayTy, TableContents);
3558 Array = new GlobalVariable(M, ArrayTy, /*constant=*/ true,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2140 QualType ArrayTy = PVD->getOriginalType(); local
2142 if (PointerTy->isPointerType() && ArrayTy->isArrayType()) {
2144 << RangeLoc << PVD << ArrayTy << PointerTy;
H A DSemaDeclCXX.cpp9016 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); local
9017 if (!ArrayTy) {
9072 buildSingleCopyAssignRecursively(S, Loc, ArrayTy->getElementType(),
9081 = ArrayTy->getSize().zextOrTrunc(S.Context.getTypeSize(SizeType));
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp429 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { argument
430 return unwrap<ArrayType>(ArrayTy)->getNumElements();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp222 llvm::ArrayType *ArrayTy = llvm::ArrayType::get(Ty, V.size()); local
223 return MakeGlobal(ArrayTy, V, Name, linkage);
H A DCodeGenFunction.h1597 const ConstantArrayType *ArrayTy,

Completed in 376 milliseconds