Searched refs:n_arg (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/isl/
H A Disl_ast_private.h26 unsigned n_arg; member in struct:isl_ast_expr::__anon1559::__anon1560
39 enum isl_ast_op_type op, int n_arg);
H A Disl_ast.c164 expr->u.op.op, expr->u.op.n_arg);
167 for (i = 0; i < expr->u.op.n_arg; ++i)
212 for (i = 0; i < expr->u.op.n_arg; ++i)
284 return expr->u.op.n_arg;
295 if (pos < 0 || pos >= expr->u.op.n_arg)
313 if (pos < 0 || pos >= expr->u.op.n_arg)
327 * with "n_arg" as yet unspecified arguments.
330 enum isl_ast_op_type op, int n_arg)
343 expr->u.op.n_arg = n_arg;
329 isl_ast_expr_alloc_op(isl_ctx *ctx, enum isl_ast_op_type op, int n_arg) argument
[all...]
H A Disl_arg.c1133 static int n_arg(struct isl_arg *arg) function
1136 int n_arg = 0; local
1140 n_arg++;
1142 return n_arg;
1175 n = n_arg(args->args);
/haiku-buildtools/isl/interface/
H A Dpython.cc201 unsigned n_arg = fn->getNumArgs(); local
205 for (int i = 0; i < n_arg - 1; ++i) {
212 for (int i = 0; i < n_arg; ++i) {
218 for (int i = 0; i < n_arg - 1; ++i) {
226 for (int i = 0; i < n_arg - 1; ++i) {
/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c477 int n_arg; member in struct:conversion_info
659 arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to) argument
663 r->u.conversion.n_arg = n_arg - adjust;
670 bad_arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to) argument
674 r->u.bad_conversion.n_arg = n_arg - adjust;
684 r->u.conversion.n_arg = 0;
694 r->u.conversion.n_arg = 0;
3298 if (info->n_arg
[all...]

Completed in 412 milliseconds