OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026