Searched refs:AllocAlign (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1405 CharUnits AllocAlign; member in class:__anon1716::final
1419 CharUnits AllocAlign)
1423 AllocAlign(AllocAlign) {}
1464 CGF.SizeTy, AllocAlign.getQuantity())),
1485 CharUnits AllocAlign,
1508 AllocAlign);
1539 AllocAlign);
1416 CallDeleteDuringNew(size_t NumPlacementArgs, const FunctionDecl *OperatorDelete, ValueTy Ptr, ValueTy AllocSize, bool PassAlignmentToPlacementDelete, CharUnits AllocAlign) argument
1481 EnterNewDeleteCleanup(CodeGenFunction &CGF, const CXXNewExpr *E, Address NewPtr, llvm::Value *AllocSize, CharUnits AllocAlign, const CallArgList &NewArgs) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp556 if (const auto *AllocAlign = dyn_cast<AllocAlignAttr>(TmplAttr)) {
557 instantiateDependentAllocAlignAttr(*this, TemplateArgs, AllocAlign, New);

Completed in 169 milliseconds