Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp1623 QualType AlignValT = sizeType; in EmitCXXNewExpr() local
1625 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1627 AlignValT->castAs<EnumType>()->getDecl()->getIntegerType(), in EmitCXXNewExpr()
1637 AlignValT); in EmitCXXNewExpr()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp2324 QualType AlignValT = in BuildCXXNew() local
2662 QualType AlignValT = Context.VoidTy; in FindAllocationFunctions() local
2665 AlignValT = Context.getTypeDeclType(getStdAlignValT()); in FindAllocationFunctions()
2667 CXXScalarValueInitExpr Align(AlignValT, nullptr, SourceLocation()); in FindAllocationFunctions()
3035 auto *AlignValT = EnumDecl::Create( in DeclareGlobalNewDelete() local
3042 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 …]