Searched refs:arity (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c3028 int arity = 0; /* Arity of this operator. */
3036 /* Match known operators -> fill in opstr, arity, operands[] and fall
3041 have an unnatural arity (X_add_number implicitly added). The
3057 arity = 2;
3071 arity = 2; \
3079 arity = 1; \
3088 arity = 3; \
3096 arity = 2; \
3129 if (arity >= 1 && ((operands[0] == NULL) || (strlen (operands[0]) == 0)))
3131 if (arity >
3023 int arity = 0; /* Arity of this operator. */ local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c1080 int arity;
1085 arity = ada_array_arity (VALUE_TYPE (arr));
1087 if (elt_type == NULL || arity == 0)
1093 while (arity > 0)
1097 struct value *low = desc_one_bound (descriptor, arity, 0);
1098 struct value *high = desc_one_bound (descriptor, arity, 1);
1099 arity -= 1;
1292 value_subscript_packed (struct value *arr, int arity, struct value **ind)
1303 for (i = 0; i < arity; i += 1)
1639 ada_value_subscript (struct value *arr, int arity, struc
1076 int arity; local
1288 value_subscript_packed(struct value *arr, int arity, struct value **ind) argument
1635 ada_value_subscript(struct value *arr, int arity, struct value **ind) argument
1662 ada_value_ptr_subscript(struct value *arr, struct type *type, int arity, struct value **ind) argument
1696 int arity; local
7060 int arity = ada_array_arity (type); local
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dlex.c122 oni->arity = ARITY;
H A Ddecl.c9748 int arity;
9753 for (argtype = argtypes, arity = 0;
9756 ++arity;
9944 if (arity == 1)
9948 else if (arity == 2)
10037 if (arity != 1)
10048 if (arity != 2)
10068 && arity == 2
9732 int arity; local
H A Dmangle.c2134 if (operator_name_info[i].arity == 2)
H A Dcp-tree.h3647 /* The arity of the operator. */
3648 int arity;
3639 int arity; local
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c8221 int arity;
8232 for (arglist = TREE_OPERAND (exp, 1), arity = 0;
8234 arglist = TREE_CHAIN (arglist), arity++)
8241 if (arity > MAX_ARGS)
8244 insn_op = &insn_data[icode].operand[arity + nonvoid];
8246 op[arity] = expand_expr (arg, NULL_RTX, insn_op->mode, 0);
8248 if (!(*insn_op->predicate) (op[arity], insn_op->mode))
8249 op[arity] = copy_to_mode_reg (insn_op->mode, op[arity]);
8261 switch (arity)
8220 int arity; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp3510 unsigned arity) {
3515 mangleUnresolvedName(qualifier, member, TemplateArgs, NumTemplateArgs, arity);
3503 mangleMemberExpr(const Expr *base, bool isArrow, NestedNameSpecifier *qualifier, NamedDecl *firstQualifierLookup, DeclarationName member, const TemplateArgumentLoc *TemplateArgs, unsigned NumTemplateArgs, unsigned arity) argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp469 for (unsigned i = 0; i < o->arity; i++)
471 return sum; // will be 0 if no one found (as PU arity is 0)
483 for (unsigned i = 0; i < o->arity; i++)
485 return sum; // will be 0 if no one found (as PU arity is 0)
501 // int NT = core->arity; pu = core->first_child; // faster?

Completed in 186 milliseconds