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

  /src/external/gpl3/gcc/dist/gcc/fortran/
module.cc 3658 gfc_symtree *ns_st = NULL; local
3675 ns_st = gfc_find_symtree (gfc_current_ns->sym_root, name);
3680 if (ns_st && ns_st->n.sym
3681 && ns_st->n.sym->attr.flavor != FL_MODULE
3683 e->symtree = ns_st;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc 3639 gfc_symtree *ns_st = NULL; local
3656 ns_st = gfc_find_symtree (gfc_current_ns->sym_root, name);
3661 if (ns_st && ns_st->n.sym
3662 && ns_st->n.sym->attr.flavor != FL_MODULE
3664 e->symtree = ns_st;

Completed in 32 milliseconds