Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/gcc/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()
/openbsd/src/gnu/gcc/gcc/
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.c800 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()
Dtree.c777 ^ 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()
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()
Dipa-inline.c965 cycles = htab_create (7, htab_hash_pointer, htab_eq_pointer, NULL); in cgraph_decide_inlining()
Dtree-mudflap.c1138 marked_trees = htab_create_ggc (31, htab_hash_pointer, htab_eq_pointer, NULL); in mf_mark()
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()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dhashtab.h189 extern htab_hash htab_hash_pointer;
/openbsd/src/gnu/gcc/include/
Dhashtab.h189 extern htab_hash htab_hash_pointer;
/openbsd/src/gnu/lib/libiberty/include/
Dhashtab.h189 extern htab_hash htab_hash_pointer;
/openbsd/src/gnu/usr.bin/binutils/include/
Dhashtab.h178 extern htab_hash htab_hash_pointer;
/openbsd/src/gnu/gcc/gcc/config/i386/
Dwinnt.c540 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/
Dwinnt.c583 htab = htab_create (31, htab_hash_pointer, htab_eq_pointer, NULL);
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree-inline.c1483 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/
Dmangle.c2634 return htab_hash_pointer (TREE_PURPOSE ((tree) val)); in hash_type()
2660 htab_hash_pointer (type), INSERT); in mangle_conv_op_name_for_type()
Dtree.c1207 statements = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL);
/openbsd/src/gnu/lib/libiberty/src/
Dhashtab.c79 htab_hash htab_hash_pointer = hash_pointer; variable
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dclass.c626 htab_create_ggc (50, htab_hash_pointer, htab_eq_pointer, NULL);
2283 #define JAVA_TREEHASHHASH_H(t) (htab_hash_pointer (t))

123