/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | decl.c | 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() 4386 st = gfc_new_symtree (&gfc_current_ns->sym_root, "STAR"); in gfc_match_decl_type_spec() 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() 11276 stree = gfc_new_symtree (&ns->tb_sym_root, name); in match_procedure_in_type()
|
H A D | decl.cc | 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() 4483 st = gfc_new_symtree (&gfc_current_ns->sym_root, "STAR"); in gfc_match_decl_type_spec() 5092 st = gfc_new_symtree (&gfc_current_ns->sym_root, name); in gfc_match_import() 5102 st = gfc_new_symtree (&gfc_current_ns->sym_root, in gfc_match_import() 6941 st2 = gfc_new_symtree (&gfc_current_ns->sym_root, "ppr@"); in add_hidden_procptr_result() 9896 gfc_symtree *st = gfc_new_symtree (&gfc_current_ns->sym_root, in gfc_match_submod_proc() 11358 stree = gfc_new_symtree (&ns->tb_sym_root, name); in match_procedure_in_type()
|
H A D | symbol.c | 2930 gfc_new_symtree (gfc_symtree **root, const char *name) in gfc_new_symtree() function 2999 return gfc_new_symtree (&ns->sym_root, name); in gfc_get_unique_symtree() 3020 st = gfc_new_symtree (&ns->uop_root, name); in gfc_get_uop() 3378 st = gfc_new_symtree (&ns->sym_root, name); in gfc_get_sym_tree()
|
H A D | symbol.cc | 2937 gfc_new_symtree (gfc_symtree **root, const char *name) in gfc_new_symtree() function 3006 return gfc_new_symtree (&ns->sym_root, name); in gfc_get_unique_symtree() 3027 st = gfc_new_symtree (&ns->uop_root, name); in gfc_get_uop() 3392 st = gfc_new_symtree (&ns->sym_root, name); in gfc_get_sym_tree()
|
H A D | module.c | 4684 st = gfc_new_symtree (&gfc_current_ns->sym_root, p); in load_generic_interfaces() 4981 st = gfc_new_symtree (&gfc_current_ns->omp_udr_root, name); in load_omp_udrs() 5115 st = gfc_new_symtree (&ns->sym_root, p->u.rsym.sym->name); in read_cleanup() 5398 : gfc_new_symtree (&gfc_current_ns->sym_root, p); in read_module()
|
H A D | module.cc | 4830 st = gfc_new_symtree (&gfc_current_ns->sym_root, p); in load_generic_interfaces() 5128 st = gfc_new_symtree (&gfc_current_ns->omp_udr_root, name); in load_omp_udrs() 5262 st = gfc_new_symtree (&ns->sym_root, p->u.rsym.sym->name); in read_cleanup() 5545 : gfc_new_symtree (&gfc_current_ns->sym_root, p); in read_module()
|
H A D | trans-openmp.c | 1746 symtree1 = gfc_new_symtree (&root1, sym->name); in gfc_trans_omp_array_reduction_or_udr() 1750 symtree2 = gfc_new_symtree (&root2, sym->name); in gfc_trans_omp_array_reduction_or_udr() 1754 symtree3 = gfc_new_symtree (&root3, sym->name); in gfc_trans_omp_array_reduction_or_udr() 1899 symtree4 = gfc_new_symtree (&root4, iname); in gfc_trans_omp_array_reduction_or_udr()
|
H A D | class.c | 717 st = gfc_new_symtree (&ns->sym_root, name); in gfc_build_class_symbol() 3077 return result ? result : gfc_new_symtree (root, name); in gfc_get_tbp_symtree()
|
H A D | class.cc | 732 st = gfc_new_symtree (&ns->sym_root, name); in gfc_build_class_symbol() 3091 return result ? result : gfc_new_symtree (root, name); in gfc_get_tbp_symtree()
|
H A D | trans-openmp.cc | 2032 symtree1 = gfc_new_symtree (&root1, sym->name); in gfc_trans_omp_array_reduction_or_udr() 2036 symtree2 = gfc_new_symtree (&root2, sym->name); in gfc_trans_omp_array_reduction_or_udr() 2040 symtree3 = gfc_new_symtree (&root3, sym->name); in gfc_trans_omp_array_reduction_or_udr() 2185 symtree4 = gfc_new_symtree (&root4, iname); in gfc_trans_omp_array_reduction_or_udr()
|
H A D | match.c | 5149 st = gfc_new_symtree (&gfc_current_ns->common_root, mangled_name); in gfc_get_common() 5156 st = gfc_new_symtree (&gfc_current_ns->common_root, name); in gfc_get_common()
|
H A D | match.cc | 5190 st = gfc_new_symtree (&gfc_current_ns->common_root, mangled_name); in gfc_get_common() 5197 st = gfc_new_symtree (&gfc_current_ns->common_root, name); in gfc_get_common()
|
H A D | gfortran.h | 3431 gfc_symtree *gfc_new_symtree (gfc_symtree **, const char *);
|
H A D | openmp.cc | 1127 gfc_symtree *st = gfc_new_symtree (&(*ns)->sym_root, name); in gfc_match_iterator() 4430 st = gfc_new_symtree (&gfc_current_ns->omp_udr_root, name); in gfc_match_omp_declare_reduction()
|
H A D | ChangeLog-2008 | 1244 * symbol.c (gfc_new_symtree): Initialize new member typebound to NULL. 2013 * symbol.c (gfc_get_st_label, gfc_get_namespace, gfc_new_symtree,
|
H A D | ChangeLog-2017 | 2120 (gfc_new_symtree, gfc_delete_symtree, gfc_get_uop, gfc_new_symbol,
|
H A D | openmp.c | 3137 st = gfc_new_symtree (&gfc_current_ns->omp_udr_root, name); in gfc_match_omp_declare_reduction()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | decl.c | 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() 4386 st = gfc_new_symtree (&gfc_current_ns->sym_root, "STAR"); in gfc_match_decl_type_spec() 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() 11276 stree = gfc_new_symtree (&ns->tb_sym_root, name); in match_procedure_in_type()
|
H A D | symbol.c | 2930 gfc_new_symtree (gfc_symtree **root, const char *name) in gfc_new_symtree() function 2999 return gfc_new_symtree (&ns->sym_root, name); in gfc_get_unique_symtree() 3020 st = gfc_new_symtree (&ns->uop_root, name); in gfc_get_uop() 3378 st = gfc_new_symtree (&ns->sym_root, name); in gfc_get_sym_tree()
|
H A D | module.c | 4684 st = gfc_new_symtree (&gfc_current_ns->sym_root, p); in load_generic_interfaces() 4981 st = gfc_new_symtree (&gfc_current_ns->omp_udr_root, name); in load_omp_udrs() 5115 st = gfc_new_symtree (&ns->sym_root, p->u.rsym.sym->name); in read_cleanup() 5398 : gfc_new_symtree (&gfc_current_ns->sym_root, p); in read_module()
|
H A D | trans-openmp.c | 1746 symtree1 = gfc_new_symtree (&root1, sym->name); in gfc_trans_omp_array_reduction_or_udr() 1750 symtree2 = gfc_new_symtree (&root2, sym->name); in gfc_trans_omp_array_reduction_or_udr() 1754 symtree3 = gfc_new_symtree (&root3, sym->name); in gfc_trans_omp_array_reduction_or_udr() 1899 symtree4 = gfc_new_symtree (&root4, iname); in gfc_trans_omp_array_reduction_or_udr()
|
H A D | class.c | 717 st = gfc_new_symtree (&ns->sym_root, name); in gfc_build_class_symbol() 3077 return result ? result : gfc_new_symtree (root, name); in gfc_get_tbp_symtree()
|
H A D | match.c | 5149 st = gfc_new_symtree (&gfc_current_ns->common_root, mangled_name); in gfc_get_common() 5156 st = gfc_new_symtree (&gfc_current_ns->common_root, name); in gfc_get_common()
|
H A D | gfortran.h | 3149 gfc_symtree *gfc_new_symtree (gfc_symtree **, const char *);
|
H A D | openmp.c | 3137 st = gfc_new_symtree (&gfc_current_ns->omp_udr_root, name); in gfc_match_omp_declare_reduction()
|