Searched refs:module_htab_entry (Results 1 – 7 of 7) sorted by relevance
696 struct GTY((for_user)) module_htab_entry { struct702 struct module_htab_entry *gfc_find_module (const char *); argument703 void gfc_module_add_decl (struct module_htab_entry *, tree);
79 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()
2238 struct module_htab_entry *entry; in gfc_generate_module_code()
701 struct GTY((for_user)) module_htab_entry { struct707 struct module_htab_entry *gfc_find_module (const char *); argument708 void gfc_module_add_decl (struct module_htab_entry *, tree);
79 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()
2330 struct module_htab_entry *entry; in gfc_generate_module_code()
1123 * trans.h (struct module_htab_entry): New type.