Home
last modified time | relevance | path

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

12

/openbsd/gnu/gcc/include/
H A Dhashtab.h174 extern void * htab_find_with_hash (htab_t, const void *, hashval_t);
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dhashtab.h174 extern void * htab_find_with_hash (htab_t, const void *, hashval_t);
/openbsd/gnu/lib/libiberty/include/
H A Dhashtab.h174 extern void * htab_find_with_hash (htab_t, const void *, hashval_t);
H A DChangeLog540 (htab_find_with_hash): Use it as an argument.
547 (htab_find_with_hash, htab_find_slot_with_hash): Declare new
/openbsd/gnu/usr.bin/binutils/include/
H A Dhashtab.h162 extern PTR htab_find_with_hash PARAMS ((htab_t, const void *,
H A DChangeLog592 (htab_find_with_hash): Use it as an argument.
599 (htab_find_with_hash, htab_find_slot_with_hash): Declare new
/openbsd/gnu/gcc/gcc/cp/
H A Dcp-objcp-common.c232 h = (struct tree_map *) htab_find_with_hash (shadowed_var_for_decl, &in, in decl_shadowed_for_var_lookup()
H A Dcp-gimplify.c647 htab_find_with_hash (cp_function_chain->extern_decl_map, in cp_genericize_r()
/openbsd/gnu/gcc/gcc/
H A Dtree-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()
H A Dggc-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()
H A Dvar-tracking.c1353 var2 = htab_find_with_hash (htab, var1->decl, in dataflow_set_different_1()
1385 var2 = htab_find_with_hash (htab, var1->decl, in dataflow_set_different_2()
2516 new_var = htab_find_with_hash (new_vars, old_var->decl, in emit_notes_for_differences_1()
2549 old_var = htab_find_with_hash (old_vars, new_var->decl, in emit_notes_for_differences_2()
H A Dregclass.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()
H A Dcgraph.c320 return htab_find_with_hash (node->call_site_hash, call_stmt, in cgraph_edge()
H A Dtree.c3975 h = htab_find_with_hash (init_priority_for_decl, in decl_init_priority_lookup()
4007 h = htab_find_with_hash (restrict_base_for_decl, &in, in decl_restrict_base_lookup()
4072 h = htab_find_with_hash (debug_expr_for_decl, &in, htab_hash_pointer (from)); in decl_debug_expr_lookup()
4102 h = htab_find_with_hash (value_expr_for_decl, &in, htab_hash_pointer (from)); in decl_value_expr_lookup()
4260 h = htab_find_with_hash (type_hash_table, &in, hashcode); in type_hash_lookup()
H A Dtree-complex.c70 h = htab_find_with_hash (complex_variable_components, &in, uid); in cvc_lookup()
H A Dtree-ssa-alias.c2913 h = (struct used_part_map *) htab_find_with_hash (used_portions, &in, uid); in up_lookup()
H A Dloop-iv.c798 struct biv_entry *biv = htab_find_with_hash (bivs, def, REGNO (def)); in analyzed_for_bivness_p()
/openbsd/gnu/lib/libiberty/src/
H A Dhashtab.c539 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash() function
575 return htab_find_with_hash (htab, element, (*htab->hash_f) (element)); in htab_find()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djcf-io.c457 if (htab_find_with_hash (memoized_class_lookups, classname, hash))
H A Dclass.c2310 e = (struct treetreehash_entry *) htab_find_with_hash (ht, t, hv);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dregclass.c2714 node = htab_find_with_hash (subregs_of_mode, &dummy, dummy.block);
2741 node = htab_find_with_hash (subregs_of_mode, &dummy, dummy.block);
H A Dssa.c292 htab_find_with_hash (ssa_rename_from_ht, (void *) &srfp, reg);
/openbsd/gnu/gcc/libcpp/
H A Dfiles.c961 htab_find_with_hash (pfile->file_hash, fname, htab_hash_string (fname)); in cpp_included()
H A DChangeLog306 (cpp_included): Cast return value of htab_find_with_hash.
/openbsd/gnu/gcc/gcc/config/
H A Ddarwin.c477 (htab_find_with_hash (machopic_indirections, name, in machopic_validate_stub_or_non_lazy_ptr()

12