Home
last modified time | relevance | path

Searched refs:specific_st (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-io.c1738 tb_io_st->n.tb->u.generic->specific_st->name); in transfer_namelist_element()
2246 tb_io_st->n.tb->u.generic->specific_st->name); in get_dtio_proc()
H A Dinterface.c4291 *gname = g->specific_st->name; in matching_typebound_op()
5263 genname = tb_io_proc->u.generic->specific_st->name; in gfc_find_specific_dtio_proc()
H A Dgfortran.h1493 struct gfc_symtree* specific_st; member
H A Dmodule.c3984 mio_allocated_string (g->specific_st->name); in mio_typebound_proc()
4001 g->specific_st = gfc_get_tbp_symtree (sym_root, atom_string); in mio_typebound_proc()
H A Ddump-parse-tree.c993 fputs (g->specific_st->name, dumpfile); in show_typebound_proc()
H A Dresolve.c6533 genname = g->specific_st->name; in resolve_typebound_generic_call()
13717 target_name = target->specific_st->name; in resolve_tb_generic_targets()
13720 if (target->specific_st->n.tb && !target->specific_st->n.tb->error) in resolve_tb_generic_targets()
13722 target->specific = target->specific_st->n.tb; in resolve_tb_generic_targets()
H A Ddecl.c11482 if (target_st == target->specific_st) in gfc_match_generic()
11490 target->specific_st = target_st; in gfc_match_generic()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-io.cc1764 tb_io_st->n.tb->u.generic->specific_st->name); in transfer_namelist_element()
2271 tb_io_st->n.tb->u.generic->specific_st->name); in get_dtio_proc()
H A Dmodule.cc4135 mio_allocated_string (g->specific_st->name); in mio_typebound_proc()
4152 g->specific_st = gfc_get_tbp_symtree (sym_root, atom_string); in mio_typebound_proc()
H A Dinterface.cc4494 *gname = g->specific_st->name; in matching_typebound_op()
5466 genname = tb_io_proc->u.generic->specific_st->name; in gfc_find_specific_dtio_proc()
H A Dgfortran.h1744 struct gfc_symtree* specific_st; member
H A Dresolve.cc6655 genname = g->specific_st->name; in resolve_typebound_generic_call()
13929 target_name = target->specific_st->name; in resolve_tb_generic_targets()
13932 if (target->specific_st->n.tb && !target->specific_st->n.tb->error) in resolve_tb_generic_targets()
13934 target->specific = target->specific_st->n.tb; in resolve_tb_generic_targets()
H A Ddump-parse-tree.cc1020 fputs (g->specific_st->name, dumpfile); in show_typebound_proc()
H A Ddecl.cc11572 if (target_st == target->specific_st) in gfc_match_generic()
11580 target->specific_st = target_st; in gfc_match_generic()