Home
last modified time | relevance | path

Searched refs:htab_hash_pointer (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-10-stable/contrib/gcc/
Dtree-ssa-alias-warnings.c369 to_find.hash = htab_hash_pointer (key); in match()
403 tp->hash = htab_hash_pointer(tp->from); in add_key()
544 match.hash = htab_hash_pointer (match.from); in find_references_in_tree_helper()
550 match.hash = htab_hash_pointer (match.from); in find_references_in_tree_helper()
1011 seen = htab_create (100, htab_hash_pointer, htab_eq_pointer, NULL); in processed_func_p()
Dcgraph.c301 return htab_hash_pointer (((struct cgraph_edge *) x)->call_stmt); in edge_hash()
321 htab_hash_pointer (call_stmt)); in cgraph_edge()
342 htab_hash_pointer (e2->call_stmt), in cgraph_edge()
359 htab_hash_pointer (e->call_stmt)); in cgraph_set_call_stmt()
367 htab_hash_pointer in cgraph_set_call_stmt()
422 htab_hash_pointer in cgraph_create_edge()
458 htab_hash_pointer (e->call_stmt)); in cgraph_edge_remove_caller()
Dvarray.c54 return htab_hash_pointer (d->name); in hash_descriptor()
74 htab_hash_pointer (name), in varray_descriptor()
Dalloc-pool.c86 return htab_hash_pointer (d->name); in hash_descriptor()
106 htab_hash_pointer (name), in alloc_pool_descriptor()
Dggc-common.c812 return htab_hash_pointer (d->function) | d->line; in hash_descriptor()
840 return htab_hash_pointer (d->ptr); in hash_ptr()
888 slot = htab_find_slot_with_hash (ptr_hash, ptr, htab_hash_pointer (ptr), INSERT); in ggc_record_overhead()
924 PTR *slot = htab_find_slot_with_hash (ptr_hash, ptr, htab_hash_pointer (ptr), in ggc_free_overhead()
Dtree.c785 ^ htab_hash_pointer (TREE_TYPE (t))); in int_cst_hash_hash()
3958 return htab_hash_pointer (((const struct tree_int_map *)item)->from); in tree_int_map_hash()
3981 &in, htab_hash_pointer (from)); in decl_init_priority_lookup()
3999 htab_hash_pointer (from), INSERT); in decl_init_priority_insert()
4013 htab_hash_pointer (from)); in decl_restrict_base_lookup()
4026 h->hash = htab_hash_pointer (from); in decl_restrict_base_insert()
4077 h = htab_find_with_hash (debug_expr_for_decl, &in, htab_hash_pointer (from)); in decl_debug_expr_lookup()
4092 h->hash = htab_hash_pointer (from); in decl_debug_expr_insert()
4107 h = htab_find_with_hash (value_expr_for_decl, &in, htab_hash_pointer (from)); in decl_value_expr_lookup()
4122 h->hash = htab_hash_pointer (from); in decl_value_expr_insert()
Dtree-browser.c140 TB_up_ht = htab_create (1023, htab_hash_pointer, &TB_parent_eq, NULL); in browse_tree()
Dtree-into-ssa.c578 return htab_hash_pointer ((const void *)((const struct repl_map_d *)p)->name); in repl_map_hash()
1528 return htab_hash_pointer in def_blocks_hash()
Drtl-factoring.c1236 return htab_hash_pointer (elem->insn); in htab_hash_elem()
Dtree-mudflap.c1138 marked_trees = htab_create_ggc (31, htab_hash_pointer, htab_eq_pointer, NULL); in mf_mark()
Dipa-inline.c965 cycles = htab_create (7, htab_hash_pointer, htab_eq_pointer, NULL); in cgraph_decide_inlining()
Dread-rtl.c716 return htab_hash_pointer (*(const void *const *) def); in leading_ptr_hash()
Dtree-nested.c117 return htab_hash_pointer (a->old); in var_map_hash()
Dtree-ssa-structalias.c341 h = htab_find_with_hash (heapvar_for_stmt, &in, htab_hash_pointer (from)); in heapvar_lookup()
357 h->hash = htab_hash_pointer (from); in heapvar_insert()
Dtree-cfg.c651 return htab_hash_pointer (e); in edge_to_cases_hash()
3590 htab = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL); in verify_stmts()
Dfold-const.c11851 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL); in fold()
11877 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL); in print_fold_checksum()
12053 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL); in fold_build1_stat()
12094 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL); in fold_build2_stat()
12150 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL); in fold_build3_stat()
/freebsd-10-stable/contrib/gcc/cp/
Dcp-objcp-common.c233 htab_hash_pointer (from)); in decl_shadowed_for_var_lookup()
248 h->hash = htab_hash_pointer (from); in decl_shadowed_for_var_insert()
Dtree.c1066 statements = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL); in verify_stmt_tree()
Ddecl.c2711 hash = (htab_hash_pointer (TYPE_CONTEXT (t)) in typename_hash()
2712 ^ htab_hash_pointer (DECL_NAME (TYPE_NAME (t)))); in typename_hash()
2771 hash = (htab_hash_pointer (ti.scope) in build_typename_type()
2772 ^ htab_hash_pointer (ti.name)); in build_typename_type()
/freebsd-10-stable/contrib/binutils/include/
Dhashtab.h189 extern htab_hash htab_hash_pointer;
/freebsd-10-stable/contrib/gcclibs/include/
Dhashtab.h189 extern htab_hash htab_hash_pointer;
/freebsd-10-stable/contrib/gdb/include/
Dhashtab.h178 extern htab_hash htab_hash_pointer;
/freebsd-10-stable/contrib/gcc/config/i386/
Dwinnt.c540 htab = htab_create (31, htab_hash_pointer, htab_eq_pointer, NULL); in i386_pe_section_type_flags()
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dhashtab.c79 htab_hash htab_hash_pointer = hash_pointer; variable
/freebsd-10-stable/contrib/binutils/libiberty/
Dhashtab.c79 htab_hash htab_hash_pointer = hash_pointer; variable

12