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

/freebsd-10.0-release/contrib/binutils/gas/
H A Dsymbols.c3026 int arity = 0; /* Arity of this operator. */
3034 /* Match known operators -> fill in opstr, arity, operands[] and fall
3039 have an unnatural arity (X_add_number implicitly added). The
3055 arity = 2;
3069 arity = 2; \
3077 arity = 1; \
3086 arity = 3; \
3094 arity = 2; \
3127 if (arity >= 1 && ((operands[0] == NULL) || (strlen (operands[0]) == 0)))
3129 if (arity >
3021 int arity = 0; /* Arity of this operator. */ local
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp121 unsigned arity() const { function in class:__anon3014::SExpr::SExprNode
598 unsigned ni = NodeVec[i].arity();
599 unsigned nj = Other.NodeVec[j].arity();
660 unsigned NumArgs = N->arity()-1;
677 unsigned NumArgs = N->arity()-1;
701 unsigned NumChildren = N->arity();
/freebsd-10.0-release/contrib/gcc/cp/
H A Dlex.c122 oni->arity = ARITY;
H A Ddecl.c9213 int arity;
9218 for (argtype = argtypes, arity = 0;
9221 ++arity;
9409 if (arity == 1)
9413 else if (arity == 2)
9502 if (arity != 1)
9513 if (arity != 2)
9533 && arity == 2
9196 int arity; local
H A Dmangle.c2113 if (operator_name_info[i].arity == 2)
H A Dcp-tree.h3607 /* The arity of the operator. */
3608 int arity;
3599 int arity; local
/freebsd-10.0-release/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-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp1196 // names stay the same regardless of the arity (operator new for instance).
2312 unsigned arity) {
2326 mangleUnresolvedName(qualifier, firstQualifierLookup, member, arity);
2307 mangleMemberExpr(const Expr *base, bool isArrow, NestedNameSpecifier *qualifier, NamedDecl *firstQualifierLookup, DeclarationName member, unsigned arity) argument

Completed in 345 milliseconds