Searched refs:htab_find_slot (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-9.3-release/contrib/binutils/include/
H A Dhashtab.h55 different type (but in this case htab_find and htab_find_slot
123 of all calls of `htab_find_slot' for the hash table. */
173 extern void ** htab_find_slot (htab_t, const void *, enum insert_option);
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dhashtab.h55 different type (but in this case htab_find and htab_find_slot
123 of all calls of `htab_find_slot' for the hash table. */
173 extern void ** htab_find_slot (htab_t, const void *, enum insert_option);
/freebsd-9.3-release/contrib/gdb/include/
H A Dhashtab.h55 different type (but in this case htab_find and htab_find_slot
114 of all calls of `htab_find_slot' for the hash table. */
160 extern PTR *htab_find_slot PARAMS ((htab_t, const void *,
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-alias-warnings.c372 slot = htab_find_slot (ref_map, &to_find, NO_INSERT);
407 slot = htab_find_slot (ht, tp, INSERT);
1017 slot = htab_find_slot (seen, func, INSERT);
H A Dtree-ssa-uncprop.c353 slot = htab_find_slot (equiv, &equiv_hash_elt, NO_INSERT);
371 slot = htab_find_slot (equiv, equiv_hash_elt, INSERT);
511 slot = htab_find_slot (equiv, &equiv_hash_elt, NO_INSERT);
H A Dconflict.c197 slot = htab_find_slot (graph->arc_hash_table, (void *) &dummy, INSERT);
H A Dcgraph.c210 slot = (struct cgraph_node **) htab_find_slot (cgraph_hash, &key, INSERT);
240 slot = (struct cgraph_node **) htab_find_slot (cgraph_hash, node, INSERT);
557 slot = htab_find_slot (cgraph_hash, node, NO_INSERT);
854 htab_find_slot (cgraph_varpool_hash, &key, INSERT);
H A Dsee.c1032 (struct see_pre_extension_expr **) htab_find_slot (see_pre_extension_hash,
1867 (struct see_register_properties **) htab_find_slot (curr_bb_hash,
1933 (struct see_register_properties **) htab_find_slot (curr_bb_hash,
1982 (struct see_register_properties **) htab_find_slot (curr_bb_hash,
2183 (struct see_register_properties **) htab_find_slot (curr_bb_hash,
2254 (struct see_register_properties **) htab_find_slot (curr_bb_hash,
2328 (struct see_register_properties **) htab_find_slot (curr_bb_hash,
2898 rtx_slot = (rtx *) htab_find_slot (curr_ref_s->merged_def_se_hash,
3151 rtx_slot = (rtx *) htab_find_slot (se_hash, se_insn, INSERT);
H A Dread-rtl.c632 slot = htab_find_slot (table, m, INSERT);
739 *htab_find_slot (ptr_locs, loc, INSERT) = loc;
792 *htab_find_slot (joined_conditions, entry, INSERT) = entry;
1174 entry_ptr = htab_find_slot (defs, def, INSERT);
H A Dtree-nested.c275 slot = htab_find_slot (info->field_map, &dummy, insert);
476 slot = htab_find_slot (info->var_map, &dummy, insert);
876 slot = htab_find_slot (info->var_map, &dummy, INSERT);
1207 slot = htab_find_slot (info->var_map, &dummy, INSERT);
1519 slot = htab_find_slot (i->var_map, &dummy, INSERT);
H A Dtree-ssa-threadupdate.c260 slot = htab_find_slot (redirection_data, elt, insert);
H A Dcfg.c1094 (struct htab_bb_copy_original_entry **) htab_find_slot (bb_original,
1136 (struct htab_bb_copy_original_entry **) htab_find_slot (bb_copy,
H A Dgensupport.c1221 *(htab_find_slot (condition_table, test, INSERT)) = test;
1311 void **slot = htab_find_slot (predicate_table, pred, INSERT);
H A Drtl-factoring.c1292 slot = htab_find_slot (hash_buckets, &tmp_bucket, INSERT);
1309 slot = htab_find_slot (bucket->seq_candidates, elem, INSERT);
H A Dtree-ssa-reassoc.c197 slot = htab_find_slot (operand_rank, &vrd, NO_INSERT);
213 slot = htab_find_slot (operand_rank, new_pair, INSERT);
H A Dtree-eh.c115 slot = htab_find_slot (get_eh_throw_stmt_table (ifun), n, INSERT);
142 slot = htab_find_slot (get_eh_throw_stmt_table (ifun), &dummy,
214 slot = htab_find_slot (finally_tree, n, INSERT);
H A Dtree-into-ssa.c457 slot = htab_find_slot (def_blocks, (void *) &db, INSERT);
605 slot = htab_find_slot (repl_tbl, (void *) &m, NO_INSERT);
624 slot = htab_find_slot (repl_tbl, (void *) &m, INSERT);
H A Dtree-browser.c738 slot = htab_find_slot (TB_up_ht, op, INSERT); \
H A Dexcept.c793 htab_find_slot (cfun->eh->exception_handler_label_map, entry, INSERT);
1274 htab_find_slot (ehspec_hash, &dummy, INSERT);
2181 htab_find_slot (cfun->eh->exception_handler_label_map, &tmp, NO_INSERT);
2296 htab_find_slot (cfun->eh->exception_handler_label_map, &tmp, NO_INSERT);
3097 slot = (struct action_record **) htab_find_slot (ar_hash, &tmp, INSERT);
H A Dloop-unroll.c1756 slot1 = htab_find_slot (opt_info->insns_to_split, ivts, INSERT);
1766 slot2 = htab_find_slot (opt_info->insns_with_var_to_expand, ves, INSERT);
H A Dtree-scalar-evolution.c346 slot = htab_find_slot (scalar_evolution_info, &tmp, INSERT);
2092 slot = htab_find_slot (cache, &pattern, INSERT);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dwinnt.c560 slot = (unsigned int **) htab_find_slot (htab, name, INSERT);
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dpch.c134 slot = htab_find_slot (ss->definedhash, &news, INSERT);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-score.c1399 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1561 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1601 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1712 entryp = htab_find_slot (got_entries, entry, INSERT);
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dhashtab.c448 /* Similar to htab_find_slot, but without several unwanted side effects:
676 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) function

Completed in 384 milliseconds

123