Home
last modified time | relevance | path

Searched defs:AllocAlign (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1435 CharUnits AllocAlign; global() member in __anon84c59e6d0411::CallDeleteDuringNew
1449 CallDeleteDuringNew(size_t NumPlacementArgs,const FunctionDecl * OperatorDelete,ValueTy Ptr,ValueTy AllocSize,bool PassAlignmentToPlacementDelete,CharUnits AllocAlign) CallDeleteDuringNew() argument
1515 EnterNewDeleteCleanup(CodeGenFunction & CGF,const CXXNewExpr * E,Address NewPtr,llvm::Value * AllocSize,CharUnits AllocAlign,const CallArgList & NewArgs) EnterNewDeleteCleanup() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp767 if (const auto *AllocAlign = dyn_cast<AllocAlignAttr>(TmplAttr)) { InstantiateAttrs() local