| /freebsd-10-stable/contrib/binutils/gas/ |
| D | symbols.c | 3021 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/ |
| 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 | 9732 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()
|
| D | mangle.c | 2134 if (operator_name_info[i].arity == 2) in write_expression()
|
| D | cp-tree.h | 3639 int arity; member
|
| D | ChangeLog-2002 | 1192 * cp-tree.h (operator_name_info_t): Add arity.
|
| D | ChangeLog | 6334 arity - in case of a static member or an operator that cannot
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | ada-lang.c | 1076 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/ |
| D | ThreadSafety.cpp | 121 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/ |
| 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()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ItaniumMangle.cpp | 2469 unsigned arity) { in mangleMemberExpr() argument 2483 mangleUnresolvedName(qualifier, firstQualifierLookup, member, arity); in mangleMemberExpr()
|
| /freebsd-10-stable/contrib/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-2002 | 17187 (alpha_expand_builtin): Fix typo in arity.
|
| /freebsd-10-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-1 | 5431 operator, the `#' stringification operator, or variable-arity macros.
|
| D | gdb.texinfo | 6423 variable-arity macros.
|