Home
last modified time | relevance | path

Searched refs:PassAlignment (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1380 bool PassAlignment = S.getLangOpts().CoroAlignedAllocation; in makeNewAndDeleteExpr() local
1394 PassAlignment = !ForceNonAligned && S.getLangOpts().CoroAlignedAllocation; in makeNewAndDeleteExpr()
1398 /*isArray*/ false, PassAlignment, in makeNewAndDeleteExpr()
1426 (S.getLangOpts().CoroAlignedAllocation && !PassAlignment)) in makeNewAndDeleteExpr()
1451 if (!OperatorNew || !PassAlignment) { in makeNewAndDeleteExpr()
1546 if (S.getLangOpts().CoroAlignedAllocation && PassAlignment) in makeNewAndDeleteExpr()
H A DSemaExprCXX.cpp2315 bool PassAlignment = getLangOpts().AlignedAllocation && in BuildCXXNew() local
2326 AllocType, ArraySize.has_value(), PassAlignment, PlacementArgs, in BuildCXXNew()
2347 unsigned NumImplicitArgs = PassAlignment ? 2 : 1; in BuildCXXNew()
2412 if (PassAlignment) in BuildCXXNew()
2423 if (PlacementArgs.empty() && !PassAlignment && in BuildCXXNew()
2510 PassAlignment, UsualArrayDeleteWantsSize, in BuildCXXNew()
2556 bool &PassAlignment, FunctionDecl *&Operator, in resolveAllocationOverload() argument
2598 if (PassAlignment) { in resolveAllocationOverload()
2599 PassAlignment = false; in resolveAllocationOverload()
2602 return resolveAllocationOverload(S, R, Range, Args, PassAlignment, in resolveAllocationOverload()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8189 bool &PassAlignment, MultiExprArg PlaceArgs,