Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp1114 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 DSemaExprCXX.cpp2055 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 DSema.h5239 bool &PassAlignment, MultiExprArg PlaceArgs,