/openbsd/gnu/gcc/gcc/ |
H A D | read-rtl.c | 668 modes.attrs = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros() 669 modes.macros = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros() 675 codes.attrs = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros() 676 codes.macros = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros() 1160 defs = htab_create (32, def_hash, def_name_eq_p, (htab_del) 0); in read_constants() 1401 ptr_locs = htab_create (161, leading_ptr_hash, leading_ptr_eq_p, 0); in read_rtx() 1403 joined_conditions = htab_create (161, leading_ptr_hash, in read_rtx()
|
H A D | see.c | 1363 see_pre_extension_hash = htab_create (10, in see_initialize_data_structures() 2172 curr_bb_hash = htab_create (10, in see_set_prop_merged_def() 2243 curr_bb_hash = htab_create (10, in see_set_prop_unmerged_def() 2317 curr_bb_hash = htab_create (10, in see_set_prop_unmerged_use() 2893 curr_ref_s->merged_def_se_hash = htab_create (10, in see_merge_one_def_extension() 3068 se_hash = htab_create (10, in see_store_reference_and_extension() 3080 se_hash = htab_create (10, in see_store_reference_and_extension() 3092 se_hash = htab_create (10, in see_store_reference_and_extension() 3117 ref_s->unmerged_def_se_hash = htab_create (10, in see_store_reference_and_extension() 3126 ref_s->merged_def_se_hash = htab_create (10, in see_store_reference_and_extension() [all …]
|
H A D | tlink.c | 256 symbol_table = htab_create (500, hash_string_hash, hash_string_eq, in tlink_init() 258 file_table = htab_create (500, hash_string_hash, hash_string_eq, in tlink_init() 260 demangled_table = htab_create (500, hash_string_hash, hash_string_eq, in tlink_init()
|
H A D | varray.c | 70 varray_hash = htab_create (10, hash_descriptor, eq_descriptor, NULL); in varray_descriptor()
|
H A D | conflict.c | 156 = htab_create (INITIAL_ARC_CAPACITY, &arc_hash, &arc_eq, NULL); in conflict_graph_new()
|
H A D | ggc-common.c | 442 saving_htab = htab_create (50000, saving_htab_hash, saving_htab_eq, free); in gt_pch_save() 850 loc_hash = htab_create (10, hash_descriptor, eq_descriptor, NULL); in loc_descriptor() 875 ptr_hash = htab_create (10, hash_ptr, eq_ptr, NULL); in ggc_record_overhead()
|
H A D | alloc-pool.c | 102 alloc_pool_hash = htab_create (10, hash_descriptor, eq_descriptor, NULL); in alloc_pool_descriptor()
|
H A D | tree-vn.c | 454 value_table = htab_create (511, val_expr_pair_hash, in vn_init()
|
H A D | rtl-factoring.c | 1298 bucket->seq_candidates = htab_create (HASH_INIT, in fill_hash_bucket() 1364 hash_buckets = htab_create (HASH_INIT, htab_hash_bucket , htab_eq_bucket , in rtl_seqabstr()
|
H A D | cfg.c | 1055 bb_original = htab_create (10, bb_copy_original_hash, in initialize_original_copy_tables() 1057 bb_copy = htab_create (10, bb_copy_original_hash, bb_copy_original_eq, NULL); in initialize_original_copy_tables()
|
H A D | tree-ssa-uncprop.c | 394 equiv = htab_create (1024, equiv_hash, equiv_eq, equiv_free); in tree_ssa_uncprop()
|
H A D | tree-ssa-threadupdate.c | 744 redirection_data = htab_create (EDGE_COUNT (bb->succs), in thread_block()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tlink.c | 264 symbol_table = htab_create (500, hash_string_hash, hash_string_eq, in tlink_init() 266 file_table = htab_create (500, hash_string_hash, hash_string_eq, in tlink_init() 268 demangled_table = htab_create (500, hash_string_hash, hash_string_eq, in tlink_init()
|
H A D | genconditions.c | 201 condition_table = htab_create (1000, hash_c_test, cmp_c_test, NULL);
|
H A D | conflict.c | 160 = htab_create (INITIAL_ARC_CAPACITY, &arc_hash, &arc_eq, NULL);
|
H A D | read-rtl.c | 441 defs = htab_create (32, def_hash, def_name_eq_p, (htab_del) 0);
|
/openbsd/gnu/gcc/include/ |
H A D | hashtab.h | 161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | hashtab.h | 161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | hashtab.h | 161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | hashtab.h | 148 extern htab_t htab_create PARAMS ((size_t, htab_hash, htab_eq, htab_del));
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf-io.c | 353 memoized_dirlists = htab_create (37, 449 memoized_class_lookups = htab_create (37,
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | hashtab.c | 370 #undef htab_create 372 htab_create (size_t size, htab_hash hash_f, htab_eq eq_f, htab_del del_f) in htab_create() function
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | winnt.c | 540 htab = htab_create (31, htab_hash_pointer, htab_eq_pointer, NULL); in i386_pe_section_type_flags()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | winnt.c | 583 htab = htab_create (31, htab_hash_pointer, htab_eq_pointer, NULL);
|
/openbsd/gnu/gcc/libcpp/ |
H A D | pch.c | 197 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
|