Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1687 QualType AlignValT = sizeType; in EmitCXXNewExpr() local
1689 AlignValT = allocatorType->getParamType(IndexOfAlignArg); in EmitCXXNewExpr()
1691 AlignValT->castAs<EnumType>()->getDecl()->getIntegerType(), in EmitCXXNewExpr()
1701 AlignValT); in EmitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2510 QualType AlignValT = in BuildCXXNew() local
2517 ImplicitCastExpr DesiredAlignment(ImplicitCastExpr::OnStack, AlignValT, in BuildCXXNew()
2967 QualType AlignValT = Context.VoidTy; in FindAllocationFunctions() local
2972 AlignValT = Context.getTypeDeclType(getStdAlignValT()); in FindAllocationFunctions()
2974 CXXScalarValueInitExpr Align(AlignValT, nullptr, SourceLocation()); in FindAllocationFunctions()
3390 auto *AlignValT = EnumDecl::Create( in DeclareGlobalNewDelete() local
3397 AlignValT->setModuleOwnershipKind( in DeclareGlobalNewDelete()
3399 AlignValT->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()
3402 AlignValT->setIntegerType(Context.getSizeType()); in DeclareGlobalNewDelete()
3403 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()
[all …]