Home
last modified time | relevance | path

Searched refs:arity (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Doperators.def51 The arity of the operator, or -1 if any arity is allowed. (As
Dlex.c267 oni->arity = ARITY; in init_operators()
Ddecl.c13199 int arity; local
13202 for (argtype = argtypes, arity = 0;
13205 ++arity;
13369 if (arity == 1)
13373 else if (arity == 2)
13461 if (arity != 1)
13471 if (arity != 2)
13490 && arity == 2
Dmangle.c1999 if (operator_name_info[i].arity == 2)
Dcp-tree.h3595 int arity; member
DChangeLog2603 * cp-tree.h (operator_name_info_t): Add arity.
/openbsd/src/gnu/gcc/gcc/cp/
Doperators.def51 The arity of the operator, or -1 if any arity is allowed. (As
Dlex.c121 oni->arity = ARITY; in init_operators()
Ddecl.c9196 int arity; in grok_op_properties() local
9201 for (argtype = argtypes, arity = 0; in grok_op_properties()
9204 ++arity; in grok_op_properties()
9392 if (arity == 1) in grok_op_properties()
9396 else if (arity == 2) in grok_op_properties()
9485 if (arity != 1) in grok_op_properties()
9496 if (arity != 2) in grok_op_properties()
9516 && arity == 2 in grok_op_properties()
Dmangle.c2113 if (operator_name_info[i].arity == 2) in write_expression()
Dcp-tree.h3599 int arity; member
DChangeLog-20021192 * cp-tree.h (operator_name_info_t): Add arity.
DChangeLog6265 arity - in case of a static member or an operator that cannot
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lang.c1463 int arity; in ada_type_of_array() local
1468 arity = ada_array_arity (VALUE_TYPE (arr)); in ada_type_of_array()
1470 if (elt_type == NULL || arity == 0) in ada_type_of_array()
1476 while (arity > 0) in ada_type_of_array()
1480 struct value *low = desc_one_bound (descriptor, arity, 0); in ada_type_of_array()
1481 struct value *high = desc_one_bound (descriptor, arity, 1); in ada_type_of_array()
1482 arity -= 1; in ada_type_of_array()
1705 value_subscript_packed (struct value *arr, int arity, struct value **ind) in value_subscript_packed() argument
1716 for (i = 0; i < arity; i += 1) in value_subscript_packed()
2052 ada_value_subscript (struct value *arr, int arity, struct value **ind) in ada_value_subscript() argument
[all …]
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dalpha.c6618 int arity; in alpha_expand_builtin() local
6629 for (arglist = TREE_OPERAND (exp, 1), arity = 0; in alpha_expand_builtin()
6631 arglist = TREE_CHAIN (arglist), arity++) in alpha_expand_builtin()
6638 if (arity > MAX_ARGS) in alpha_expand_builtin()
6641 insn_op = &insn_data[icode].operand[arity + nonvoid]; in alpha_expand_builtin()
6643 op[arity] = expand_expr (arg, NULL_RTX, insn_op->mode, 0); in alpha_expand_builtin()
6645 if (!(*insn_op->predicate) (op[arity], insn_op->mode)) in alpha_expand_builtin()
6646 op[arity] = copy_to_mode_reg (insn_op->mode, op[arity]); in alpha_expand_builtin()
6658 switch (arity) in alpha_expand_builtin()
7037 long op_const = 0, arity = 0; in alpha_fold_builtin() local
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/s390/
Ds390.c6100 int arity; local
6111 for (arglist = TREE_OPERAND (exp, 1), arity = 0;
6113 arglist = TREE_CHAIN (arglist), arity++)
6120 if (arity > MAX_ARGS)
6123 insn_op = &insn_data[icode].operand[arity + nonvoid];
6125 op[arity] = expand_expr (arg, NULL_RTX, insn_op->mode, 0);
6127 if (!(*insn_op->predicate) (op[arity], insn_op->mode))
6128 op[arity] = copy_to_mode_reg (insn_op->mode, op[arity]);
6140 switch (arity)
/openbsd/src/gnu/gcc/gcc/config/s390/
Ds390.c8220 int arity; in s390_expand_builtin() local
8231 for (arglist = TREE_OPERAND (exp, 1), arity = 0; in s390_expand_builtin()
8233 arglist = TREE_CHAIN (arglist), arity++) in s390_expand_builtin()
8240 if (arity > MAX_ARGS) in s390_expand_builtin()
8243 insn_op = &insn_data[icode].operand[arity + nonvoid]; in s390_expand_builtin()
8245 op[arity] = expand_expr (arg, NULL_RTX, insn_op->mode, 0); in s390_expand_builtin()
8247 if (!(*insn_op->predicate) (op[arity], insn_op->mode)) in s390_expand_builtin()
8248 op[arity] = copy_to_mode_reg (insn_op->mode, op[arity]); in s390_expand_builtin()
8260 switch (arity) in s390_expand_builtin()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dalpha.c6641 int arity; local
6652 for (arglist = TREE_OPERAND (exp, 1), arity = 0;
6654 arglist = TREE_CHAIN (arglist), arity++)
6661 if (arity > MAX_ARGS)
6664 insn_op = &insn_data[icode].operand[arity + nonvoid];
6666 op[arity] = expand_expr (arg, NULL_RTX, insn_op->mode, 0);
6668 if (!(*insn_op->predicate) (op[arity], insn_op->mode))
6669 op[arity] = copy_to_mode_reg (insn_op->mode, op[arity]);
6681 switch (arity)
/openbsd/src/gnu/llvm/clang/docs/
DSafeStack.rst89 such as `IFCC <https://research.google.com/pubs/archive/42808.pdf>`_ with arity
/openbsd/src/gnu/llvm/llvm/docs/
DGarbageCollection.rst984 // Emit stack arity, i.e. the number of stacked arguments.
988 OS.AddComment("stack arity");
/openbsd/src/gnu/llvm/clang/lib/AST/
DItaniumMangle.cpp4100 unsigned arity) { in mangleMemberExpr() argument
4105 mangleUnresolvedName(qualifier, member, TemplateArgs, NumTemplateArgs, arity); in mangleMemberExpr()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DFSFChangeLog750 * bi-arity.c, bi-opcode.c, bi-opname.c: Include config file first.
DFSFChangeLog.107193 (bi-arity, bi-opcode, bi-opname, cccp, cppmain): Likewise.
DFSFChangeLog.1110936 * bi-{arity,opcode,opname}.c (fancy_abort): Define, so that
DChangeLog.72740 (alpha_expand_builtin): Fix typo in arity.

12