Searched refs:uop (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dunion1.C16 unoptype uop; member in union:__anon1236::__anon1237
/haiku-buildtools/gcc/gcc/fortran/
H A Dmatchexp.c199 gfc_user_op *uop; local
206 uop = NULL;
207 m = match_defined_operator (&uop);
215 if (uop == NULL)
220 f->value.op.uop = uop;
866 gfc_user_op *uop; local
876 uop = NULL;
877 m = match_defined_operator (&uop);
898 all->value.op.uop
[all...]
H A Dinterface.c231 current_interface.uop = gfc_get_uop (name);
365 || strcmp (current_interface.uop->name, name) != 0)
368 current_interface.uop->name);
1721 check_uop_interfaces (gfc_user_op *uop) argument
1727 sprintf (interface_name, "operator interface '%s'", uop->name);
1728 if (check_interface0 (uop->op, interface_name))
1733 uop2 = gfc_find_uop (uop->name, ns);
1737 check_interface1 (uop->op, uop2->op, 0,
3636 gfc_intrinsic_op op, const char* uop,
3666 gcc_assert (uop);
3634 matching_typebound_op(gfc_expr** tb_base, gfc_actual_arglist* args, gfc_intrinsic_op op, const char* uop, const char ** gname) argument
3767 gfc_user_op *uop; local
[all...]
H A Dmodule.c3325 write_atom (ATOM_STRING, e->value.op.uop->name);
3340 e->value.op.uop = gfc_get_uop (uop_name);
4259 gfc_user_op *uop; local
4288 uop = gfc_get_uop (p);
4289 pi = mio_interface_rest (&uop->op);
4295 uop = gfc_get_uop (p);
4296 uop->op = gfc_get_interface ();
4297 uop->op->where = gfc_current_locus;
4298 add_fixup (pi->integer, &uop->op->sym);
5503 gfc_user_op *uop local
5679 write_operator(gfc_user_op *uop) argument
[all...]
H A Dsymbol.c2494 gfc_user_op *uop; local
2502 return st->n.uop;
2506 uop = st->n.uop = XCNEW (gfc_user_op);
2507 uop->name = gfc_get_string (name);
2508 uop->access = ACCESS_UNKNOWN;
2509 uop->ns = ns;
2511 return uop;
2527 return (st == NULL) ? NULL : st->n.uop;
3353 gfc_free_interface (uop_tree->n.uop
[all...]
H A Dgfortran.h1575 gfc_user_op *uop; member in union:gfc_symtree::__anon110
1748 gfc_user_op *uop; member in struct:__anon111
2013 gfc_user_op *uop; member in struct:gfc_expr::__anon120::__anon121
H A Ddecl.c6952 gfc_user_op *uop; local
7020 uop = gfc_get_uop (name);
7022 if (uop->access == ACCESS_UNKNOWN)
7024 uop->access = (st == ST_PUBLIC)
H A Dclass.c2737 const char* name, bool noaccess, bool uop,
2749 root = (uop ? derived->f2k_derived->tb_uop_root
2783 noaccess, uop, where);
2736 find_typebound_proc_uop(gfc_symbol* derived, bool* t, const char* name, bool noaccess, bool uop, locus* where) argument
H A Dresolve.c3702 if (e->value.op.uop->op == NULL)
3703 sprintf (msg, _("Unknown operator '%s' at %%L"), e->value.op.uop->name);
3706 e->value.op.uop->name, gfc_typename (&op1->ts));
3710 e->value.op.uop->name, gfc_typename (&op1->ts),
3712 e->value.op.uop->op->sym->attr.referenced = 1;
15048 for (itr = symtree->n.uop->op; itr; itr = itr->next)
H A Dsimplify.c5762 if (array->expr_type == EXPR_OP && !array->value.op.uop)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drotate.go94 uop = [2]func(x, y uint64) uint64{ var
139 v = uop[o](v<<l, v>>r)
/haiku-buildtools/gcc/gcc/
H A Dtree-stdarg.c560 use_operand_p uop; local
570 FOR_EACH_PHI_ARG (uop, phi, soi, SSA_OP_USE)
572 tree rhs = USE_FROM_PTR (uop);
870 use_operand_p uop; local
884 FOR_EACH_PHI_ARG (uop, phi, soi, SSA_OP_USE)
886 rhs = USE_FROM_PTR (uop);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c11600 tree sop, uop, base_type;
11604 sop = orig_op0, uop = orig_op1;
11606 sop = orig_op1, uop = orig_op0;
11609 STRIP_TYPE_NOPS (uop);
11622 else if (TREE_CODE (uop) == INTEGER_CST
11624 && int_fits_type_p (uop, c_common_signed_type (base_type)))
11629 else if (!c_dialect_cxx() && TREE_CODE (uop) == INTEGER_CST
11630 && TREE_CODE (TREE_TYPE (uop)) == ENUMERAL_TYPE
11631 && int_fits_type_p (TYPE_MAX_VALUE (TREE_TYPE (uop)),
11581 tree sop, uop, base_type; local
/haiku-buildtools/gcc/gmp/mpn/x86/p6/mmx/
H A Ddivrem_1.asm393 C cmov (and takes one uop off the dependent chain). A sarl/andl/addl

Completed in 287 milliseconds