Searched refs:isAlignedAllocation (Results 1 – 6 of 6) sorted by relevance
1471 isAlignedAllocation(IAP.PassAlignment)), in CallDeleteDuringNew()1523 if (isAlignedAllocation(Params.Alignment)) in Emit()1686 if (isAlignedAllocation(IAP.PassAlignment)) { in EmitCXXNewExpr()1889 if (isAlignedAllocation(Params.Alignment)) { in EmitDeleteCall()
1500 !isAlignedAllocation(IAP.PassAlignment))) in makeNewAndDeleteExpr()1525 if (!OperatorNew || !isAlignedAllocation(IAP.PassAlignment)) { in makeNewAndDeleteExpr()1631 isAlignedAllocation(IAP.PassAlignment)) in makeNewAndDeleteExpr()
2461 if (isAlignedAllocation(IAP.PassAlignment)) in BuildCXXNew()2527 if (isAlignedAllocation(IAP.PassAlignment)) in BuildCXXNew()2538 if (PlacementArgs.empty() && !isAlignedAllocation(IAP.PassAlignment) && in BuildCXXNew()2722 if (isAlignedAllocation(PassAlignment)) { in resolveAllocationOverloadInterior()2878 if (isAlignedAllocation(IAP.PassAlignment)) in resolveAllocationOverload()2968 bool IncludeAlignParam = isAlignedAllocation(IAP.PassAlignment) || in FindAllocationFunctions()3632 if (!isAlignedAllocation(IDP.PassAlignment) && in FindDeallocationFunction()
2253 inline bool isAlignedAllocation(AlignedAllocationMode Mode) { in isAlignedAllocation() function2288 if (isAlignedAllocation(PassAlignment)) in getNumImplicitArgs()2318 if (isAlignedAllocation(PassAlignment)) in getNumImplicitArgs()
249 CXXNewExprBits.ShouldPassAlignment = isAlignedAllocation(IAP.PassAlignment); in CXXNewExpr()
1937 Record.push_back(isAlignedAllocation(IAP.PassAlignment)); in VisitCXXNewExpr()