Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1134 alignedAllocationModeFromBool(Overaligned), SizedDeallocationMode::Yes}; in findDeleteForPromise()
1448 alignedAllocationModeFromBool(S.getLangOpts().CoroAlignedAllocation)); in makeNewAndDeleteExpr()
1466 alignedAllocationModeFromBool(ShouldUseAlignedAlloc)); in makeNewAndDeleteExpr()
H A DSemaExprCXX.cpp2000 alignedAllocationModeFromBool(hasNewExtendedAlignment(S, allocType)), in doesUsualArrayDeleteWantSize()
2420 alignedAllocationModeFromBool(getLangOpts().AlignedAllocation && in BuildCXXNew()
3214 alignedAllocationModeFromBool( in FindAllocationFunctions()
3612 IDP.PassAlignment = alignedAllocationModeFromBool( in FindDeallocationFunctionForDestructor()
4129 alignedAllocationModeFromBool(Overaligned), in ActOnCXXDelete()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2257 inline AlignedAllocationMode alignedAllocationModeFromBool(bool IsAligned) { in alignedAllocationModeFromBool() function
2546 alignedAllocationModeFromBool(CXXNewExprBits.ShouldPassAlignment)}; in implicitAllocationParameters()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1502 alignedAllocationModeFromBool(PassAlignmentToPlacementDelete); in Emit()