Home
last modified time | relevance | path

Searched refs:getConstantArrayType (Results 1 – 25 of 44) sorted by relevance

12

/external/clang/lib/AST/
DASTContext.cpp2572 QualType ASTContext::getConstantArrayType(QualType EltTy, in getConstantArrayType() function in ASTContext
2599 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize, in getConstantArrayType()
2701 result = getConstantArrayType( in getVariableArrayDecayedType()
4223 return getConstantArrayType(unqualElementType, CAT->getSize(), in getUnqualifiedArrayType()
4526 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(), in getAsArrayType()
6310 = Context->getConstantArrayType(VaListTagTypedefType, in CreatePowerABIBuiltinVaListDecl()
6365 Context->getConstantArrayType(VaListTagType, Size, ArrayType::Normal, 0); in CreateX86_64ABIBuiltinVaListDecl()
6373 = Context->getConstantArrayType(Context->IntTy, in CreatePNaClABIBuiltinVaListDecl()
6469 Context->getConstantArrayType(VaListTagType, Size, ArrayType::Normal, 0); in CreateSystemZBuiltinVaListDecl()
7833 if (LCAT) return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()
[all …]
DType.cpp760 return Ctx.getConstantArrayType(elementType, T->getSize(), in VisitConstantArrayType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp3369 QualType ASTContext::getConstantArrayType(QualType EltTy, in getConstantArrayType() function in ASTContext
3402 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize, nullptr, in getConstantArrayType()
3514 result = getConstantArrayType( in getVariableArrayDecayedType()
5676 return getConstantArrayType(unqualElementType, CAT->getSize(), in getUnqualifiedArrayType()
6049 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(), in getAsArrayType()
7992 = Context->getConstantArrayType(VaListTagTypedefType, in CreatePowerABIBuiltinVaListDecl()
8046 QualType VaListTagArrayType = Context->getConstantArrayType( in CreateX86_64ABIBuiltinVaListDecl()
8054 QualType IntArrayType = Context->getConstantArrayType( in CreatePNaClABIBuiltinVaListDecl()
8149 QualType VaListTagArrayType = Context->getConstantArrayType( in CreateSystemZBuiltinVaListDecl()
8200 QualType VaListTagArrayType = Context->getConstantArrayType( in CreateHexagonBuiltinVaListDecl()
[all …]
DType.cpp957 return Ctx.getConstantArrayType(elementType, T->getSize(), T->getSizeExpr(), in VisitConstantArrayType()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp196 Type = C.getConstantArrayType(Type, ArraySize, nullptr, ArrayType::Normal, in buildRecordForGlobalizedVars()
3954 C.getConstantArrayType(C.VoidPtrTy, ArraySize, nullptr, ArrayType::Normal, in emitReduction()
4755 QualType SubTy = C.getConstantArrayType( in clear()
4782 QualType SubTy = C.getConstantArrayType( in clear()
4816 C.getConstantArrayType(StaticTy, Size1, nullptr, ArrayType::Normal, in clear()
4820 C.getConstantArrayType(Arr1Ty, Size2, nullptr, ArrayType::Normal, in clear()
DCGOpenMPRuntime.cpp2416 QualType CopyprivateArrayTy = C.getConstantArrayType( in emitSingleRegion()
4370 KmpTaskAffinityInfoArrayTy = C.getConstantArrayType( in emitTaskInit()
4865 KmpDependInfoArrayTy = C.getConstantArrayType( in emitDependClause()
4945 QualType KmpDependInfoArrayTy = C.getConstantArrayType( in emitDepobjDependClause()
5554 C.getConstantArrayType(C.VoidPtrTy, ArraySize, nullptr, ArrayType::Normal, in emitReduction()
6032 QualType ArrayRDType = C.getConstantArrayType( in emitTaskReductionInit()
9078 C.getConstantArrayType(DimTy, Size, nullptr, ArrayType::Normal, 0); in emitNonContiguousDescriptor()
9165 QualType PointerArrayType = Ctx.getConstantArrayType( in emitOffloadingArrays()
9183 QualType SizeArrayType = Ctx.getConstantArrayType( in emitOffloadingArrays()
11682 C.getConstantArrayType(KmpDimTy, Size, nullptr, ArrayType::Normal, 0); in emitDoacrossInit()
[all …]
DCGObjC.cpp148 = Context.getConstantArrayType(ElementType, APNumElements, nullptr, in EmitObjCCollectionLiteral()
1747 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
DCGAtomic.cpp106 C.getConstantArrayType(C.CharTy, Size, nullptr, ArrayType::Normal, in AtomicInfo()
DCGDebugInfo.cpp3509 T = CGM.getContext().getConstantArrayType(ET, ConstVal, nullptr, in collectVarDeclProps()
4138 FType = CGM.getContext().getConstantArrayType( in EmitTypeForVarWithBlocksAttr()
DCGStmtOpenMP.cpp4200 QualType BaseAndPointerAndMapperType = getContext().getConstantArrayType( in EmitOMPTargetTaskBasedDirective()
4207 QualType SizesType = getContext().getConstantArrayType( in EmitOMPTargetTaskBasedDirective()
/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td114 return ctx.getConstantArrayType(elementType, sizeValue, size,
DASTContext.h1313 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/external/clang/lib/Sema/
DSemaInit.cpp162 DeclT = S.Context.getConstantArrayType(IAT->getElementType(), in CheckStringInit()
1684 DeclType = SemaRef.Context.getConstantArrayType(elementType, maxElements, in CheckArrayType()
3422 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction()
6847 *ResultType = S.Context.getConstantArrayType( in Perform()
7014 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit()
DSema.cpp807 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
DSemaExprObjC.cpp69 QualType StrTy = Context.getConstantArrayType( in ParseObjCStringLiteral()
1075 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1), in BuildObjCEncodeExpression()
DSemaExpr.cpp1640 QualType StrTy = Context.getConstantArrayType(CharTyConst, in ActOnStringLiteral()
3090 ResTy = Context.getConstantArrayType(ResTy, LengthI, ArrayType::Normal, in BuildPredefinedExpr()
3096 ResTy = Context.getConstantArrayType(ResTy, LengthI, ArrayType::Normal, in BuildPredefinedExpr()
3327 QualType StrTy = Context.getConstantArrayType( in ActOnNumericConstant()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2258 C.getConstantArrayType(C.VoidPtrTy, ArraySize, ArrayType::Normal, in emitSingleRegion()
3906 QualType KmpDependInfoArrayTy = C.getConstantArrayType( in emitTaskCall()
4398 C.getConstantArrayType(C.VoidPtrTy, ArraySize, ArrayType::Normal, in emitReduction()
5575 Ctx.getConstantArrayType(Ctx.VoidPtrTy, PointerNumAP, ArrayType::Normal, in emitOffloadingArrays()
5587 QualType SizeArrayType = Ctx.getConstantArrayType( in emitOffloadingArrays()
DCGObjC.cpp128 = Context.getConstantArrayType(ElementType, APNumElements, in EmitObjCCollectionLiteral()
1490 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
DCGDebugInfo.cpp2654 T = CGM.getContext().getConstantArrayType(ET, ConstVal, in collectVarDeclProps()
3094 FType = CGM.getContext().getConstantArrayType(CGM.getContext().CharTy, in EmitTypeForVarWithBlocksAttr()
DCGAtomic.cpp106 AtomicTy = C.getConstantArrayType(C.CharTy, Size, ArrayType::Normal, in AtomicInfo()
/external/clang/include/clang/AST/
DASTContext.h1156 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp205 DeclT = S.Context.getConstantArrayType(IAT->getElementType(), in CheckStringInit()
1952 DeclType = SemaRef.Context.getConstantArrayType( in CheckArrayType()
3863 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction()
8600 *ResultType = S.Context.getConstantArrayType( in Perform()
8852 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit()
DSema.cpp1169 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), One, in ActOnEndOfTranslationUnit()
DSemaExprCXX.cpp2274 InitType = Context.getConstantArrayType( in BuildCXXNew()
6501 return Ctx.getConstantArrayType(T, CAT->getSize(), nullptr, in FindCompositePointerType()
DSemaType.cpp2496 T = Context.getConstantArrayType(T, ConstVal, ArraySize, ASM, Quals); in BuildArrayType()
6872 return C.getConstantArrayType(New, CAT->getSize(), CAT->getSizeExpr(), in wrap()

12