Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3540 QualType ASTContext::getConstantArrayType(QualType EltTy, in getConstantArrayType() function in ASTContext
3574 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize, nullptr, in getConstantArrayType()
3686 result = getConstantArrayType( in getVariableArrayDecayedType()
6016 return getConstantArrayType(unqualElementType, CAT->getSize(), in getUnqualifiedArrayType()
6872 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(), in getAsArrayType()
8862 = Context->getConstantArrayType(VaListTagTypedefType, in CreatePowerABIBuiltinVaListDecl()
8916 QualType VaListTagArrayType = Context->getConstantArrayType( in CreateX86_64ABIBuiltinVaListDecl()
8924 QualType IntArrayType = Context->getConstantArrayType( in CreatePNaClABIBuiltinVaListDecl()
9019 QualType VaListTagArrayType = Context->getConstantArrayType( in CreateSystemZBuiltinVaListDecl()
9070 QualType VaListTagArrayType = Context->getConstantArrayType( in CreateHexagonBuiltinVaListDecl()
[all …]
H A DASTDiagnostic.cpp142 QT = Context.getConstantArrayType( in desugarForDiagnostic()
H A DType.cpp967 return Ctx.getConstantArrayType(elementType, T->getSize(), T->getSizeExpr(), in VisitConstantArrayType()
H A DExprConstant.cpp6713 QualType AllocType = Info.Ctx.getConstantArrayType(ElemType, Size, nullptr, in HandleOperatorNewCall()
8805 QualType ArrayTy = Info.Ctx.getConstantArrayType(CharTy, Size, nullptr, in VisitSYCLUniqueStableNameExpr()
9621 AllocType = Info.Ctx.getConstantArrayType(AllocType, ArrayBound, nullptr, in VisitCXXNewExpr()
H A DASTImporter.cpp1212 return Importer.getToContext().getConstantArrayType( in VisitConstantArrayType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td114 return ctx.getConstantArrayType(elementType, sizeValue, size,
H A DASTContext.h1444 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2419 QualType CopyprivateArrayTy = C.getConstantArrayType( in emitSingleRegion()
4032 KmpTaskAffinityInfoArrayTy = C.getConstantArrayType( in emitTaskInit()
4492 KmpDependInfoArrayTy = C.getConstantArrayType( in emitDependClause()
4572 QualType KmpDependInfoArrayTy = C.getConstantArrayType( in emitDepobjDependClause()
5191 C.getConstantArrayType(C.VoidPtrTy, ArraySize, nullptr, ArrayType::Normal, in emitReduction()
5663 QualType ArrayRDType = C.getConstantArrayType( in emitTaskReductionInit()
9024 C.getConstantArrayType(DimTy, Size, nullptr, ArrayType::Normal, 0); in emitNonContiguousDescriptor()
9122 QualType PointerArrayType = Ctx.getConstantArrayType( in emitOffloadingArrays()
9160 QualType SizeArrayType = Ctx.getConstantArrayType( in emitOffloadingArrays()
9174 QualType SizeArrayType = Ctx.getConstantArrayType( in emitOffloadingArrays()
[all …]
H A DCGObjC.cpp153 = Context.getConstantArrayType(ElementType, APNumElements, nullptr, in EmitObjCCollectionLiteral()
1807 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
H A DCGOpenMPRuntimeGPU.cpp177 Type = C.getConstantArrayType(Type, ArraySize, nullptr, ArrayType::Normal, in buildRecordForGlobalizedVars()
2898 C.getConstantArrayType(C.VoidPtrTy, ArraySize, nullptr, ArrayType::Normal, in emitReduction()
H A DCGAtomic.cpp105 C.getConstantArrayType(C.CharTy, Size, nullptr, ArrayType::Normal, in AtomicInfo()
H A DCGDebugInfo.cpp3751 T = CGM.getContext().getConstantArrayType(ET, ConstVal, nullptr, in collectVarDeclProps()
4424 FType = CGM.getContext().getConstantArrayType( in EmitTypeForVarWithBlocksAttr()
H A DCGStmtOpenMP.cpp5031 QualType BaseAndPointerAndMapperType = getContext().getConstantArrayType( in EmitOMPTargetTaskBasedDirective()
5038 QualType SizesType = getContext().getConstantArrayType( in EmitOMPTargetTaskBasedDirective()
H A DCodeGenModule.cpp5813 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp216 DeclT = S.Context.getConstantArrayType(IAT->getElementType(), in CheckStringInit()
1995 DeclType = SemaRef.Context.getConstantArrayType( in CheckArrayType()
3946 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction()
5376 ResultType = S.Context.getConstantArrayType( in TryOrBuildParenListInitialization()
9090 *ResultType = S.Context.getConstantArrayType( in Perform()
9358 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit()
H A DSema.cpp1312 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), One, in ActOnEndOfTranslationUnit()
H A DSemaExprCXX.cpp2381 InitType = Context.getConstantArrayType( in BuildCXXNew()
6846 return Ctx.getConstantArrayType(T, CAT->getSize(), nullptr, in FindCompositePointerType()
H A DSemaType.cpp2623 T = Context.getConstantArrayType(T, ConstVal, ArraySize, ASM, Quals); in BuildArrayType()
7188 return C.getConstantArrayType(New, CAT->getSize(), CAT->getSizeExpr(), in wrap()
H A DSemaExprObjC.cpp71 QualType StrTy = Context.getConstantArrayType( in ParseObjCStringLiteral()
H A DSemaExpr.cpp3565 ResTy = Context.getConstantArrayType(ResTy, LengthI, nullptr, in BuildPredefinedExpr()
3572 ResTy = Context.getConstantArrayType(ResTy, LengthI, nullptr, in BuildPredefinedExpr()
3838 QualType StrTy = Context.getConstantArrayType( in ActOnNumericConstant()
H A DSemaOverload.cpp5220 ContTy = S.Context.getConstantArrayType(InitTy, Size, nullptr, in TryListConversion()
H A DSemaDecl.cpp6513 QualType FoldedArrayType = Context.getConstantArrayType( in TryToFixInvalidVariablyModifiedType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2293 return GetType(ast.getConstantArrayType( in CreateArrayType()
4303 return GetType(ast_ctx.getConstantArrayType( in GetArrayType()
4328 qual_type = ast->getConstantArrayType( in GetFullyUnqualifiedType_Impl()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp500 QualType StrType = Context->getConstantArrayType( in getStringLiteral()
H A DRewriteModernObjC.cpp601 QualType StrType = Context->getConstantArrayType( in getStringLiteral()

12