HomeSort by: relevance | last modified time | path
    Searched defs:sym_root (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
module.cc 687 st = gfc_find_symtree (gfc_current_ns->sym_root, name);
1065 build_tnt (gfc_current_ns->sym_root);
3675 ns_st = gfc_find_symtree (gfc_current_ns->sym_root, name);
3696 e->symtree = gfc_find_symtree (gfc_current_ns->sym_root, fname);
3709 e->symtree = gfc_find_symtree (gfc_current_ns->sym_root, fname);
4161 gfc_symtree** sym_root; local
4170 sym_root = &current_f2k_derived->tb_sym_root;
4171 g->specific_st = gfc_get_tbp_symtree (sym_root, atom_string);
4336 namespace. Transfer the sym_root to f2k_derived and then
4341 sym->f2k_derived->sym_root = ns->sym_root
    [all...]
gfortran.h 2132 gfc_symtree *sym_root; member in struct:gfc_namespace
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc 687 st = gfc_find_symtree (gfc_current_ns->sym_root, name);
1065 build_tnt (gfc_current_ns->sym_root);
3656 ns_st = gfc_find_symtree (gfc_current_ns->sym_root, name);
3677 e->symtree = gfc_find_symtree (gfc_current_ns->sym_root, fname);
3690 e->symtree = gfc_find_symtree (gfc_current_ns->sym_root, fname);
4142 gfc_symtree** sym_root; local
4151 sym_root = &current_f2k_derived->tb_sym_root;
4152 g->specific_st = gfc_get_tbp_symtree (sym_root, atom_string);
4317 namespace. Transfer the sym_root to f2k_derived and then
4322 sym->f2k_derived->sym_root = ns->sym_root
    [all...]
gfortran.h 2053 gfc_symtree *sym_root; member in struct:gfc_namespace

Completed in 67 milliseconds