Home
last modified time | relevance | path

Searched refs:tb_op (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c1040 if (f2k->tb_op[op]) in show_f2k_derived()
1041 show_typebound_proc (f2k->tb_op[op], in show_f2k_derived()
H A Dmodule.c4123 if (op == INTRINSIC_USER || !f2k->tb_op[op]) in mio_f2k_derived()
4129 mio_typebound_proc (&f2k->tb_op[op]); in mio_f2k_derived()
4140 mio_typebound_proc (&f2k->tb_op[op]); in mio_f2k_derived()
H A Dgfortran.h1807 gfc_typebound_proc *tb_op[GFC_INTRINSIC_OPS]; member
H A Dgfc-internals.texi716 array member @code{tb_op} indexed by the intrinsic operator's enum
H A Dclass.c3029 res = derived->f2k_derived->tb_op[op]; in gfc_find_typebound_intrinsic_op()
H A Ddecl.c11406 tb = ns->tb_op[op]; in gfc_match_generic()
11455 ns->tb_op[op] = tb; in gfc_match_generic()
H A Dsymbol.c2873 ns->tb_op[in] = NULL; in gfc_get_namespace()
H A Dresolve.c11449 ->tb_op[INTRINSIC_ASSIGN])) in generate_component_assignments()
14227 gfc_typebound_proc* p = derived->f2k_derived->tb_op[op]; in resolve_typebound_procedures()
14345 && c->ts.u.derived->f2k_derived->tb_op[INTRINSIC_ASSIGN])) in check_defined_assignments()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc1067 if (f2k->tb_op[op]) in show_f2k_derived()
1068 show_typebound_proc (f2k->tb_op[op], in show_f2k_derived()
H A Dmodule.cc4274 if (op == INTRINSIC_USER || !f2k->tb_op[op]) in mio_f2k_derived()
4280 mio_typebound_proc (&f2k->tb_op[op]); in mio_f2k_derived()
4291 mio_typebound_proc (&f2k->tb_op[op]); in mio_f2k_derived()
H A Dgfortran.h2062 gfc_typebound_proc *tb_op[GFC_INTRINSIC_OPS]; member
H A Dgfc-internals.texi716 array member @code{tb_op} indexed by the intrinsic operator's enum
H A Dclass.cc3043 res = derived->f2k_derived->tb_op[op]; in gfc_find_typebound_intrinsic_op()
H A Ddecl.cc11496 tb = ns->tb_op[op]; in gfc_match_generic()
11545 ns->tb_op[op] = tb; in gfc_match_generic()
H A Dsymbol.cc2880 ns->tb_op[in] = NULL; in gfc_get_namespace()
H A DChangeLog-20091456 * gfortran.h (struct gfc_namespace): New fields tb_uop_root and tb_op.
1466 * symbol.c (gfc_get_namespace): Initialize new field `tb_op'.
H A Dresolve.cc11608 ->tb_op[INTRINSIC_ASSIGN])) in generate_component_assignments()
14440 gfc_typebound_proc* p = derived->f2k_derived->tb_op[op]; in resolve_typebound_procedures()
14558 && c->ts.u.derived->f2k_derived->tb_op[INTRINSIC_ASSIGN])) in check_defined_assignments()