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.cpp1648 QualType AlignValT = sizeType; in EmitCXXNewExpr() local
1650 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1652 AlignValT->castAs<EnumType>()->getDecl()->getIntegerType(), in EmitCXXNewExpr()
1662 AlignValT); in EmitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2395 QualType AlignValT = in BuildCXXNew() local
2402 ImplicitCastExpr DesiredAlignment(ImplicitCastExpr::OnStack, AlignValT, in BuildCXXNew()
2727 QualType AlignValT = Context.VoidTy; in FindAllocationFunctions() local
2730 AlignValT = Context.getTypeDeclType(getStdAlignValT()); in FindAllocationFunctions()
2732 CXXScalarValueInitExpr Align(AlignValT, nullptr, SourceLocation()); in FindAllocationFunctions()
3076 auto *AlignValT = EnumDecl::Create( in DeclareGlobalNewDelete() local
3083 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 …]