Lines Matching refs:sym_root
280 lookup_symbol_fuzzy_find_candidates (symbol->ns->sym_root, candidates, in lookup_symbol_fuzzy()
2375 st = gfc_find_symtree (sym->ns->sym_root, sym->name); in gfc_use_derived()
2383 switch_types (sym->ns->sym_root, sym, s); in gfc_use_derived()
2863 ns->sym_root = NULL; in gfc_get_namespace()
2999 return gfc_new_symtree (&ns->sym_root, name); in gfc_get_unique_symtree()
3188 gfc_symtree* st = gfc_find_symtree (ns->sym_root, name); in gfc_find_symtree_in_proc()
3216 st = gfc_find_symtree (ns->sym_root, name); in gfc_find_sym_tree()
3251 if (der->f2k_derived && der->f2k_derived->sym_root) in gfc_find_sym_tree()
3253 st = gfc_find_symtree (der->f2k_derived->sym_root, name); in gfc_find_sym_tree()
3359 st = gfc_find_symtree (ns->sym_root, name); in gfc_get_sym_tree()
3364 st = gfc_find_symtree (ns->sym_root, name); in gfc_get_sym_tree()
3378 st = gfc_new_symtree (&ns->sym_root, name); in gfc_get_sym_tree()
3698 gfc_delete_symtree (&p->ns->sym_root,gfc_dt_upper_string (p->name)); in gfc_restore_last_undo_checkpoint()
3700 gfc_delete_symtree (&p->ns->sym_root, p->name); in gfc_restore_last_undo_checkpoint()
4035 free_sym_tree (ns->sym_root); in gfc_free_namespace()
4189 do_traverse_symtree (ns->sym_root, NULL, sym_func); in gfc_traverse_ns()
4770 tmp_symtree = gfc_find_symtree (gfc_current_ns->sym_root, name); in generate_isocbinding_symbol()
4914 tmp_symtree = gfc_find_symtree (gfc_current_ns->sym_root, in generate_isocbinding_symbol()