Lines Matching refs:sym_root
1453 st = gfc_new_symtree (&gfc_current_ns->parent->sym_root, name); in get_proc_name()
1456 st = gfc_new_symtree (&gfc_current_ns->sym_root, name); in get_proc_name()
1643 st = gfc_find_symtree (gfc_current_ns->sym_root, name); in build_sym()
1676 st = gfc_find_symtree (gfc_current_ns->sym_root, u_name); in build_sym()
4386 st = gfc_new_symtree (&gfc_current_ns->sym_root, "STAR"); in gfc_match_decl_type_spec()
4401 st = gfc_get_tbp_symtree (&gfc_current_ns->sym_root, "STAR"); in gfc_match_decl_type_spec()
4988 if (gfc_find_symtree (gfc_current_ns->sym_root, name)) in gfc_match_import()
4995 st = gfc_new_symtree (&gfc_current_ns->sym_root, name); in gfc_match_import()
5005 st = gfc_new_symtree (&gfc_current_ns->sym_root, in gfc_match_import()
6860 st2 = gfc_new_symtree (&gfc_current_ns->sym_root, "ppr@"); in add_hidden_procptr_result()
9816 gfc_symtree *st = gfc_new_symtree (&gfc_current_ns->sym_root, in gfc_match_submod_proc()
9874 gfc_symtree *st = gfc_find_symtree (gfc_current_ns->sym_root, sym->name); in gfc_match_submod_proc()