Searched refs:AlignValT (Results 1 – 2 of 2) sorted by relevance
1623 QualType AlignValT = sizeType; in EmitCXXNewExpr() local1625 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()1627 AlignValT->castAs<EnumType>()->getDecl()->getIntegerType(), in EmitCXXNewExpr()1637 AlignValT); in EmitCXXNewExpr()
2324 QualType AlignValT = in BuildCXXNew() local2662 QualType AlignValT = Context.VoidTy; in FindAllocationFunctions() local2665 AlignValT = Context.getTypeDeclType(getStdAlignValT()); in FindAllocationFunctions()2667 CXXScalarValueInitExpr Align(AlignValT, nullptr, SourceLocation()); in FindAllocationFunctions()3035 auto *AlignValT = EnumDecl::Create( in DeclareGlobalNewDelete() local3042 AlignValT->setModuleOwnershipKind( in DeclareGlobalNewDelete()3044 AlignValT->setLocalOwningModule(GlobalModuleFragment); in DeclareGlobalNewDelete()3047 AlignValT->setIntegerType(Context.getSizeType()); in DeclareGlobalNewDelete()3048 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()3049 AlignValT->setImplicit(true); in DeclareGlobalNewDelete()[all …]