Searched defs:AllocAlign (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1435 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 D | SemaTemplateInstantiateDecl.cpp | 767 if (const auto *AllocAlign = dyn_cast<AllocAlignAttr>(TmplAttr)) { InstantiateAttrs() local
|