Home
last modified time | relevance | path

Searched refs:module_htab_entry (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h696 struct GTY((for_user)) module_htab_entry { struct
702 struct module_htab_entry *gfc_find_module (const char *); argument
703 void gfc_module_add_decl (struct module_htab_entry *, tree);
H A Dtrans-decl.c79 static struct module_htab_entry *cur_module;
5127 struct module_hasher : ggc_ptr_hash<module_htab_entry>
5131 static hashval_t hash (module_htab_entry *s) in hash()
5137 equal (module_htab_entry *a, const char *b) in equal()
5165 struct module_htab_entry *
5171 module_htab_entry **slot in gfc_find_module()
5175 module_htab_entry *entry = ggc_cleared_alloc<module_htab_entry> (); in gfc_find_module()
5185 gfc_module_add_decl (struct module_htab_entry *entry, tree decl) in gfc_module_add_decl()
5359 struct module_htab_entry *entry in gfc_trans_use_stmts()
H A Dtrans.c2238 struct module_htab_entry *entry; in gfc_generate_module_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h701 struct GTY((for_user)) module_htab_entry { struct
707 struct module_htab_entry *gfc_find_module (const char *); argument
708 void gfc_module_add_decl (struct module_htab_entry *, tree);
H A Dtrans-decl.cc79 static struct module_htab_entry *cur_module;
5055 struct module_hasher : ggc_ptr_hash<module_htab_entry>
5059 static hashval_t hash (module_htab_entry *s) in hash()
5065 equal (module_htab_entry *a, const char *b) in equal()
5093 struct module_htab_entry *
5099 module_htab_entry **slot in gfc_find_module()
5103 module_htab_entry *entry = ggc_cleared_alloc<module_htab_entry> (); in gfc_find_module()
5113 gfc_module_add_decl (struct module_htab_entry *entry, tree decl) in gfc_module_add_decl()
5287 struct module_htab_entry *entry in gfc_trans_use_stmts()
H A Dtrans.cc2330 struct module_htab_entry *entry; in gfc_generate_module_code()
H A DChangeLog-20081123 * trans.h (struct module_htab_entry): New type.