Searched refs:gfc_module_add_decl (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 703 void gfc_module_add_decl (struct module_htab_entry *, tree);
|
H A D | trans.c | 2264 gfc_module_add_decl (entry, n->proc_name->backend_decl); in gfc_generate_module_code() 2268 gfc_module_add_decl (entry, el->sym->backend_decl); in gfc_generate_module_code()
|
H A D | trans-decl.c | 1034 gfc_module_add_decl (cur_module, token); in gfc_build_qualified_array() 5185 gfc_module_add_decl (struct module_htab_entry *entry, tree decl) in gfc_module_add_decl() function 5270 gfc_module_add_decl (cur_module, TYPE_STUB_DECL (decl)); in gfc_create_module_variable() 5287 gfc_module_add_decl (cur_module, decl); in gfc_create_module_variable() 5330 gfc_module_add_decl (cur_module, decl); in gfc_create_module_variable() 5803 gfc_module_add_decl (cur_module, decl); in create_module_nml_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.h | 708 void gfc_module_add_decl (struct module_htab_entry *, tree);
|
H A D | trans.cc | 2356 gfc_module_add_decl (entry, n->proc_name->backend_decl); in gfc_generate_module_code() 2360 gfc_module_add_decl (entry, el->sym->backend_decl); in gfc_generate_module_code()
|
H A D | trans-decl.cc | 1039 gfc_module_add_decl (cur_module, token); in gfc_build_qualified_array() 5113 gfc_module_add_decl (struct module_htab_entry *entry, tree decl) in gfc_module_add_decl() function 5198 gfc_module_add_decl (cur_module, TYPE_STUB_DECL (decl)); in gfc_create_module_variable() 5215 gfc_module_add_decl (cur_module, decl); in gfc_create_module_variable() 5258 gfc_module_add_decl (cur_module, decl); in gfc_create_module_variable() 5731 gfc_module_add_decl (cur_module, decl); in create_module_nml_decl()
|
H A D | ChangeLog-2008 | 1124 (gfc_find_module, gfc_module_add_decl): New functions. 1127 call gfc_module_add_decl for them. 1138 module_htab_decls_eq, gfc_find_module, gfc_module_add_decl): New 1141 variables and types and call gfc_module_add_decl for them.
|