Searched refs:AlignValT (Results 1 – 2 of 2) sorted by relevance
1648 QualType AlignValT = sizeType; in EmitCXXNewExpr() local1650 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()1652 AlignValT->castAs<EnumType>()->getDecl()->getIntegerType(), in EmitCXXNewExpr()1662 AlignValT); in EmitCXXNewExpr()
2395 QualType AlignValT = in BuildCXXNew() local2402 ImplicitCastExpr DesiredAlignment(ImplicitCastExpr::OnStack, AlignValT, in BuildCXXNew()2727 QualType AlignValT = Context.VoidTy; in FindAllocationFunctions() local2730 AlignValT = Context.getTypeDeclType(getStdAlignValT()); in FindAllocationFunctions()2732 CXXScalarValueInitExpr Align(AlignValT, nullptr, SourceLocation()); in FindAllocationFunctions()3076 auto *AlignValT = EnumDecl::Create( in DeclareGlobalNewDelete() local3083 AlignValT->setModuleOwnershipKind( in DeclareGlobalNewDelete()3085 AlignValT->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()3088 AlignValT->setIntegerType(Context.getSizeType()); in DeclareGlobalNewDelete()3089 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()[all …]