Home
last modified time | relevance | path

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

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/nodeipam/
H A Dnode_ipam_controller.go53 allocatorType ipam.CIDRAllocatorType member
82 allocatorType ipam.CIDRAllocatorType) (*Controller, error) {
102 if allocatorType != ipam.CloudAllocatorType {
122 allocatorType: allocatorType,
126 …if ic.allocatorType == ipam.IPAMFromClusterAllocatorType || ic.allocatorType == ipam.IPAMFromCloud…
138 …ic.cidrAllocator, err = ipam.New(kubeClient, cloud, nodeInformer, ic.allocatorType, allocatorParam…
161 …if nc.allocatorType != ipam.IPAMFromClusterAllocatorType && nc.allocatorType != ipam.IPAMFromCloud…
H A Dnode_ipam_controller_test.go39 …*net.IPNet, secondaryServiceCIDR *net.IPNet, nodeCIDRMaskSizes []int, allocatorType ipam.CIDRAlloc…
58 clusterCIDR, serviceCIDR, secondaryServiceCIDR, nodeCIDRMaskSizes, allocatorType,
72 allocatorType ipam.CIDRAllocatorType
97 …ontroller(clusterCidrs, serviceCIDRIpNet, secondaryServiceCIDRIpNet, tc.maskSize, tc.allocatorType)
113 …%t ; wantFatal = %t", clusterCidrs, serviceCIDRIpNet, tc.maskSize, tc.allocatorType, gotFatal, tc.…
H A Dlegacyprovider.go47 switch ic.allocatorType {
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/nodeipam/ipam/
H A Dcidr_allocator.go110 …, cloud cloudprovider.Interface, nodeInformer informers.NodeInformer, allocatorType CIDRAllocatorT…
116 switch allocatorType {
122 return nil, fmt.Errorf("invalid CIDR allocator type: %v", allocatorType)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGExprCXX.cpp1608 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1625 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1626 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1642 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1646 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp1601 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1618 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1619 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1635 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1639 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExprCXX.cpp1601 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1618 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1619 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1635 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1639 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1589 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1606 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1607 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1623 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1627 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGExprCXX.cpp1626 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1643 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1644 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1660 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1664 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1600 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1617 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1618 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1634 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1638 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1601 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1618 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1619 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1635 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1639 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/lang/rust/rustc-1.58.1-src/src/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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExprCXX.cpp1601 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1618 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1619 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1635 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1639 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1600 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1617 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1618 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1634 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1638 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/devel/llvm13/llvm-project-13.0.1.src/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()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1600 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1617 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1618 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1634 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1638 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1598 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local
1615 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()
1616 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()
1632 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()
1636 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()
/dports/lang/clang-mesa/clang-13.0.1.src/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()