Searched refs:allocatorArgs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1609 CallArgList allocatorArgs; in EmitCXXNewExpr() local 1627 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr() 1628 allocatorArgs.add(RValue::get(allocation, *this), arg->getType()); in EmitCXXNewExpr() 1638 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr() 1660 allocatorArgs.add( in EmitCXXNewExpr() 1666 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr() 1670 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr() 1728 allocatorArgs); in EmitCXXNewExpr()
|