Searched refs:PassAlignment (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaCoroutine.cpp | 1233 bool PassAlignment = false; in makeNewAndDeleteExpr() local 1278 /*isArray*/ false, PassAlignment, PlacementArgs, in makeNewAndDeleteExpr() 1289 /*isArray*/ false, PassAlignment, PlacementArgs, in makeNewAndDeleteExpr() 1300 /*isArray*/ false, PassAlignment, PlacementArgs, in makeNewAndDeleteExpr() 1317 /*isArray*/ false, PassAlignment, PlacementArgs, in makeNewAndDeleteExpr()
|
| D | SemaExprCXX.cpp | 2184 bool PassAlignment = getLangOpts().AlignedAllocation && in BuildCXXNew() local 2192 AllocType, ArraySize.hasValue(), PassAlignment, PlacementArgs, in BuildCXXNew() 2213 unsigned NumImplicitArgs = PassAlignment ? 2 : 1; in BuildCXXNew() 2279 if (PassAlignment) in BuildCXXNew() 2290 if (PlacementArgs.empty() && !PassAlignment && in BuildCXXNew() 2379 PassAlignment, UsualArrayDeleteWantsSize, in BuildCXXNew() 2427 bool &PassAlignment, FunctionDecl *&Operator, in resolveAllocationOverload() argument 2469 if (PassAlignment) { in resolveAllocationOverload() 2470 PassAlignment = false; in resolveAllocationOverload() 2473 return resolveAllocationOverload(S, R, Range, Args, PassAlignment, in resolveAllocationOverload() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 6324 bool &PassAlignment, MultiExprArg PlaceArgs,
|