Home
last modified time | relevance | path

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

12

/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp290 clang::QualType AllocArrayTy = mASTCtxt.getConstantArrayType( in VisitCallExpr()
Dslang_backend.cpp535 ASTC.getConstantArrayType(byteType, in PadStruct()
/aosp_15_r20/external/clang/lib/AST/
H A 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 …]
H A DType.cpp760 return Ctx.getConstantArrayType(elementType, T->getSize(), in VisitConstantArrayType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DAbstractTypeReader.inc158 return ctx.getConstantArrayType(elementType, sizeValue, size,
172 ctx.getConstantArrayType(elementType,sizeValue,
DASTContext.h1477 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/aosp_15_r20/external/clang/lib/Sema/
H A 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()
H A DSema.cpp807 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
H A DSemaExprObjC.cpp69 QualType StrTy = Context.getConstantArrayType( in ParseObjCStringLiteral()
1075 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1), in BuildObjCEncodeExpression()
H A 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()
H A DSemaType.cpp2237 T = Context.getConstantArrayType(T, ConstVal, ASM, Quals); in BuildArrayType()
H A DSemaExprCXX.cpp1815 InitType = Context.getConstantArrayType(AllocType, in BuildCXXNew()
/aosp_15_r20/external/clang/lib/CodeGen/
H A 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()
H A DCGObjC.cpp128 = Context.getConstantArrayType(ElementType, APNumElements, in EmitObjCCollectionLiteral()
1490 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
H A DCGDebugInfo.cpp2654 T = CGM.getContext().getConstantArrayType(ET, ConstVal, in collectVarDeclProps()
3094 FType = CGM.getContext().getConstantArrayType(CGM.getContext().CharTy, in EmitTypeForVarWithBlocksAttr()
H A DCGAtomic.cpp106 AtomicTy = C.getConstantArrayType(C.CharTy, Size, ArrayType::Normal, in AtomicInfo()
H A DCodeGenModule.cpp3355 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DAbstractTypeReader.inc154 return ctx.getConstantArrayType(elementType, sizeValue, size,
DASTContext.h1461 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DAbstractTypeReader.inc154 return ctx.getConstantArrayType(elementType, sizeValue, size,
DASTContext.h1461 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DAbstractTypeReader.inc152 return ctx.getConstantArrayType(elementType, sizeValue, size,
DASTContext.h1458 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1156 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp499 QualType StrType = Context->getConstantArrayType( in getStringLiteral()

12