Searched refs:AlignValT (Results 1 – 2 of 2) sorted by relevance
1649 QualType AlignValT = sizeType; in EmitCXXNewExpr() local1651 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()1653 AlignValT->castAs<EnumType>()->getDecl()->getIntegerType(), in EmitCXXNewExpr()1663 AlignValT); in EmitCXXNewExpr()
2364 QualType AlignValT = in BuildCXXNew() local2702 QualType AlignValT = Context.VoidTy; in FindAllocationFunctions() local2705 AlignValT = Context.getTypeDeclType(getStdAlignValT()); in FindAllocationFunctions()2707 CXXScalarValueInitExpr Align(AlignValT, nullptr, SourceLocation()); in FindAllocationFunctions()3074 auto *AlignValT = EnumDecl::Create( in DeclareGlobalNewDelete() local3081 AlignValT->setModuleOwnershipKind( in DeclareGlobalNewDelete()3083 AlignValT->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()3086 AlignValT->setIntegerType(Context.getSizeType()); in DeclareGlobalNewDelete()3087 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()3088 AlignValT->setImplicit(true); in DeclareGlobalNewDelete()[all …]