Searched refs:PassAlignment (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1114 bool PassAlignment = false; in makeNewAndDeleteExpr() local 1159 /*isArray*/ false, PassAlignment, PlacementArgs, in makeNewAndDeleteExpr() 1170 /*isArray*/ false, PassAlignment, PlacementArgs, in makeNewAndDeleteExpr() 1181 /*isArray*/ false, PassAlignment, PlacementArgs, in makeNewAndDeleteExpr() 1198 /*isArray*/ false, PassAlignment, PlacementArgs, in makeNewAndDeleteExpr()
|
| H A D | SemaExprCXX.cpp | 2055 bool PassAlignment = getLangOpts().AlignedAllocation && in BuildCXXNew() local 2086 PassAlignment ? 2 : 1, PlacementArgs, in BuildCXXNew() 2100 if (PlacementArgs.empty() && !PassAlignment && in BuildCXXNew() 2190 PassAlignment, UsualArrayDeleteWantsSize, in BuildCXXNew() 2237 bool &PassAlignment, FunctionDecl *&Operator, in resolveAllocationOverload() argument 2279 if (PassAlignment) { in resolveAllocationOverload() 2280 PassAlignment = false; in resolveAllocationOverload() 2283 return resolveAllocationOverload(S, R, Range, Args, PassAlignment, in resolveAllocationOverload() 2373 AllocArgs.reserve((PassAlignment ? 2 : 1) + PlaceArgs.size()); in FindAllocationFunctions() 2386 if (PassAlignment) { in FindAllocationFunctions() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 5239 bool &PassAlignment, MultiExprArg PlaceArgs,
|