Lines Matching defs:PassAlignment
2331 bool PassAlignment = getLangOpts().AlignedAllocation &&
2342 AllocType, ArraySize.has_value(), PassAlignment, PlacementArgs,
2363 unsigned NumImplicitArgs = PassAlignment ? 2 : 1;
2428 if (PassAlignment)
2439 if (PlacementArgs.empty() && !PassAlignment &&
2526 PassAlignment, UsualArrayDeleteWantsSize,
2572 bool &PassAlignment, FunctionDecl *&Operator,
2614 if (PassAlignment) {
2615 PassAlignment = false;
2618 return resolveAllocationOverload(S, R, Range, Args, PassAlignment,
2635 return resolveAllocationOverload(S, R, Range, Args, PassAlignment,
2716 bool &PassAlignment, MultiExprArg PlaceArgs,
2731 AllocArgs.reserve((PassAlignment ? 2 : 1) + PlaceArgs.size());
2744 if (PassAlignment) {
2749 if (PassAlignment)
2807 if (resolveAllocationOverload(*this, R, Range, AllocArgs, PassAlignment,