Searched refs:PassAlignment (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1365 bool PassAlignment = S.getLangOpts().CoroAlignedAllocation; in makeNewAndDeleteExpr() local 1379 PassAlignment = !ForceNonAligned && S.getLangOpts().CoroAlignedAllocation; in makeNewAndDeleteExpr() 1383 /*isArray*/ false, PassAlignment, in makeNewAndDeleteExpr() 1411 (S.getLangOpts().CoroAlignedAllocation && !PassAlignment)) in makeNewAndDeleteExpr() 1436 if (!OperatorNew || !PassAlignment) { in makeNewAndDeleteExpr() 1531 if (S.getLangOpts().CoroAlignedAllocation && PassAlignment) in makeNewAndDeleteExpr()
|
| H A D | SemaExprCXX.cpp | 2247 bool PassAlignment = getLangOpts().AlignedAllocation && in BuildCXXNew() local 2255 AllocType, ArraySize.has_value(), PassAlignment, PlacementArgs, in BuildCXXNew() 2276 unsigned NumImplicitArgs = PassAlignment ? 2 : 1; in BuildCXXNew() 2341 if (PassAlignment) in BuildCXXNew() 2352 if (PlacementArgs.empty() && !PassAlignment && in BuildCXXNew() 2438 PassAlignment, UsualArrayDeleteWantsSize, in BuildCXXNew() 2486 bool &PassAlignment, FunctionDecl *&Operator, in resolveAllocationOverload() argument 2528 if (PassAlignment) { in resolveAllocationOverload() 2529 PassAlignment = false; in resolveAllocationOverload() 2532 return resolveAllocationOverload(S, R, Range, Args, PassAlignment, in resolveAllocationOverload() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 6762 bool &PassAlignment, MultiExprArg PlaceArgs,
|