Searched refs:tb_op (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dmodule.c3818 if (op == INTRINSIC_USER || !f2k->tb_op[op])
3824 mio_typebound_proc (&f2k->tb_op[op]);
3835 mio_typebound_proc (&f2k->tb_op[op]);
H A Dgfortran.h1617 gfc_typebound_proc *tb_op[GFC_INTRINSIC_OPS]; member in struct:gfc_namespace
H A Ddecl.c8644 tb = ns->tb_op[op];
8694 ns->tb_op[op] = tb;
H A Dclass.c2825 res = derived->f2k_derived->tb_op[op];
H A Dsymbol.c2364 ns->tb_op[in] = NULL;
H A Dresolve.c9895 ->tb_op[INTRINSIC_ASSIGN]))
11922 tb_uop_root or tb_op, respectively. Thus the caller must already find
12423 gfc_typebound_proc* p = derived->f2k_derived->tb_op[op];
12538 && c->ts.u.derived->f2k_derived->tb_op[INTRINSIC_ASSIGN]))

Completed in 217 milliseconds