Searched refs:gfc_use_list (Results 1 – 9 of 9) sorted by relevance
1725 typedef struct gfc_use_list struct1735 struct gfc_use_list *next; argument1737 gfc_use_list; typedef1739 #define gfc_get_use_list() XCNEW (gfc_use_list)1874 gfc_use_list *use_stmts;3517 void gfc_free_use_stmts (gfc_use_list *);
198 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()
5356 gfc_use_list *use_stmt; in gfc_trans_use_stmts()
200 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 …]
1980 typedef struct gfc_use_list struct1990 struct gfc_use_list *next; argument1992 gfc_use_list; typedef1994 #define gfc_get_use_list() XCNEW (gfc_use_list)2132 gfc_use_list *use_stmts;3803 void gfc_free_use_stmts (gfc_use_list *);
1089 * 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.
1168 * gfortran.h : Add 'submodule_name' to gfc_use_list structure.1178 the gfc_use_list structure and SUBMODULE_EXTENSION to read the
2652 * gfortran.h (gfc_use_list):
5284 gfc_use_list *use_stmt; in gfc_trans_use_stmts()