Home
last modified time | relevance | path

Searched refs:nofree_string_hash (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgentarget-def.cc57 static hash_table <nofree_string_hash> *stubs;
61 static hash_map <nofree_string_hash, const char *> *have_funcs;
290 stubs = new hash_table <nofree_string_hash> (31); in main()
291 have_funcs = new hash_map <nofree_string_hash, const char *>; in main()
H A Djson.h101 simple_hashmap_traits<nofree_string_hash, value *> > map_t;
H A Dgencfn-macros.cc72 typedef hash_set <nofree_string_hash> string_set;
H A Dhash-traits.h328 struct nofree_string_hash : string_hash, typed_noop_remove <const char *> {}; struct
H A Dhash-map-tests.cc99 hash_map <nofree_string_hash, int> string_map; in test_map_of_strings_to_int()
H A Dipa-devirt.cc534 static hash_map <nofree_string_hash, odr_enum> *odr_enum_map = NULL;
4099 hash_map<nofree_string_hash, odr_enum>::iterator iter in ipa_odr_summary_write()
4154 odr_enum_map = new (hash_map <nofree_string_hash, odr_enum>); in ipa_odr_read_section()
H A Dtoplev.cc1162 static hash_map <nofree_string_hash, align_flags> cache; in parse_N_M()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgentarget-def.c57 static hash_table <nofree_string_hash> *stubs;
61 static hash_map <nofree_string_hash, const char *> *have_funcs;
290 stubs = new hash_table <nofree_string_hash> (31); in main()
291 have_funcs = new hash_map <nofree_string_hash, const char *>; in main()
H A Dpass_manager.h109 hash_map<nofree_string_hash, opt_pass *> *m_name_to_pass_map;
H A Djson.h101 simple_hashmap_traits<nofree_string_hash, value *> > map_t;
H A Dgencfn-macros.c72 typedef hash_set <nofree_string_hash> string_set;
H A Dhash-map-tests.c99 hash_map <nofree_string_hash, int> string_map; in test_map_of_strings_to_int()
H A Dhash-traits.h311 struct nofree_string_hash : string_hash, typed_noop_remove <const char *> {}; struct
H A Dipa-devirt.c521 static hash_map <nofree_string_hash, odr_enum> *odr_enum_map = NULL;
4075 hash_map<nofree_string_hash, odr_enum>::iterator iter
4130 odr_enum_map = new (hash_map <nofree_string_hash, odr_enum>);
H A Dtoplev.c1305 static hash_map <nofree_string_hash, align_flags> cache; in parse_N_M()
H A Dpasses.c859 m_name_to_pass_map = new hash_map<nofree_string_hash, opt_pass *> (256); in register_pass_name()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt.c704 static hash_table<nofree_string_hash> *wrappers; in i386_find_on_wrapper_list()
717 wrappers = new hash_table<nofree_string_hash> (8); in i386_find_on_wrapper_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt.cc703 static hash_table<nofree_string_hash> *wrappers; in i386_find_on_wrapper_list()
716 wrappers = new hash_table<nofree_string_hash> (8); in i386_find_on_wrapper_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.h356 hash_map<nofree_string_hash, registered_function *> m_overload_names;
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.h356 hash_map<nofree_string_hash, registered_function *> m_overload_names;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c3037 static GTY(()) hash_map<nofree_string_hash, unsigned> *pragma_htab;
3043 pragma_htab = hash_map<nofree_string_hash, unsigned>::create_ggc (31); in m32c_note_pragma_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc3041 static GTY(()) hash_map<nofree_string_hash, unsigned> *pragma_htab;
3047 pragma_htab = hash_map<nofree_string_hash, unsigned>::create_ggc (31); in m32c_note_pragma_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc4802 hash_map<nofree_string_hash, alpha_links *> *links;
9616 = hash_map<nofree_string_hash, alpha_links *>::create_ggc (64); in alpha_use_linkage()
9707 hash_map<nofree_string_hash, alpha_links *>::iterator iter in alpha_write_linkage()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c4797 hash_map<nofree_string_hash, alpha_links *> *links;
9611 = hash_map<nofree_string_hash, alpha_links *>::create_ggc (64); in alpha_use_linkage()
9702 hash_map<nofree_string_hash, alpha_links *>::iterator iter in alpha_write_linkage()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h2866 extern hash_map<nofree_string_hash, int> *gfc_vectorized_builtins;

12