Searched refs:specific_st (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h1348 /* The parser sets specific_st, upon resolution we look for the corresponding
1350 struct gfc_symtree* specific_st; member in struct:gfc_tbp_generic
H A Dmodule.c3679 mio_allocated_string (g->specific_st->name);
3696 g->specific_st = gfc_get_tbp_symtree (sym_root, atom_string);
H A Ddecl.c8721 if (target_st == target->specific_st)
8729 target->specific_st = target_st;
H A Dresolve.c5717 genname = g->specific_st->name;
11944 target_name = target->specific_st->name;
11947 if (target->specific_st->n.tb && !target->specific_st->n.tb->error)
11949 target->specific = target->specific_st->n.tb;
H A Dinterface.c3712 *gname = g->specific_st->name;

Completed in 277 milliseconds