Home
last modified time | relevance | path

Searched refs:htab_find_with_hash (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/include/
HDhashtab.h174 extern void * htab_find_with_hash (htab_t, const void *, hashval_t);
/freebsd-11-stable/contrib/gcclibs/include/
HDhashtab.h174 extern void * htab_find_with_hash (htab_t, const void *, hashval_t);
HDChangeLog-9103991 (htab_find_with_hash): Use it as an argument.
1002 (htab_find_with_hash, htab_find_slot_with_hash): Declare new
/freebsd-11-stable/contrib/gdb/include/
HDhashtab.h162 extern PTR htab_find_with_hash PARAMS ((htab_t, const void *,
/freebsd-11-stable/contrib/gcc/
HDtree-dfa.c614 h = (struct int_tree_map *) htab_find_with_hash (referenced_vars, &in, uid); in referenced_var_lookup()
633 h = (struct int_tree_map *) htab_find_with_hash (referenced_vars, &in, uid); in referenced_var_check_and_insert()
660 h = (struct int_tree_map *) htab_find_with_hash (default_defs, &in, in default_def()
HDggc-common.c297 data = htab_find_with_hash (saving_htab, obj, POINTER_HASH (obj)); in gt_pch_note_reorder()
380 result = htab_find_with_hash (saving_htab, *ptr, POINTER_HASH (*ptr)); in relocate_ptrs()
408 new_ptr = htab_find_with_hash (saving_htab, ptr, in write_pch_globals()
HDvar-tracking.c1356 var2 = htab_find_with_hash (htab, var1->decl, in dataflow_set_different_1()
1388 var2 = htab_find_with_hash (htab, var1->decl, in dataflow_set_different_2()
2538 new_var = htab_find_with_hash (new_vars, old_var->decl, in emit_notes_for_differences_1()
2571 old_var = htab_find_with_hash (old_vars, new_var->decl, in emit_notes_for_differences_2()
HDregclass.c2636 node = htab_find_with_hash (subregs_of_mode, &dummy, dummy.block); in cannot_change_mode_set_regs()
2661 node = htab_find_with_hash (subregs_of_mode, &dummy, dummy.block); in invalid_mode_change_p()
HDcgraph.c320 return htab_find_with_hash (node->call_site_hash, call_stmt, in cgraph_edge()
HDtree.c3980 h = htab_find_with_hash (init_priority_for_decl, in decl_init_priority_lookup()
4012 h = htab_find_with_hash (restrict_base_for_decl, &in, in decl_restrict_base_lookup()
4077 h = htab_find_with_hash (debug_expr_for_decl, &in, htab_hash_pointer (from)); in decl_debug_expr_lookup()
4107 h = htab_find_with_hash (value_expr_for_decl, &in, htab_hash_pointer (from)); in decl_value_expr_lookup()
4265 h = htab_find_with_hash (type_hash_table, &in, hashcode); in type_hash_lookup()
HDtree-complex.c70 h = htab_find_with_hash (complex_variable_components, &in, uid); in cvc_lookup()
HDtree-ssa-alias.c2916 h = (struct used_part_map *) htab_find_with_hash (used_portions, &in, uid); in up_lookup()
HDloop-iv.c798 struct biv_entry *biv = htab_find_with_hash (bivs, def, REGNO (def)); in analyzed_for_bivness_p()
HDlambda-code.c2154 h = htab_find_with_hash (replacements, &in, in.hash); in replace_uses_equiv_to_x_with_y()
HDvarasm.c2983 desc = htab_find_with_hash (const_desc_htab, &key, key.hash); in lookup_constant_def()
HDtree-ssa-structalias.c341 h = htab_find_with_hash (heapvar_for_stmt, &in, htab_hash_pointer (from)); in heapvar_lookup()
/freebsd-11-stable/contrib/gcc/cp/
HDcp-objcp-common.c232 h = (struct tree_map *) htab_find_with_hash (shadowed_var_for_decl, &in, in decl_shadowed_for_var_lookup()
HDcp-gimplify.c686 htab_find_with_hash (cp_function_chain->extern_decl_map, in cp_genericize_r()
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDhashtab.c560 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash() function
596 return htab_find_with_hash (htab, element, (*htab->hash_f) (element)); in htab_find()
HDChangeLog738 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
1132 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
3664 (htab_find_with_hash): Likewise.
3669 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
3682 (htab_find_with_hash): Renamed from htab_find; now accepts extra
/freebsd-11-stable/contrib/binutils/libiberty/
HDhashtab.c560 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash() function
596 return htab_find_with_hash (htab, element, (*htab->hash_f) (element)); in htab_find()
HDChangeLog936 find_empty_slot_for_expand, htab_expand, htab_find_with_hash,
1330 (htab_find_with_hash, htab_find_slot_with_hash): Likewise.
3862 (htab_find_with_hash): Likewise.
3867 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
3880 (htab_find_with_hash): Renamed from htab_find; now accepts extra
/freebsd-11-stable/contrib/gcclibs/libcpp/
HDfiles.c331 if (htab_find_with_hash (pfile->nonexistent_file_hash, path, hv) != NULL) in find_file_in_dir()
1031 htab_find_with_hash (pfile->file_hash, fname, htab_hash_string (fname)); in cpp_included()
HDChangeLog306 (cpp_included): Cast return value of htab_find_with_hash.
/freebsd-11-stable/contrib/gcc/config/
HDdarwin.c477 (htab_find_with_hash (machopic_indirections, name, in machopic_validate_stub_or_non_lazy_ptr()

12