Searched refs:htab_create (Results 26 - 50 of 85) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dplugin.cc221 plugin_name_args_tab = htab_create (10, htab_hash_plugin, htab_str_eq,
H A Dgengtype-state.cc2633 htab_create (2017, hash_type_number, equals_type_number, NULL);
2635 htab_create (4027, htab_hash_string, htab_eq_string, NULL);
H A Dgensupport.cc2565 attr_htab = htab_create (500, htab_hash_string, htab_eq_string, NULL);
2594 condition_table = htab_create (500, hash_c_test, cmp_c_test, NULL);
H A Dlra-remat.cc240 cand_table = htab_create (8000, cand_hash, cand_eq_p,
H A Dgenautomata.cc1852 automaton_decl_table = htab_create (10, automaton_decl_hash,
1952 insn_decl_table = htab_create (10, insn_decl_hash, insn_decl_eq_p,
2053 decl_table = htab_create (10, decl_hash, decl_eq_p, (htab_del) 0);
3960 state_table = htab_create (1500, state_hash, state_eq_p, (htab_del) 0);
4197 automata_list_table = htab_create (1500, automata_list_hash,
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc209 r->savedstate->definedhash = htab_create (100, cpp_string_hash,
H A Dline-map.cc105 htab_create (100, location_adhoc_data_hash, location_adhoc_data_eq, NULL);
354 htab_create (100, location_adhoc_data_hash, location_adhoc_data_eq, NULL);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoff-x86_64.c771 table = htab_create (10, htab_hash_section_index,
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c1745 local_refcount_set = htab_create (mapnum);
1972 local_refcount_set = htab_create (tgt->list_count);
2577 htab_t refcount_set = htab_create (mapnum);
2747 refcount_set = htab_create (mapnum);
3122 htab_t refcount_set = htab_create (mapnum);
3221 htab_t refcount_set = htab_create (ttask->mapnum);
H A Dtask.c232 parent->depend_hash = htab_create (2 * ndepend > 12 ? 2 * ndepend : 12);
2178 new_htab = htab_create (total_cnt);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c105 htab_create (100, location_adhoc_data_hash, location_adhoc_data_eq, NULL);
354 htab_create (100, location_adhoc_data_hash, location_adhoc_data_eq, NULL);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-state.c2590 htab_create (2017, hash_type_number, equals_type_number, NULL);
2592 htab_create (4027, htab_hash_string, string_eq, NULL);
H A Dgensupport.c2568 attr_htab = htab_create (500, htab_hash_string, htab_eq_string, NULL);
2597 condition_table = htab_create (500, hash_c_test, cmp_c_test, NULL);
H A Dlra-remat.c240 cand_table = htab_create (8000, cand_hash, cand_eq_p,
H A Dgenautomata.c1852 automaton_decl_table = htab_create (10, automaton_decl_hash,
1952 insn_decl_table = htab_create (10, insn_decl_hash, insn_decl_eq_p,
2053 decl_table = htab_create (10, decl_hash, decl_eq_p, (htab_del) 0);
3960 state_table = htab_create (1500, state_hash, state_eq_p, (htab_del) 0);
4197 automata_list_table = htab_create (1500, automata_list_hash,
H A Dvalue-prof.c149 VALUE_HISTOGRAMS (fun) = htab_create (1, histogram_hash,
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c229 parent->depend_hash = htab_create (2 * ndepend > 12 ? 2 * ndepend : 12);
2070 new_htab = htab_create (total_cnt);
/netbsd-current/external/gpl3/gcc.old/dist/lto-plugin/
H A Dlto-plugin.c944 htab_t symtab = htab_create (t->nsyms, hash_sym, eq_sym, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-framefilter.c1202 htab_up levels_printed (htab_create (20,
/netbsd-current/external/gpl3/gcc/dist/lto-plugin/
H A Dlto-plugin.c965 htab_t symtab = htab_create (t->nsyms, hash_sym, eq_sym, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-framefilter.c1198 htab_up levels_printed (htab_create (20,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c108 return htab_create (37, hash_name, eq_name, free_with_string);
2744 gimple_canonical_types = htab_create (16381, gimple_canonical_type_hash,
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc108 return htab_create (37, hash_name, eq_name, free_with_string);
2749 gimple_canonical_types = htab_create (16381, gimple_canonical_type_hash,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-descriptions.c1126 reg_hash = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-descriptions.c1111 htab_up reg_hash (htab_create (37, htab_hash_pointer, htab_eq_pointer,

Completed in 601 milliseconds

1234