Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/
Dsymbols.c3021 int arity = 0; /* Arity of this operator. */ in symbol_relc_make_expr() local
3050 arity = 2; in symbol_relc_make_expr()
3064 arity = 2; \ in symbol_relc_make_expr()
3072 arity = 1; \ in symbol_relc_make_expr()
3081 arity = 3; \ in symbol_relc_make_expr()
3089 arity = 2; \ in symbol_relc_make_expr()
3122 if (arity >= 1 && ((operands[0] == NULL) || (strlen (operands[0]) == 0))) in symbol_relc_make_expr()
3124 if (arity >= 2 && ((operands[1] == NULL) || (strlen (operands[1]) == 0))) in symbol_relc_make_expr()
3126 if (arity >= 3 && ((operands[2] == NULL) || (strlen (operands[2]) == 0))) in symbol_relc_make_expr()
3136 + (arity >= 1 ? (strlen (operands[0]) + 1 ) : 0) in symbol_relc_make_expr()
[all …]
/freebsd-10-stable/contrib/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.c9732 int arity; in grok_op_properties() local
9737 for (argtype = argtypes, arity = 0; in grok_op_properties()
9740 ++arity; in grok_op_properties()
9928 if (arity == 1) in grok_op_properties()
9932 else if (arity == 2) in grok_op_properties()
10021 if (arity != 1) in grok_op_properties()
10032 if (arity != 2) in grok_op_properties()
10052 && arity == 2 in grok_op_properties()
Dmangle.c2134 if (operator_name_info[i].arity == 2) in write_expression()
Dcp-tree.h3639 int arity; member
DChangeLog-20021192 * cp-tree.h (operator_name_info_t): Add arity.
DChangeLog6334 arity - in case of a static member or an operator that cannot
/freebsd-10-stable/contrib/gdb/gdb/
Dada-lang.c1076 int arity; in ada_type_of_array() local
1081 arity = ada_array_arity (VALUE_TYPE (arr)); in ada_type_of_array()
1083 if (elt_type == NULL || arity == 0) in ada_type_of_array()
1089 while (arity > 0) in ada_type_of_array()
1093 struct value *low = desc_one_bound (descriptor, arity, 0); in ada_type_of_array()
1094 struct value *high = desc_one_bound (descriptor, arity, 1); in ada_type_of_array()
1095 arity -= 1; in ada_type_of_array()
1288 value_subscript_packed (struct value *arr, int arity, struct value **ind) in value_subscript_packed() argument
1299 for (i = 0; i < arity; i += 1) in value_subscript_packed()
1635 ada_value_subscript (struct value *arr, int arity, struct value **ind) in ada_value_subscript() argument
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DThreadSafety.cpp121 unsigned arity() const { in arity() function in __anon26b273430111::SExpr::SExprNode
599 unsigned ni = NodeVec[i].arity(); in matches()
600 unsigned nj = Other.NodeVec[j].arity(); in matches()
661 unsigned NumArgs = N->arity()-1; in toString()
678 unsigned NumArgs = N->arity()-1; in toString()
702 unsigned NumChildren = N->arity(); in toString()
/freebsd-10-stable/contrib/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()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DItaniumMangle.cpp2469 unsigned arity) { in mangleMemberExpr() argument
2483 mangleUnresolvedName(qualifier, firstQualifierLookup, member, arity); in mangleMemberExpr()
/freebsd-10-stable/contrib/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-200217187 (alpha_expand_builtin): Fix typo in arity.
/freebsd-10-stable/contrib/gdb/gdb/doc/
Dgdb.info-15431 operator, the `#' stringification operator, or variable-arity macros.
Dgdb.texinfo6423 variable-arity macros.