Home
last modified time | relevance | path

Searched refs:AlignValT (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1649 QualType AlignValT = sizeType; in EmitCXXNewExpr() local
1651 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1653 AlignValT->castAs<EnumType>()->getDecl()->getIntegerType(), in EmitCXXNewExpr()
1663 AlignValT); in EmitCXXNewExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2364 QualType AlignValT = in BuildCXXNew() local
2702 QualType AlignValT = Context.VoidTy; in FindAllocationFunctions() local
2705 AlignValT = Context.getTypeDeclType(getStdAlignValT()); in FindAllocationFunctions()
2707 CXXScalarValueInitExpr Align(AlignValT, nullptr, SourceLocation()); in FindAllocationFunctions()
3074 auto *AlignValT = EnumDecl::Create( in DeclareGlobalNewDelete() local
3081 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 …]