Home
last modified time | relevance | path

Searched defs:PassAlignment (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1470 bool PassAlignment = S.getLangOpts().CoroAlignedAllocation; makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2284 bool PassAlignment = getLangOpts().AlignedAllocation && BuildCXXNew() local
2527 resolveAllocationOverload(Sema & S,LookupResult & R,SourceRange Range,SmallVectorImpl<Expr * > & Args,bool & PassAlignment,FunctionDecl * & Operator,OverloadCandidateSet * AlignedCandidates,Expr * AlignArg,bool Diagnose) resolveAllocationOverload() argument
2675 FindAllocationFunctions(SourceLocation StartLoc,SourceRange Range,AllocationFunctionScope NewScope,AllocationFunctionScope DeleteScope,QualType AllocType,bool IsArray,bool & PassAlignment,MultiExprArg PlaceArgs,FunctionDecl * & OperatorNew,FunctionDecl * & OperatorDelete,bool Diagnose) FindAllocationFunctions() argument
[all...]