Home
last modified time | relevance | path

Searched refs:use_only (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc4872 sym->attr.use_only = only_flag; in load_generic_interfaces()
5223 sym->attr.use_only = 1; in load_needed()
5581 sym->attr.use_only = only_flag; in read_module()
H A Dtrans-decl.cc5359 && st->n.sym->attr.use_only in gfc_trans_use_stmts()
5903 if (sym->attr.use_only) in generate_local_decl()
5976 else if (sym->attr.use_only) in generate_local_decl()
H A Dgfortran.h875 use_only:1, /* Symbol has been use-associated, with ONLY. */ member
H A DChangeLog-20121926 * module.c: Only mark symbols as use_only if they have been
2504 as use_only.
H A DChangeLog-2006270 * gfortran.h (symbol_attribute): Added use_only and
272 * module.c (load_need): Set the use_only flag, if needed.
H A DChangeLog-2008999 * module.c (read_module): Initialize use_only flag on used symbols.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c4721 sym->attr.use_only = only_flag; in load_generic_interfaces()
5071 sym->attr.use_only = 1; in load_needed()
5429 sym->attr.use_only = only_flag; in read_module()
H A Dtrans-decl.c5431 && st->n.sym->attr.use_only in gfc_trans_use_stmts()
5975 if (sym->attr.use_only) in generate_local_decl()
6048 else if (sym->attr.use_only) in generate_local_decl()
H A Dgfortran.h803 use_only:1, /* Symbol has been use-associated, with ONLY. */ member