Searched refs:PassAlignment (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A 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()
|
| H A D | SemaExprCXX.cpp | 2184 bool PassAlignment = getLangOpts().AlignedAllocation && in BuildCXXNew() local 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() 2590 AllocArgs.reserve((PassAlignment ? 2 : 1) + PlaceArgs.size()); in FindAllocationFunctions() 2603 if (PassAlignment) { in FindAllocationFunctions() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6321 bool &PassAlignment, MultiExprArg PlaceArgs,
|