/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-uncprop.c | 353 slot = htab_find_slot (equiv, &equiv_hash_elt, NO_INSERT); in remove_equivalence() 371 slot = htab_find_slot (equiv, equiv_hash_elt, INSERT); in record_equiv() 511 slot = htab_find_slot (equiv, &equiv_hash_elt, NO_INSERT); in uncprop_into_successor_phis()
|
H A D | cgraph.c | 210 slot = (struct cgraph_node **) htab_find_slot (cgraph_hash, &key, INSERT); in cgraph_node() 240 slot = (struct cgraph_node **) htab_find_slot (cgraph_hash, node, INSERT); in cgraph_insert_node_to_hashtable() 557 slot = htab_find_slot (cgraph_hash, node, NO_INSERT); in cgraph_remove_node() 854 htab_find_slot (cgraph_varpool_hash, &key, INSERT); in cgraph_varpool_node()
|
H A D | see.c | 1031 (struct see_pre_extension_expr **) htab_find_slot (see_pre_extension_hash, in see_seek_pre_extension_expr() 1866 (struct see_register_properties **) htab_find_slot (curr_bb_hash, in see_analyze_merged_def_local_prop() 1932 (struct see_register_properties **) htab_find_slot (curr_bb_hash, in see_analyze_unmerged_def_local_prop() 1981 (struct see_register_properties **) htab_find_slot (curr_bb_hash, in see_analyze_use_local_prop() 2182 (struct see_register_properties **) htab_find_slot (curr_bb_hash, in see_set_prop_merged_def() 2253 (struct see_register_properties **) htab_find_slot (curr_bb_hash, in see_set_prop_unmerged_def() 2327 (struct see_register_properties **) htab_find_slot (curr_bb_hash, in see_set_prop_unmerged_use() 2897 rtx_slot = (rtx *) htab_find_slot (curr_ref_s->merged_def_se_hash, in see_merge_one_def_extension() 3150 rtx_slot = (rtx *) htab_find_slot (se_hash, se_insn, INSERT); in see_store_reference_and_extension()
|
H A D | conflict.c | 196 slot = htab_find_slot (graph->arc_hash_table, (void *) &dummy, INSERT); in conflict_graph_add()
|
H A D | read-rtl.c | 632 slot = htab_find_slot (table, m, INSERT); in add_mapping() 739 *htab_find_slot (ptr_locs, loc, INSERT) = loc; in set_rtx_ptr_loc() 792 *htab_find_slot (joined_conditions, entry, INSERT) = entry; in join_c_conditions() 1173 entry_ptr = htab_find_slot (defs, def, INSERT); in read_constants()
|
H A D | tree-nested.c | 275 slot = htab_find_slot (info->field_map, &dummy, insert); in lookup_field_for_decl() 476 slot = htab_find_slot (info->var_map, &dummy, insert); in lookup_tramp_for_decl() 874 slot = htab_find_slot (info->var_map, &dummy, INSERT); in get_nonlocal_debug_decl() 1205 slot = htab_find_slot (info->var_map, &dummy, INSERT); in get_local_debug_decl() 1517 slot = htab_find_slot (i->var_map, &dummy, INSERT); in convert_nl_goto_reference()
|
H A D | rtl-factoring.c | 1292 slot = htab_find_slot (hash_buckets, &tmp_bucket, INSERT); in fill_hash_bucket() 1309 slot = htab_find_slot (bucket->seq_candidates, elem, INSERT); in fill_hash_bucket()
|
H A D | cfg.c | 1086 (struct htab_bb_copy_original_entry **) htab_find_slot (bb_original, in set_bb_original() 1128 (struct htab_bb_copy_original_entry **) htab_find_slot (bb_copy, in set_bb_copy()
|
H A D | tree-eh.c | 112 slot = htab_find_slot (get_eh_throw_stmt_table (ifun), n, INSERT); in add_stmt_to_eh_region_fn() 139 slot = htab_find_slot (get_eh_throw_stmt_table (ifun), &dummy, in remove_stmt_from_eh_region_fn() 210 slot = htab_find_slot (finally_tree, n, INSERT); in record_in_finally_tree()
|
H A D | gensupport.c | 1216 *(htab_find_slot (condition_table, test, INSERT)) = test; in add_c_test() 1306 void **slot = htab_find_slot (predicate_table, pred, INSERT); in add_predicate()
|
H A D | tree-ssa-threadupdate.c | 260 slot = htab_find_slot (redirection_data, elt, insert); in lookup_redirection_data()
|
H A D | tree-ssa-reassoc.c | 197 slot = htab_find_slot (operand_rank, &vrd, NO_INSERT); in find_operand_rank() 213 slot = htab_find_slot (operand_rank, new_pair, INSERT); in insert_operand_rank()
|
H A D | except.c | 786 htab_find_slot (cfun->eh->exception_handler_label_map, entry, INSERT); in add_ehl_entry() 1264 htab_find_slot (ehspec_hash, &dummy, INSERT); in add_ehspec_entry() 2168 htab_find_slot (cfun->eh->exception_handler_label_map, &tmp, NO_INSERT); in remove_exception_handler_label() 2283 htab_find_slot (cfun->eh->exception_handler_label_map, &tmp, NO_INSERT); in maybe_remove_eh_handler() 3081 slot = (struct action_record **) htab_find_slot (ar_hash, &tmp, INSERT); in add_action_record()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | genconditions.c | 64 *(htab_find_slot (condition_table, test, INSERT)) = test;
|
H A D | conflict.c | 207 slot = htab_find_slot (graph->arc_hash_table, (void *) &dummy, INSERT);
|
H A D | except.c | 1194 htab_find_slot (cfun->eh->exception_handler_label_map, entry, INSERT); 1568 htab_find_slot (ehspec_hash, &dummy, INSERT); 2349 htab_find_slot (cfun->eh->exception_handler_label_map, &tmp, NO_INSERT); 2464 htab_find_slot (cfun->eh->exception_handler_label_map, &tmp, NO_INSERT); 3189 slot = (struct action_record **) htab_find_slot (ar_hash, &tmp, INSERT);
|
H A D | read-rtl.c | 454 entry_ptr = htab_find_slot (defs, def, TRUE);
|
/openbsd/gnu/gcc/include/ |
H A D | hashtab.h | 173 extern void ** htab_find_slot (htab_t, const void *, enum insert_option);
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | hashtab.h | 173 extern void ** htab_find_slot (htab_t, const void *, enum insert_option);
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | hashtab.h | 173 extern void ** htab_find_slot (htab_t, const void *, enum insert_option);
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | hashtab.h | 160 extern PTR *htab_find_slot PARAMS ((htab_t, const void *,
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | winnt.c | 559 slot = (unsigned int **) htab_find_slot (htab, name, INSERT); in i386_pe_section_type_flags()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | gjavah.c | 1156 slot = htab_find_slot (throw_hash, str, INSERT); 1160 slot = htab_find_slot (non_throw_hash, str, INSERT); 1211 slot = htab_find_slot (result ? throw_hash : non_throw_hash,
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | winnt.c | 602 slot = (unsigned int **) htab_find_slot (htab, name, INSERT);
|
/openbsd/gnu/gcc/libcpp/ |
H A D | pch.c | 134 slot = htab_find_slot (ss->definedhash, &news, INSERT); in save_idents()
|