| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | operators.def | 51 The arity of the operator, or -1 if any arity is allowed. (As
|
| D | lex.c | 267 oni->arity = ARITY; in init_operators()
|
| D | decl.c | 13199 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
|
| D | mangle.c | 1999 if (operator_name_info[i].arity == 2)
|
| D | cp-tree.h | 3595 int arity; member
|
| D | ChangeLog | 2603 * cp-tree.h (operator_name_info_t): Add arity.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | operators.def | 51 The arity of the operator, or -1 if any arity is allowed. (As
|
| D | lex.c | 121 oni->arity = ARITY; in init_operators()
|
| D | decl.c | 9196 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()
|
| D | mangle.c | 2113 if (operator_name_info[i].arity == 2) in write_expression()
|
| D | cp-tree.h | 3599 int arity; member
|
| D | ChangeLog-2002 | 1192 * cp-tree.h (operator_name_info_t): Add arity.
|
| D | ChangeLog | 6265 arity - in case of a static member or an operator that cannot
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ada-lang.c | 1463 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/ |
| D | alpha.c | 6618 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/ |
| D | s390.c | 6100 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/ |
| D | s390.c | 8220 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/ |
| D | alpha.c | 6641 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/ |
| D | SafeStack.rst | 89 such as `IFCC <https://research.google.com/pubs/archive/42808.pdf>`_ with arity
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | GarbageCollection.rst | 984 // Emit stack arity, i.e. the number of stacked arguments. 988 OS.AddComment("stack arity");
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | ItaniumMangle.cpp | 4100 unsigned arity) { in mangleMemberExpr() argument 4105 mangleUnresolvedName(qualifier, member, TemplateArgs, NumTemplateArgs, arity); in mangleMemberExpr()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | FSFChangeLog | 750 * bi-arity.c, bi-opcode.c, bi-opname.c: Include config file first.
|
| D | FSFChangeLog.10 | 7193 (bi-arity, bi-opcode, bi-opname, cccp, cppmain): Likewise.
|
| D | FSFChangeLog.11 | 10936 * bi-{arity,opcode,opname}.c (fancy_abort): Define, so that
|
| D | ChangeLog.7 | 2740 (alpha_expand_builtin): Fix typo in arity.
|