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

/haiku-buildtools/gcc/gcc/fortran/
H A Dmodule.c939 build_tnt (gfc_current_ns->sym_root);
3195 ns_st = gfc_find_symtree (gfc_current_ns->sym_root, name);
3216 e->symtree = gfc_find_symtree (gfc_current_ns->sym_root, fname);
3229 e->symtree = gfc_find_symtree (gfc_current_ns->sym_root, fname);
3686 gfc_symtree** sym_root; local
3695 sym_root = &current_f2k_derived->tb_sym_root;
3696 g->specific_st = gfc_get_tbp_symtree (sym_root, atom_string);
4195 s = gfc_find_symtree (gfc_current_ns->sym_root, name);
4339 st = find_symbol (gfc_current_ns->sym_root,
4362 st = gfc_new_symtree (&gfc_current_ns->sym_root,
[all...]
H A Dsymbol.c2014 st = gfc_find_symtree (sym->ns->sym_root, sym->name);
2022 switch_types (sym->ns->sym_root, sym, s);
2354 ns->sym_root = NULL;
2483 return gfc_new_symtree (&ns->sym_root, name);
2665 gfc_symtree* st = gfc_find_symtree (ns->sym_root, name);
2693 st = gfc_find_symtree (ns->sym_root, name);
2818 st = gfc_find_symtree (ns->sym_root, name);
2823 st = gfc_find_symtree (ns->sym_root, name);
2837 st = gfc_new_symtree (&ns->sym_root, name);
3171 gfc_delete_symtree (&p->ns->sym_root, gfc_get_strin
[all...]
H A Ddecl.c1005 st = gfc_new_symtree (&gfc_current_ns->parent->sym_root, name);
1008 st = gfc_new_symtree (&gfc_current_ns->sym_root, name);
2846 st = gfc_new_symtree (&gfc_current_ns->sym_root, "STAR");
2861 st = gfc_find_symtree (gfc_current_ns->sym_root, "STAR");
2863 st = gfc_new_symtree (&gfc_current_ns->sym_root, "STAR");
3392 if (gfc_find_symtree (gfc_current_ns->sym_root, name))
3399 st = gfc_new_symtree (&gfc_current_ns->sym_root, name);
3409 st = gfc_new_symtree (&gfc_current_ns->sym_root,
4906 st2 = gfc_new_symtree (&gfc_current_ns->sym_root, "ppr@");
H A Diresolve.c977 st = gfc_find_symtree (vtab->ns->sym_root, vtab->name);
993 st = gfc_find_symtree (vtab->ns->sym_root, vtab->name);
H A Dtrans-decl.c755 st = gfc_new_symtree (&gsym->ns->sym_root, sym->name);
4661 st = gfc_find_symtree (ns->sym_root,
4672 st = gfc_find_symtree (ns->sym_root, name);
H A Dgfortran.h1604 gfc_symtree *sym_root; member in struct:gfc_namespace
H A Dprimary.c2704 *st = gfc_find_symtree ((*sym)->ns->sym_root, (*sym)->name);
H A Dresolve.c1530 e->symtree = gfc_find_symtree (p->sym->ns->sym_root,
8270 st = gfc_find_symtree (ns->sym_root, name);
8392 st = gfc_find_symtree (vtab->ns->sym_root, vtab->name);
8660 symtree = gfc_find_symtree (gfc_current_ns->sym_root,
13281 symtree = gfc_find_symtree (ns->sym_root, sym->name);
13286 this_symtree = gfc_find_symtree (gfc_current_ns->sym_root,
H A Dclass.c662 st = gfc_new_symtree (&ns->sym_root, name);
H A Dinterface.c3618 st = find_symtree0 (ns->sym_root, sym);
H A Dparse.c4830 st = gfc_find_symtree (ns->sym_root, sym->name);
H A Dexpr.c4082 lval->symtree = gfc_find_symtree (sym->ns->sym_root, sym->name);

Completed in 404 milliseconds