Home
last modified time | relevance | path

Searched refs:AllocAlign (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp1405 CharUnits AllocAlign; member in __anon97c50e6a0411::CallDeleteDuringNew
1419 CharUnits AllocAlign) in CallDeleteDuringNew() argument
1423 AllocAlign(AllocAlign) {} in CallDeleteDuringNew()
1464 CGF.SizeTy, AllocAlign.getQuantity())), in Emit()
1485 CharUnits AllocAlign, in EnterNewDeleteCleanup() argument
1508 AllocAlign); in EnterNewDeleteCleanup()
1539 AllocAlign); in EnterNewDeleteCleanup()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp607 if (const auto *AllocAlign = dyn_cast<AllocAlignAttr>(TmplAttr)) { in InstantiateAttrs() local
608 instantiateDependentAllocAlignAttr(*this, TemplateArgs, AllocAlign, New); in InstantiateAttrs()
/external/llvm-project/clang/include/clang/Basic/
DAttr.td1841 def AllocAlign : InheritableAttr {