Searched refs:allocatorArgs (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCXXExpr.cpp | 293 CallArgList allocatorArgs; in emitCXXNewExpr() local 304 allocatorArgs.add(RValue::get(allocSize), sizeType); in emitCXXNewExpr() 318 emitCallArgs(allocatorArgs, allocatorType, e->placement_arguments(), in emitCXXNewExpr() 321 emitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in emitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1638 CallArgList allocatorArgs; in EmitCXXNewExpr() local 1657 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr() 1658 allocatorArgs.add(RValue::get(allocation, *this), arg->getType()); in EmitCXXNewExpr() 1671 allocatorArgs.add(TypeIdentityArg, SpecializedTypeIdentity); in EmitCXXNewExpr() 1677 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr() 1699 allocatorArgs.add( in EmitCXXNewExpr() 1705 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr() 1709 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr() 1767 allocAlign, allocatorArgs); in EmitCXXNewExpr()
|