/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gentarget-def.cc | 57 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 D | json.h | 101 simple_hashmap_traits<nofree_string_hash, value *> > map_t;
|
H A D | gencfn-macros.cc | 72 typedef hash_set <nofree_string_hash> string_set;
|
H A D | hash-traits.h | 328 struct nofree_string_hash : string_hash, typed_noop_remove <const char *> {}; struct
|
H A D | hash-map-tests.cc | 99 hash_map <nofree_string_hash, int> string_map; in test_map_of_strings_to_int()
|
H A D | ipa-devirt.cc | 534 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 D | toplev.cc | 1162 static hash_map <nofree_string_hash, align_flags> cache; in parse_N_M()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gentarget-def.c | 57 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 D | pass_manager.h | 109 hash_map<nofree_string_hash, opt_pass *> *m_name_to_pass_map;
|
H A D | json.h | 101 simple_hashmap_traits<nofree_string_hash, value *> > map_t;
|
H A D | gencfn-macros.c | 72 typedef hash_set <nofree_string_hash> string_set;
|
H A D | hash-map-tests.c | 99 hash_map <nofree_string_hash, int> string_map; in test_map_of_strings_to_int()
|
H A D | hash-traits.h | 311 struct nofree_string_hash : string_hash, typed_noop_remove <const char *> {}; struct
|
H A D | ipa-devirt.c | 521 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 D | toplev.c | 1305 static hash_map <nofree_string_hash, align_flags> cache; in parse_N_M()
|
H A D | passes.c | 859 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 D | winnt.c | 704 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 D | winnt.cc | 703 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 D | aarch64-sve-builtins.h | 356 hash_map<nofree_string_hash, registered_function *> m_overload_names;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.h | 356 hash_map<nofree_string_hash, registered_function *> m_overload_names;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
H A D | m32c.c | 3037 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 D | m32c.cc | 3041 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 D | alpha.cc | 4802 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 D | alpha.c | 4797 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 D | gfortran.h | 2866 extern hash_map<nofree_string_hash, int> *gfc_vectorized_builtins;
|