Home
last modified time | relevance | path

Searched refs:has_implicit_none_export (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dinterface.c3847 bool has_implicit_none_export = false; in gfc_procedure_use() local
3851 if (ns->has_implicit_none_export) in gfc_procedure_use()
3853 has_implicit_none_export = true; in gfc_procedure_use()
3856 if (has_implicit_none_export) in gfc_procedure_use()
H A Dinterface.cc4032 bool has_implicit_none_export = false; in gfc_procedure_use() local
4036 if (ns->has_implicit_none_export) in gfc_procedure_use()
4038 has_implicit_none_export = true; in gfc_procedure_use()
4041 if (has_implicit_none_export) in gfc_procedure_use()
H A Dgfortran.h2152 unsigned has_implicit_none_export:1; member
H A Dsymbol.c132 gfc_current_ns->has_implicit_none_export = 1; in gfc_set_implicit_none()
H A Dsymbol.cc132 gfc_current_ns->has_implicit_none_export = 1; in gfc_set_implicit_none()
H A DChangeLog-2014713 * gfortran.h (gfc_namespace): Add has_implicit_none_export:1.
H A DChangeLog-20202276 * symbol.c (gfc_get_namespace): Don't set has_implicit_none_export
H A Ddecl.c4643 || gfc_current_ns->has_implicit_none_export) in gfc_match_implicit_none()
H A Ddecl.cc4740 || gfc_current_ns->has_implicit_none_export) in gfc_match_implicit_none()
H A Dresolve.cc3008 && sym->ns->has_implicit_none_export) in resolve_unknown_f()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dinterface.c3847 bool has_implicit_none_export = false; in gfc_procedure_use() local
3851 if (ns->has_implicit_none_export) in gfc_procedure_use()
3853 has_implicit_none_export = true; in gfc_procedure_use()
3856 if (has_implicit_none_export) in gfc_procedure_use()
H A Dgfortran.h1891 unsigned has_implicit_none_export:1; member
H A Dsymbol.c132 gfc_current_ns->has_implicit_none_export = 1; in gfc_set_implicit_none()
H A Ddecl.c4643 || gfc_current_ns->has_implicit_none_export) in gfc_match_implicit_none()