Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dsymbols.c3443 int arity = 0; /* Arity of this operator. */ in symbol_relc_make_expr() local
3472 arity = 2; in symbol_relc_make_expr()
3486 arity = 2; \ in symbol_relc_make_expr()
3494 arity = 1; \ in symbol_relc_make_expr()
3503 arity = 3; \ in symbol_relc_make_expr()
3511 arity = 2; \ in symbol_relc_make_expr()
3544 if (arity >= 1 && ((operands[0] == NULL) || (strlen (operands[0]) == 0))) in symbol_relc_make_expr()
3546 if (arity >= 2 && ((operands[1] == NULL) || (strlen (operands[1]) == 0))) in symbol_relc_make_expr()
3548 if (arity >= 3 && ((operands[2] == NULL) || (strlen (operands[2]) == 0))) in symbol_relc_make_expr()
3553 else if (arity == 0) in symbol_relc_make_expr()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dsymbols.c3325 int arity = 0; /* Arity of this operator. */ in symbol_relc_make_expr() local
3354 arity = 2; in symbol_relc_make_expr()
3368 arity = 2; \ in symbol_relc_make_expr()
3376 arity = 1; \ in symbol_relc_make_expr()
3385 arity = 3; \ in symbol_relc_make_expr()
3393 arity = 2; \ in symbol_relc_make_expr()
3426 if (arity >= 1 && ((operands[0] == NULL) || (strlen (operands[0]) == 0))) in symbol_relc_make_expr()
3428 if (arity >= 2 && ((operands[1] == NULL) || (strlen (operands[1]) == 0))) in symbol_relc_make_expr()
3430 if (arity >= 3 && ((operands[2] == NULL) || (strlen (operands[2]) == 0))) in symbol_relc_make_expr()
3435 else if (arity == 0) in symbol_relc_make_expr()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c693 int arity; /* 1 or 2 means real arity; 0 means arbitrary. */ member
754 if (fns[i].arity == 1) in factor()
774 if (fns[i].arity != 1) in factor()
792 if (fns[i].arity == 0) in factor()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c775 int arity; in s390_expand_builtin() local
862 arity = 0; in s390_expand_builtin()
873 if (arity >= MAX_ARGS) in s390_expand_builtin()
880 fndecl, arity + 1); in s390_expand_builtin()
884 if (!s390_const_operand_ok (arg, arity + 1, op_flags, fndecl)) in s390_expand_builtin()
887 insn_op = &insn_data[icode].operand[arity + nonvoid]; in s390_expand_builtin()
888 op[arity] = expand_expr (arg, NULL_RTX, insn_op->mode, EXPAND_NORMAL); in s390_expand_builtin()
893 if (CONST_INT_P (op[arity]) in s390_expand_builtin()
895 && GET_MODE (op[arity]) != insn_op->mode) in s390_expand_builtin()
896 op[arity] = GEN_INT (trunc_int_for_mode (INTVAL (op[arity]), in s390_expand_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc837 int arity; in s390_expand_builtin() local
924 arity = 0; in s390_expand_builtin()
935 if (arity >= MAX_ARGS) in s390_expand_builtin()
942 fndecl, arity + 1); in s390_expand_builtin()
946 if (!s390_const_operand_ok (arg, arity + 1, op_flags, fndecl)) in s390_expand_builtin()
949 insn_op = &insn_data[icode].operand[arity + nonvoid]; in s390_expand_builtin()
950 op[arity] = expand_expr (arg, NULL_RTX, insn_op->mode, EXPAND_NORMAL); in s390_expand_builtin()
955 if (CONST_INT_P (op[arity]) in s390_expand_builtin()
957 && GET_MODE (op[arity]) != insn_op->mode) in s390_expand_builtin()
958 op[arity] = GEN_INT (trunc_int_for_mode (INTVAL (op[arity]), in s390_expand_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc4779 int arity = -1; in parse_for() local
4787 if (arity == -1) in parse_for()
4788 arity = idb->nargs; in parse_for()
4791 else if (idb->nargs != arity) in parse_for()
4793 "others with arity %d", oper, idb->nargs, arity); in parse_for()
4806 op->nargs = arity; in parse_for()
4873 int arity = -1; in parse_operator_list() local
4884 if (arity == -1) in parse_operator_list()
4885 arity = idb->nargs; in parse_operator_list()
4888 else if (arity != idb->nargs) in parse_operator_list()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c4713 int arity = -1; in parse_for() local
4721 if (arity == -1) in parse_for()
4722 arity = idb->nargs; in parse_for()
4725 else if (idb->nargs != arity) in parse_for()
4727 "others with arity %d", oper, idb->nargs, arity); in parse_for()
4740 op->nargs = arity; in parse_for()
4807 int arity = -1; in parse_operator_list() local
4818 if (arity == -1) in parse_operator_list()
4819 arity = idb->nargs; in parse_operator_list()
4822 else if (arity != idb->nargs) in parse_operator_list()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc6652 int arity; in alpha_expand_builtin() local
6663 arity = 0; in alpha_expand_builtin()
6670 if (arity > MAX_ARGS) in alpha_expand_builtin()
6673 insn_op = &insn_data[icode].operand[arity + nonvoid]; in alpha_expand_builtin()
6675 op[arity] = expand_expr (arg, NULL_RTX, insn_op->mode, EXPAND_NORMAL); in alpha_expand_builtin()
6677 if (!(*insn_op->predicate) (op[arity], insn_op->mode)) in alpha_expand_builtin()
6678 op[arity] = copy_to_mode_reg (insn_op->mode, op[arity]); in alpha_expand_builtin()
6679 arity++; in alpha_expand_builtin()
6691 switch (arity) in alpha_expand_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c6647 int arity; in alpha_expand_builtin() local
6658 arity = 0; in alpha_expand_builtin()
6665 if (arity > MAX_ARGS) in alpha_expand_builtin()
6668 insn_op = &insn_data[icode].operand[arity + nonvoid]; in alpha_expand_builtin()
6670 op[arity] = expand_expr (arg, NULL_RTX, insn_op->mode, EXPAND_NORMAL); in alpha_expand_builtin()
6672 if (!(*insn_op->predicate) (op[arity], insn_op->mode)) in alpha_expand_builtin()
6673 op[arity] = copy_to_mode_reg (insn_op->mode, op[arity]); in alpha_expand_builtin()
6674 arity++; in alpha_expand_builtin()
6686 switch (arity) in alpha_expand_builtin()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h135 #define GMOCK_MOCKER_(arity, constness, Method) \ argument
136 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DSafeStack.rst89 such as `IFCC <https://research.google.com/pubs/archive/42808.pdf>`_ with arity
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c10675 int arity; in check_raw_literal_operator() local
10679 for (argtype = argtypes, arity = 0; in check_raw_literal_operator()
10681 ++arity, argtype = TREE_CHAIN (argtype)) in check_raw_literal_operator()
10691 if (!maybe_raw_p || arity != 1) in check_raw_literal_operator()
10714 int arity; in check_literal_operator_args() local
10718 for (argtype = argtypes, arity = 0; in check_literal_operator_args()
10723 ++arity; in check_literal_operator_args()
10746 ++arity; in check_literal_operator_args()
10779 if (arity != max_arity) in check_literal_operator_args()
H A Dcall.c463 } arity; member
638 r->u.arity.expected = expected - adjust; in arity_rejection()
639 r->u.arity.actual = actual - adjust; in arity_rejection()
3757 print_arity_information (cloc, r->u.arity.actual, in print_z_candidate()
3758 r->u.arity.expected); in print_z_candidate()
H A Ddecl.c14560 int arity = 0; in grok_op_properties() local
14570 ++arity; in grok_op_properties()
14577 if (arity == 1) in grok_op_properties()
14587 else if (arity != 2) in grok_op_properties()
14613 if (arity != 1) in grok_op_properties()
14624 if (arity != 2) in grok_op_properties()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc11282 int arity; in check_raw_literal_operator() local
11286 for (argtype = argtypes, arity = 0; in check_raw_literal_operator()
11288 ++arity, argtype = TREE_CHAIN (argtype)) in check_raw_literal_operator()
11298 if (!maybe_raw_p || arity != 1) in check_raw_literal_operator()
11321 int arity; in check_literal_operator_args() local
11325 for (argtype = argtypes, arity = 0; in check_literal_operator_args()
11330 ++arity; in check_literal_operator_args()
11353 ++arity; in check_literal_operator_args()
11386 if (arity != max_arity) in check_literal_operator_args()
H A Dcall.cc460 } arity; member
635 r->u.arity.expected = expected - adjust; in arity_rejection()
636 r->u.arity.actual = actual - adjust; in arity_rejection()
637 r->u.arity.least_p = least_p; in arity_rejection()
3904 print_arity_information (cloc, r->u.arity.actual, in print_z_candidate()
3905 r->u.arity.expected, in print_z_candidate()
3906 r->u.arity.least_p); in print_z_candidate()
H A Ddecl.cc15366 int arity = 0; in grok_op_properties() local
15379 ++arity; in grok_op_properties()
15386 if (arity == 1) in grok_op_properties()
15396 else if (arity != 2) in grok_op_properties()
15422 if (arity != 1) in grok_op_properties()
15433 if (arity != 2) in grok_op_properties()
H A DChangeLog-20211582 template arguments, check that the arity of the call agrees with
1583 the arity of the function before attempting deduction.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d8569 private struct OnlyResult(T, size_t arity) in OnlyResult() argument
8574 this.backIndex = arity; in OnlyResult()
8655 private T[arity] data; in OnlyResult()
8657 private T[arity] data = void; in OnlyResult()
8660 private T[arity] data; in OnlyResult()
8664 private struct OnlyResult(T, size_t arity : 1)
8728 private struct OnlyResult(T, size_t arity : 0)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst984 // Emit stack arity, i.e. the number of stacked arguments.
988 OS.AddComment("stack arity");
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d1098 template arity(alias func)
1101 enum size_t arity = Parameters!func.length; variable
1108 static assert(arity!foo == 0);
1110 static assert(arity!bar == 1);
1112 static assert(!__traits(compiles, arity!variadicFoo));
1119 static assert(arity!TheType == 1);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d1005 template arity(alias func)
1008 enum size_t arity = Parameters!func.length; variable
1015 static assert(arity!foo == 0);
1017 static assert(arity!bar == 1);
1019 static assert(!__traits(compiles, arity!variadicFoo));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c17956 unsigned arity; in ix86_veclibabi_svml() local
18020 arity = 0; in ix86_veclibabi_svml()
18022 arity++; in ix86_veclibabi_svml()
18024 if (arity == 1) in ix86_veclibabi_svml()
18048 unsigned arity; in ix86_veclibabi_acml() local
18098 arity = 0; in ix86_veclibabi_acml()
18100 arity++; in ix86_veclibabi_acml()
18102 if (arity == 1) in ix86_veclibabi_acml()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc18775 unsigned arity; in ix86_veclibabi_svml() local
18840 arity = 0; in ix86_veclibabi_svml()
18842 arity++; in ix86_veclibabi_svml()
18844 if (arity == 1) in ix86_veclibabi_svml()
18868 unsigned arity; in ix86_veclibabi_acml() local
18919 arity = 0; in ix86_veclibabi_acml()
18921 arity++; in ix86_veclibabi_acml()
18923 if (arity == 1) in ix86_veclibabi_acml()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp4016 unsigned arity) { in mangleMemberExpr() argument
4021 mangleUnresolvedName(qualifier, member, TemplateArgs, NumTemplateArgs, arity); in mangleMemberExpr()

12