Home
last modified time | relevance | path

Searched refs:tb_io_st (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dinterface.c4998 check_dtio_interface1 (gfc_symbol *derived, gfc_symtree *tb_io_st, in check_dtio_interface1() argument
5017 tb_io_proc = tb_io_st->n.tb; in check_dtio_interface1()
5031 generic_proc = tb_io_st->n.sym; in check_dtio_interface1()
5035 for (intr = tb_io_st->n.sym->generic; intr; intr = intr->next) in check_dtio_interface1()
5157 gfc_symtree *tb_io_st; in gfc_check_dtio_interfaces() local
5171 tb_io_st = gfc_find_typebound_proc (derived, &t, in gfc_check_dtio_interfaces()
5174 if (tb_io_st != NULL) in gfc_check_dtio_interfaces()
5175 check_dtio_interface1 (derived, tb_io_st, true, formatted, code); in gfc_check_dtio_interfaces()
5184 tb_io_st = gfc_find_symtree (derived->ns->sym_root, in gfc_check_dtio_interfaces()
5186 if (tb_io_st != NULL) in gfc_check_dtio_interfaces()
[all …]
H A Dtrans-io.c1721 gfc_symtree *tb_io_st = gfc_find_typebound_dtio_proc (derived, in transfer_namelist_element() local
1724 if (ts->type == BT_CLASS && tb_io_st) in transfer_namelist_element()
1738 tb_io_st->n.tb->u.generic->specific_st->name); in transfer_namelist_element()
2237 gfc_symtree *tb_io_st = gfc_find_typebound_dtio_proc (derived, in get_dtio_proc() local
2239 if (ts->type == BT_CLASS && tb_io_st) in get_dtio_proc()
2246 tb_io_st->n.tb->u.generic->specific_st->name); in get_dtio_proc()
2247 *dtio_sub = tb_io_st->n.tb->u.generic->specific->u.specific->n.sym; in get_dtio_proc()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dinterface.cc5201 check_dtio_interface1 (gfc_symbol *derived, gfc_symtree *tb_io_st, in check_dtio_interface1() argument
5220 tb_io_proc = tb_io_st->n.tb; in check_dtio_interface1()
5234 generic_proc = tb_io_st->n.sym; in check_dtio_interface1()
5238 for (intr = tb_io_st->n.sym->generic; intr; intr = intr->next) in check_dtio_interface1()
5360 gfc_symtree *tb_io_st; in gfc_check_dtio_interfaces() local
5374 tb_io_st = gfc_find_typebound_proc (derived, &t, in gfc_check_dtio_interfaces()
5377 if (tb_io_st != NULL) in gfc_check_dtio_interfaces()
5378 check_dtio_interface1 (derived, tb_io_st, true, formatted, code); in gfc_check_dtio_interfaces()
5387 tb_io_st = gfc_find_symtree (derived->ns->sym_root, in gfc_check_dtio_interfaces()
5389 if (tb_io_st != NULL) in gfc_check_dtio_interfaces()
[all …]
H A Dtrans-io.cc1747 gfc_symtree *tb_io_st = gfc_find_typebound_dtio_proc (derived, in transfer_namelist_element() local
1750 if (ts->type == BT_CLASS && tb_io_st) in transfer_namelist_element()
1764 tb_io_st->n.tb->u.generic->specific_st->name); in transfer_namelist_element()
2262 gfc_symtree *tb_io_st = gfc_find_typebound_dtio_proc (derived, in get_dtio_proc() local
2264 if (ts->type == BT_CLASS && tb_io_st) in get_dtio_proc()
2271 tb_io_st->n.tb->u.generic->specific_st->name); in get_dtio_proc()
2272 *dtio_sub = tb_io_st->n.tb->u.generic->specific->u.specific->n.sym; in get_dtio_proc()