/openbsd/gnu/gcc/include/ |
H A D | hashtab.h | 174 extern void * htab_find_with_hash (htab_t, const void *, hashval_t);
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | hashtab.h | 174 extern void * htab_find_with_hash (htab_t, const void *, hashval_t);
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | hashtab.h | 174 extern void * htab_find_with_hash (htab_t, const void *, hashval_t);
|
H A D | ChangeLog | 540 (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 D | hashtab.h | 162 extern PTR htab_find_with_hash PARAMS ((htab_t, const void *,
|
H A D | ChangeLog | 592 (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 D | cp-objcp-common.c | 232 h = (struct tree_map *) htab_find_with_hash (shadowed_var_for_decl, &in, in decl_shadowed_for_var_lookup()
|
H A D | cp-gimplify.c | 647 htab_find_with_hash (cp_function_chain->extern_decl_map, in cp_genericize_r()
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-dfa.c | 614 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 D | ggc-common.c | 297 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 D | var-tracking.c | 1353 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 D | regclass.c | 2636 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 D | cgraph.c | 320 return htab_find_with_hash (node->call_site_hash, call_stmt, in cgraph_edge()
|
H A D | tree.c | 3975 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 D | tree-complex.c | 70 h = htab_find_with_hash (complex_variable_components, &in, uid); in cvc_lookup()
|
H A D | tree-ssa-alias.c | 2913 h = (struct used_part_map *) htab_find_with_hash (used_portions, &in, uid); in up_lookup()
|
H A D | loop-iv.c | 798 struct biv_entry *biv = htab_find_with_hash (bivs, def, REGNO (def)); in analyzed_for_bivness_p()
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | hashtab.c | 539 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 D | jcf-io.c | 457 if (htab_find_with_hash (memoized_class_lookups, classname, hash))
|
H A D | class.c | 2310 e = (struct treetreehash_entry *) htab_find_with_hash (ht, t, hv);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | regclass.c | 2714 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 D | ssa.c | 292 htab_find_with_hash (ssa_rename_from_ht, (void *) &srfp, reg);
|
/openbsd/gnu/gcc/libcpp/ |
H A D | files.c | 961 htab_find_with_hash (pfile->file_hash, fname, htab_hash_string (fname)); in cpp_included()
|
H A D | ChangeLog | 306 (cpp_included): Cast return value of htab_find_with_hash.
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | darwin.c | 477 (htab_find_with_hash (machopic_indirections, name, in machopic_validate_stub_or_non_lazy_ptr()
|