Home | History | Annotate | Download | only in fortran

Lines Matching defs:sym_root

687 	  st = gfc_find_symtree (gfc_current_ns->sym_root, name);
1065 build_tnt (gfc_current_ns->sym_root);
3656 ns_st = gfc_find_symtree (gfc_current_ns->sym_root, name);
3677 e->symtree = gfc_find_symtree (gfc_current_ns->sym_root, fname);
3690 e->symtree = gfc_find_symtree (gfc_current_ns->sym_root, fname);
4142 gfc_symtree** sym_root;
4151 sym_root = &current_f2k_derived->tb_sym_root;
4152 g->specific_st = gfc_get_tbp_symtree (sym_root, atom_string);
4317 namespace. Transfer the sym_root to f2k_derived and then
4322 sym->f2k_derived->sym_root = ns->sym_root;
4323 ns->sym_root = NULL;
4664 s = gfc_find_symtree (gfc_current_ns->sym_root, name);
4820 st = find_symbol (gfc_current_ns->sym_root,
4835 st = gfc_new_symtree (&gfc_current_ns->sym_root, p);
4858 st = gfc_find_symtree (gfc_current_ns->sym_root, p);
5265 st = gfc_find_symtree (ns->sym_root, p->u.rsym.sym->name);
5267 st = gfc_new_symtree (&ns->sym_root, p->u.rsym.sym->name);
5501 st = gfc_find_symtree (gfc_current_ns->sym_root, name);
5519 && find_symbol (gfc_current_ns->sym_root, name,
5523 st = gfc_find_symtree (gfc_current_ns->sym_root, p);
5550 : gfc_new_symtree (&gfc_current_ns->sym_root, p);
6243 /* Write generic interfaces from the namespace sym_root. */
6345 write_generic (gfc_current_ns->sym_root);
6378 write_symbol0 (gfc_current_ns->sym_root);
6388 gfc_traverse_symtree (gfc_current_ns->sym_root, write_symtree);
6587 tmp_symtree = gfc_find_symtree (gfc_current_ns->sym_root, name);
6653 mod_symtree = gfc_find_symtree (gfc_current_ns->sym_root, iso_c_module_name);
6915 tmp_symtree = gfc_find_symtree (gfc_current_ns->sym_root, name);
6948 tmp_symtree = gfc_find_symtree (gfc_current_ns->sym_root, name);
6990 tmp_symtree = gfc_find_symtree (gfc_current_ns->sym_root, name);
7087 mod_symtree = gfc_find_symtree (gfc_current_ns->sym_root, mod);
7365 mod_symtree = gfc_find_symtree (gfc_current_ns->sym_root, module_name);