Home
last modified time | relevance | path

Searched refs:AlignedAllocationMode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2251 enum class AlignedAllocationMode : unsigned { No, Yes }; enum
2253 inline bool isAlignedAllocation(AlignedAllocationMode Mode) { in isAlignedAllocation()
2254 return Mode == AlignedAllocationMode::Yes; in isAlignedAllocation()
2257 inline AlignedAllocationMode alignedAllocationModeFromBool(bool IsAligned) { in alignedAllocationModeFromBool()
2258 return IsAligned ? AlignedAllocationMode::Yes : AlignedAllocationMode::No; in alignedAllocationModeFromBool()
2274 AlignedAllocationMode PassAlignment) in ImplicitAllocationParameters()
2280 explicit ImplicitAllocationParameters(AlignedAllocationMode PassAlignment) in ImplicitAllocationParameters()
2295 AlignedAllocationMode PassAlignment;
2301 AlignedAllocationMode PassAlignment, in ImplicitDeallocationParameters()
2309 ImplicitDeallocationParameters(AlignedAllocationMode PassAlignment, in ImplicitDeallocationParameters()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1385 AlignedAllocationMode Alignment = AlignedAllocationMode::No;
1422 Params.Alignment = AlignedAllocationMode::Yes; in getUsualDeleteParams()
1447 LLVM_PREFERRED_TYPE(AlignedAllocationMode)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1748 IDP(AlignedAllocationMode::No, SizedDeallocationMode::No) {} in UsualDeallocFnInfo()
1754 AlignedAllocationMode::No, SizedDeallocationMode::No}), in UsualDeallocFnInfo()
1812 IDP.PassAlignment = AlignedAllocationMode::Yes;
2671 SmallVectorImpl<Expr *> &Args, AlignedAllocationMode &PassAlignment, in resolveAllocationOverloadInterior()
2723 PassAlignment = AlignedAllocationMode::No; in resolveAllocationOverloadInterior()
2882 AlignedAllocationMode InitialAlignmentMode = IAP.PassAlignment; in resolveAllocationOverload()
2883 IAP.PassAlignment = AlignedAllocationMode::Yes; in resolveAllocationOverload()
3602 AlignedAllocationMode::No, SizedDeallocationMode::No}; in FindDeallocationFunctionForDestructor()
3634 IDP.PassAlignment = AlignedAllocationMode::Yes; in FindDeallocationFunction()
4073 AlignedAllocationMode::No, SizedDeallocationMode::No}; in ActOnCXXDelete()
H A DSemaDeclCXX.cpp9920 AlignedAllocationMode::No, SizedDeallocationMode::No}; in ShouldDeleteSpecialMember()