Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1725 typedef struct gfc_use_list struct
1735 struct gfc_use_list *next; argument
1737 gfc_use_list; typedef
1739 #define gfc_get_use_list() XCNEW (gfc_use_list)
1874 gfc_use_list *use_stmts;
3517 void gfc_free_use_stmts (gfc_use_list *);
H A Dmodule.c198 static gfc_use_list *module_list;
529 gfc_use_list *use_list; in gfc_match_use()
722 gfc_use_list *last = module_list; in gfc_match_use()
759 gfc_use_list *use_list; in gfc_match_submodule()
789 gfc_use_list *last = module_list; in gfc_match_submodule()
7043 gfc_use_module (gfc_use_list *module) in gfc_use_module()
7049 gfc_use_list *use_stmt; in gfc_use_module()
7262 gfc_use_list *next, *seek, *last; in gfc_use_modules()
7344 gfc_free_use_stmts (gfc_use_list *use_stmts) in gfc_free_use_stmts()
7346 gfc_use_list *next; in gfc_free_use_stmts()
H A Dtrans-decl.c5356 gfc_use_list *use_stmt; in gfc_trans_use_stmts()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc200 static gfc_use_list *module_list;
203 static gfc_use_list **old_module_list_tail;
534 gfc_use_list *use_list; in gfc_match_use()
727 gfc_use_list *last = module_list; in gfc_match_use()
764 gfc_use_list *use_list; in gfc_match_submodule()
794 gfc_use_list *last = module_list; in gfc_match_submodule()
7254 gfc_use_module (gfc_use_list *module) in gfc_use_module()
7260 gfc_use_list *use_stmt; in gfc_use_module()
7473 gfc_use_list *next, *seek, *last; in gfc_use_modules()
7557 gfc_free_use_stmts (gfc_use_list *use_stmts) in gfc_free_use_stmts()
[all …]
H A Dgfortran.h1980 typedef struct gfc_use_list struct
1990 struct gfc_use_list *next; argument
1992 gfc_use_list; typedef
1994 #define gfc_get_use_list() XCNEW (gfc_use_list)
2132 gfc_use_list *use_stmts;
3803 void gfc_free_use_stmts (gfc_use_list *);
H A DChangeLog-20081089 * gfortran.h (gfc_use_list): Add where field.
1092 (gfc_use_module): Copy it to gfc_use_list's where field.
1112 (gfc_use_list): New type.
H A DChangeLog-20151168 * gfortran.h : Add 'submodule_name' to gfc_use_list structure.
1178 the gfc_use_list structure and SUBMODULE_EXTENSION to read the
H A DChangeLog-20122652 * gfortran.h (gfc_use_list):
H A Dtrans-decl.cc5284 gfc_use_list *use_stmt; in gfc_trans_use_stmts()