Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1609 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1626 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1627 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1643 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1647 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()