/external/clang/lib/AST/ |
D | ASTContext.cpp | 2572 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 …]
|
D | Type.cpp | 760 return Ctx.getConstantArrayType(elementType, T->getSize(), in VisitConstantArrayType()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 3369 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 …]
|
D | Type.cpp | 957 return Ctx.getConstantArrayType(elementType, T->getSize(), T->getSizeExpr(), in VisitConstantArrayType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 196 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()
|
D | CGOpenMPRuntime.cpp | 2416 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 …]
|
D | CGObjC.cpp | 148 = Context.getConstantArrayType(ElementType, APNumElements, nullptr, in EmitObjCCollectionLiteral() 1747 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
|
D | CGAtomic.cpp | 106 C.getConstantArrayType(C.CharTy, Size, nullptr, ArrayType::Normal, in AtomicInfo()
|
D | CGDebugInfo.cpp | 3509 T = CGM.getContext().getConstantArrayType(ET, ConstVal, nullptr, in collectVarDeclProps() 4138 FType = CGM.getContext().getConstantArrayType( in EmitTypeForVarWithBlocksAttr()
|
D | CGStmtOpenMP.cpp | 4200 QualType BaseAndPointerAndMapperType = getContext().getConstantArrayType( in EmitOMPTargetTaskBasedDirective() 4207 QualType SizesType = getContext().getConstantArrayType( in EmitOMPTargetTaskBasedDirective()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeProperties.td | 114 return ctx.getConstantArrayType(elementType, sizeValue, size,
|
D | ASTContext.h | 1313 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 162 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()
|
D | Sema.cpp | 807 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
|
D | SemaExprObjC.cpp | 69 QualType StrTy = Context.getConstantArrayType( in ParseObjCStringLiteral() 1075 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1), in BuildObjCEncodeExpression()
|
D | SemaExpr.cpp | 1640 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/ |
D | CGOpenMPRuntime.cpp | 2258 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()
|
D | CGObjC.cpp | 128 = Context.getConstantArrayType(ElementType, APNumElements, in EmitObjCCollectionLiteral() 1490 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
|
D | CGDebugInfo.cpp | 2654 T = CGM.getContext().getConstantArrayType(ET, ConstVal, in collectVarDeclProps() 3094 FType = CGM.getContext().getConstantArrayType(CGM.getContext().CharTy, in EmitTypeForVarWithBlocksAttr()
|
D | CGAtomic.cpp | 106 AtomicTy = C.getConstantArrayType(C.CharTy, Size, ArrayType::Normal, in AtomicInfo()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1156 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 205 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()
|
D | Sema.cpp | 1169 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), One, in ActOnEndOfTranslationUnit()
|
D | SemaExprCXX.cpp | 2274 InitType = Context.getConstantArrayType( in BuildCXXNew() 6501 return Ctx.getConstantArrayType(T, CAT->getSize(), nullptr, in FindCompositePointerType()
|
D | SemaType.cpp | 2496 T = Context.getConstantArrayType(T, ConstVal, ArraySize, ASM, Quals); in BuildArrayType() 6872 return C.getConstantArrayType(New, CAT->getSize(), CAT->getSizeExpr(), in wrap()
|