/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | primary.c | 1648 if (gfc_find_sym_tree (name, NULL, 1, &symtree)) in match_actual_arg() 3507 if (gfc_find_sym_tree (name, NULL, 1, &symtree)) in gfc_match_rvalue() 3515 if (gfc_find_sym_tree (gfc_dt_upper_string (name), NULL, 1, &symtree)) in gfc_match_rvalue() 3962 gfc_find_sym_tree (name, NULL, 1, &symtree); in gfc_match_rvalue() 3964 gfc_find_sym_tree (gfc_dt_upper_string (name), NULL, 1, &symtree); in gfc_match_rvalue()
|
H A D | symbol.c | 3206 gfc_find_sym_tree (const char *name, gfc_namespace *ns, int parent_flag, in gfc_find_sym_tree() function 3277 i = gfc_find_sym_tree (name, ns, parent_flag, &st); in gfc_find_symbol() 3444 i = gfc_find_sym_tree (name, gfc_current_ns, 0, &st); in gfc_get_ha_sym_tree() 3453 i = gfc_find_sym_tree (name, gfc_current_ns, 1, &st); in gfc_get_ha_sym_tree()
|
H A D | decl.c | 558 gfc_find_sym_tree (name, NULL, 0, &st); in match_old_style_init() 1312 gfc_find_sym_tree (name, gfc_current_ns, 0, &st); in get_proc_name() 1451 rc = gfc_find_sym_tree (name, gfc_current_ns->parent, 0, &st); in get_proc_name() 6936 if (gfc_find_sym_tree (name, NULL, 0, &st)) in match_procedure_interface()
|
H A D | gfortran.h | 3160 int gfc_find_sym_tree (const char *, gfc_namespace *, int, gfc_symtree **);
|
H A D | expr.c | 5098 gfc_find_sym_tree ("c_null_ptr", gfc_current_ns, true, &npsym); in generate_isocbinding_initializer() 5100 gfc_find_sym_tree ("c_null_funptr", gfc_current_ns, true, &npsym); in generate_isocbinding_initializer()
|
H A D | class.c | 2421 gfc_find_sym_tree (parent_vtab->name, parent_vtab->ns, in gfc_find_derived_vtab()
|
H A D | resolve.c | 2076 if (gfc_find_sym_tree (sym->name, sym->ns->parent, 1, &parent_st)) in resolve_actual_arglist() 3669 gfc_find_sym_tree (c->symtree->name, gfc_current_ns, 1, &st); in resolve_call() 6011 gfc_find_sym_tree (e->symtree->name, NULL, 1, &st); in check_host_association() 6418 gfc_find_sym_tree (st->n.tb->u.specific->name, in resolve_typebound_static()
|
H A D | interface.c | 4188 gfc_find_sym_tree (sym->name, gfc_current_ns, 1, &st); in gfc_find_sym_in_symtree()
|
H A D | match.c | 6549 gfc_find_sym_tree (name, gfc_current_ns, 0, &st); in select_rank_set_tmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | primary.cc | 1627 if (gfc_find_sym_tree (name, NULL, 1, &symtree)) in match_actual_arg() 3515 if (gfc_find_sym_tree (name, NULL, 1, &symtree)) in gfc_match_rvalue() 3523 if (gfc_find_sym_tree (gfc_dt_upper_string (name), NULL, 1, &symtree)) in gfc_match_rvalue() 3970 gfc_find_sym_tree (name, NULL, 1, &symtree); in gfc_match_rvalue() 3972 gfc_find_sym_tree (gfc_dt_upper_string (name), NULL, 1, &symtree); in gfc_match_rvalue()
|
H A D | symbol.cc | 3220 gfc_find_sym_tree (const char *name, gfc_namespace *ns, int parent_flag, in gfc_find_sym_tree() function 3291 i = gfc_find_sym_tree (name, ns, parent_flag, &st); in gfc_find_symbol() 3458 i = gfc_find_sym_tree (name, gfc_current_ns, 0, &st); in gfc_get_ha_sym_tree() 3467 i = gfc_find_sym_tree (name, gfc_current_ns, 1, &st); in gfc_get_ha_sym_tree()
|
H A D | decl.cc | 558 gfc_find_sym_tree (name, NULL, 0, &st); in match_old_style_init() 1312 gfc_find_sym_tree (name, gfc_current_ns, 0, &st); in get_proc_name() 1451 rc = gfc_find_sym_tree (name, gfc_current_ns->parent, 0, &st); in get_proc_name() 7025 if (gfc_find_sym_tree (name, NULL, 0, &st)) in match_procedure_interface()
|
H A D | ChangeLog-2013 | 1818 * symbol.c (gfc_find_sym_tree): Don't look for the symbol outside an 1820 (gfc_get_ha_symtree): Let gfc_find_sym_tree lookup the parent namespace.
|
H A D | gfortran.h | 3442 int gfc_find_sym_tree (const char *, gfc_namespace *, int, gfc_symtree **);
|
H A D | ChangeLog-2009 | 637 (gfc_find_sym_tree): Call select_type_insert_tmp. 666 * symbol.c (gfc_find_sym_tree): Moved some code here from 668 (gfc_get_ha_sym_tree): Moved some code to gfc_find_sym_tree.
|
H A D | expr.cc | 5138 gfc_find_sym_tree ("c_null_ptr", gfc_current_ns, true, &npsym); in generate_isocbinding_initializer() 5140 gfc_find_sym_tree ("c_null_funptr", gfc_current_ns, true, &npsym); in generate_isocbinding_initializer()
|
H A D | class.cc | 2430 gfc_find_sym_tree (parent_vtab->name, parent_vtab->ns, in gfc_find_derived_vtab()
|
H A D | resolve.cc | 2117 if (gfc_find_sym_tree (sym->name, sym->ns->parent, 1, &parent_st)) in resolve_actual_arglist() 3746 gfc_find_sym_tree (c->symtree->name, gfc_current_ns, 1, &st); in resolve_call() 6102 gfc_find_sym_tree (e->symtree->name, NULL, 1, &st); in check_host_association() 6540 gfc_find_sym_tree (st->n.tb->u.specific->name, in resolve_typebound_static()
|
H A D | match.cc | 6640 gfc_find_sym_tree (name, gfc_current_ns, 0, &st); in select_rank_set_tmp()
|
H A D | interface.cc | 4391 gfc_find_sym_tree (sym->name, gfc_current_ns, 1, &st); in gfc_find_sym_in_symtree()
|
H A D | ChangeLog-2017 | 1243 (gfc_find_sym_tree): If the current state is a PDT template,
|
H A D | ChangeLog-2004 | 736 * symbol.c (gfc_find_sym_tree, gfc_find_symbol): Add/correct
|
H A D | trans-openmp.cc | 7711 gfc_find_sym_tree (variant_proc_name, gfc_current_ns, 1, &proc_st); in gfc_trans_omp_declare_variant()
|