| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cp-objcp-common.c | 233 htab_hash_pointer (from)); in decl_shadowed_for_var_lookup() 248 h->hash = htab_hash_pointer (from); in decl_shadowed_for_var_insert()
|
| D | tree.c | 1066 statements = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL); in verify_stmt_tree()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | cgraph.c | 301 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()
|
| D | varray.c | 54 return htab_hash_pointer (d->name); in hash_descriptor() 74 htab_hash_pointer (name), in varray_descriptor()
|
| D | alloc-pool.c | 86 return htab_hash_pointer (d->name); in hash_descriptor() 106 htab_hash_pointer (name), in alloc_pool_descriptor()
|
| D | ggc-common.c | 800 return htab_hash_pointer (d->function) | d->line; in hash_descriptor() 828 return htab_hash_pointer (d->ptr); in hash_ptr() 876 slot = htab_find_slot_with_hash (ptr_hash, ptr, htab_hash_pointer (ptr), INSERT); in ggc_record_overhead() 912 PTR *slot = htab_find_slot_with_hash (ptr_hash, ptr, htab_hash_pointer (ptr), in ggc_free_overhead()
|
| D | tree.c | 777 ^ htab_hash_pointer (TREE_TYPE (t))); in int_cst_hash_hash() 3953 return htab_hash_pointer (((const struct tree_int_map *)item)->from); in tree_int_map_hash() 3976 &in, htab_hash_pointer (from)); in decl_init_priority_lookup() 3994 htab_hash_pointer (from), INSERT); in decl_init_priority_insert() 4008 htab_hash_pointer (from)); in decl_restrict_base_lookup() 4021 h->hash = htab_hash_pointer (from); in decl_restrict_base_insert() 4072 h = htab_find_with_hash (debug_expr_for_decl, &in, htab_hash_pointer (from)); in decl_debug_expr_lookup() 4087 h->hash = htab_hash_pointer (from); in decl_debug_expr_insert() 4102 h = htab_find_with_hash (value_expr_for_decl, &in, htab_hash_pointer (from)); in decl_value_expr_lookup() 4117 h->hash = htab_hash_pointer (from); in decl_value_expr_insert()
|
| D | tree-browser.c | 140 TB_up_ht = htab_create (1023, htab_hash_pointer, &TB_parent_eq, NULL); in browse_tree()
|
| D | tree-into-ssa.c | 578 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()
|
| D | rtl-factoring.c | 1236 return htab_hash_pointer (elem->insn); in htab_hash_elem()
|
| D | ipa-inline.c | 965 cycles = htab_create (7, htab_hash_pointer, htab_eq_pointer, NULL); in cgraph_decide_inlining()
|
| D | tree-mudflap.c | 1138 marked_trees = htab_create_ggc (31, htab_hash_pointer, htab_eq_pointer, NULL); in mf_mark()
|
| D | read-rtl.c | 716 return htab_hash_pointer (*(const void *const *) def); in leading_ptr_hash()
|
| D | tree-nested.c | 117 return htab_hash_pointer (a->old); in var_map_hash()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | hashtab.h | 189 extern htab_hash htab_hash_pointer;
|
| /openbsd/src/gnu/gcc/include/ |
| D | hashtab.h | 189 extern htab_hash htab_hash_pointer;
|
| /openbsd/src/gnu/lib/libiberty/include/ |
| D | hashtab.h | 189 extern htab_hash htab_hash_pointer;
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | hashtab.h | 178 extern htab_hash htab_hash_pointer;
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | winnt.c | 540 htab = htab_create (31, htab_hash_pointer, htab_eq_pointer, NULL); in i386_pe_section_type_flags()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/ |
| D | winnt.c | 583 htab = htab_create (31, htab_hash_pointer, htab_eq_pointer, NULL);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | tree-inline.c | 1483 id.tree_pruner = htab_create (37, htab_hash_pointer, 1795 htab = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | mangle.c | 2634 return htab_hash_pointer (TREE_PURPOSE ((tree) val)); in hash_type() 2660 htab_hash_pointer (type), INSERT); in mangle_conv_op_name_for_type()
|
| D | tree.c | 1207 statements = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL);
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | hashtab.c | 79 htab_hash htab_hash_pointer = hash_pointer; variable
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | class.c | 626 htab_create_ggc (50, htab_hash_pointer, htab_eq_pointer, NULL); 2283 #define JAVA_TREEHASHHASH_H(t) (htab_hash_pointer (t))
|