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

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c1753 gfc_symtree *parent_st; local
1886 if (gfc_find_sym_tree (sym->name, sym->ns->parent, 1, &parent_st))
1892 if (parent_st == NULL)
1895 sym = parent_st->n.sym;
1896 e->symtree = parent_st; /* Point to the right thing. */

Completed in 104 milliseconds