Searched refs:gfc_use_list (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h1547 typedef struct gfc_use_list struct
1556 struct gfc_use_list *next;
1558 gfc_use_list; typedef in typeref:struct:gfc_use_list
1560 #define gfc_get_use_list() XCNEW (gfc_use_list)
1678 gfc_use_list *use_stmts;
3135 void gfc_free_use_stmts (gfc_use_list *);
H A Dmodule.c201 static gfc_use_list *module_list;
532 gfc_use_list *use_list;
706 gfc_use_list *last = module_list;
6636 gfc_use_module (gfc_use_list *module)
6642 gfc_use_list *use_stmt;
6829 gfc_use_list *next, *seek, *last;
6911 gfc_free_use_stmts (gfc_use_list *use_stmts)
6913 gfc_use_list *next;
H A Dtrans-decl.c4625 gfc_use_list *use_stmt;

Completed in 200 milliseconds