Searched refs:allocatorType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCXXExpr.cpp | 298 const FunctionProtoType *allocatorType = in emitCXXNewExpr() local 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 | 1662 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local 1667 QualType SpecializedTypeIdentity = allocatorType->getParamType(0); in EmitCXXNewExpr() 1688 if (allocatorType->getNumParams() > IndexOfAlignArg) { in EmitCXXNewExpr() 1689 AlignValT = allocatorType->getParamType(IndexOfAlignArg); in EmitCXXNewExpr() 1705 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr() 1709 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
|