Lines Matching refs:sym_root
682 st = gfc_find_symtree (gfc_current_ns->sym_root, name); in gfc_match_use()
1060 build_tnt (gfc_current_ns->sym_root); in init_true_name_tree()
3505 ns_st = gfc_find_symtree (gfc_current_ns->sym_root, name); in fix_mio_expr()
3526 e->symtree = gfc_find_symtree (gfc_current_ns->sym_root, fname); in fix_mio_expr()
3539 e->symtree = gfc_find_symtree (gfc_current_ns->sym_root, fname); in fix_mio_expr()
3991 gfc_symtree** sym_root; in mio_typebound_proc() local
4000 sym_root = ¤t_f2k_derived->tb_sym_root; in mio_typebound_proc()
4001 g->specific_st = gfc_get_tbp_symtree (sym_root, atom_string); in mio_typebound_proc()
4171 sym->f2k_derived->sym_root = ns->sym_root; in mio_full_f2k_derived()
4172 ns->sym_root = NULL; in mio_full_f2k_derived()
4513 s = gfc_find_symtree (gfc_current_ns->sym_root, name); in find_symbol()
4669 st = find_symbol (gfc_current_ns->sym_root, in load_generic_interfaces()
4684 st = gfc_new_symtree (&gfc_current_ns->sym_root, p); in load_generic_interfaces()
4707 st = gfc_find_symtree (gfc_current_ns->sym_root, p); in load_generic_interfaces()
5113 st = gfc_find_symtree (ns->sym_root, p->u.rsym.sym->name); in read_cleanup()
5115 st = gfc_new_symtree (&ns->sym_root, p->u.rsym.sym->name); in read_cleanup()
5349 st = gfc_find_symtree (gfc_current_ns->sym_root, name); in read_module()
5367 && find_symbol (gfc_current_ns->sym_root, name, in read_module()
5371 st = gfc_find_symtree (gfc_current_ns->sym_root, p); in read_module()
5398 : gfc_new_symtree (&gfc_current_ns->sym_root, p); in read_module()
6134 write_generic (gfc_current_ns->sym_root); in write_module()
6167 write_symbol0 (gfc_current_ns->sym_root); in write_module()
6177 gfc_traverse_symtree (gfc_current_ns->sym_root, write_symtree); in write_module()
6376 tmp_symtree = gfc_find_symtree (gfc_current_ns->sym_root, name); in create_intrinsic_function()
6442 mod_symtree = gfc_find_symtree (gfc_current_ns->sym_root, iso_c_module_name); in import_iso_c_binding_module()
6704 tmp_symtree = gfc_find_symtree (gfc_current_ns->sym_root, name); in create_int_parameter()
6737 tmp_symtree = gfc_find_symtree (gfc_current_ns->sym_root, name); in create_int_parameter_array()
6779 tmp_symtree = gfc_find_symtree (gfc_current_ns->sym_root, name); in create_derived_type()
6876 mod_symtree = gfc_find_symtree (gfc_current_ns->sym_root, mod); in use_iso_fortran_env_module()
7154 mod_symtree = gfc_find_symtree (gfc_current_ns->sym_root, module_name); in gfc_use_module()