Searched refs:htab_create_ggc (Results 1 - 25 of 33) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dggc.h115 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \ macro
H A Dcselib.c1424 hash_table = htab_create_ggc (31, get_value_hash, entry_and_rtx_equal_p,
H A Dexcept.c388 type_to_runtime_map = htab_create_ggc (31, t2r_hash, t2r_eq, NULL);
1224 = htab_create_ggc (cfun->eh->last_region_number * 3 / 2,
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcp-objcp-common.c258 shadowed_var_for_decl = htab_create_ggc (512, tree_map_hash,
H A Dtypeck2.c263 abstract_pending_vars = htab_create_ggc (31, &pat_calc_hash,
H A Dmangle.c2829 conv_type_names = htab_create_ggc (31, &hash_type, &compare_type, NULL);
H A Dtree.c2149 list_hash_table = htab_create_ggc (31, list_hash, list_hash_eq, NULL);
H A Ddecl.c2247 named_labels = htab_create_ggc (13, named_label_entry_hash,
2754 typename_htab = htab_create_ggc (61, &typename_hash,
/openbsd-current/gnu/gcc/gcc/
H A Dggc.h243 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
242 #define htab_create_ggc macro
H A Dcgraph.c206 cgraph_hash = htab_create_ggc (10, hash_node, eq_node, NULL);
336 node->call_site_hash = htab_create_ggc (120, edge_hash, edge_eq, NULL);
850 cgraph_varpool_hash = htab_create_ggc (10, hash_varpool_node,
H A Dtree-ssa.c833 referenced_vars = htab_create_ggc (20, int_tree_map_hash,
835 default_defs = htab_create_ggc (20, int_tree_map_hash, int_tree_map_eq, NULL);
H A Dtree.c221 type_hash_table = htab_create_ggc (TYPE_HASH_INITIAL_SIZE, type_hash_hash,
224 debug_expr_for_decl = htab_create_ggc (512, tree_map_hash,
227 value_expr_for_decl = htab_create_ggc (512, tree_map_hash,
229 init_priority_for_decl = htab_create_ggc (512, tree_int_map_hash,
231 restrict_base_for_decl = htab_create_ggc (256, tree_map_hash,
234 int_cst_hash_table = htab_create_ggc (1024, int_cst_hash_hash,
H A Dtree-nested.c772 info->field_map = htab_create_ggc (7, var_map_hash, var_map_eq, ggc_free);
773 info->var_map = htab_create_ggc (7, var_map_hash, var_map_eq, ggc_free);
H A Dtree-mudflap.c1138 marked_trees = htab_create_ggc (31, htab_hash_pointer, htab_eq_pointer, NULL);
H A Dvarasm.c3158 pool->const_rtx_htab = htab_create_ggc (31, const_desc_rtx_hash,
5149 section_htab = htab_create_ggc (31, section_entry_hash,
5151 object_block_htab = htab_create_ggc (31, object_block_entry_hash,
5153 const_desc_htab = htab_create_ggc (1009, const_desc_hash,
H A Demit-rtl.c5126 const_int_htab = htab_create_ggc (37, const_int_htab_hash,
5129 const_double_htab = htab_create_ggc (37, const_double_htab_hash,
5132 mem_attrs_htab = htab_create_ggc (37, mem_attrs_htab_hash,
5134 reg_attrs_htab = htab_create_ggc (37, reg_attrs_htab_hash,
H A Dtree-eh.c111 set_eh_throw_stmt_table (ifun, htab_create_ggc (31, struct_ptr_hash,
H A Dexcept.c356 type_to_runtime_map = htab_create_ggc (31, t2r_hash, t2r_eq, NULL);
816 = htab_create_ggc (cfun->eh->last_region_number * 3 / 2,
H A Dlambda-code.c2560 replacements = htab_create_ggc (20, tree_map_hash,
H A Ddwarf2out.c5025 debug_str_hash = htab_create_ggc (10, debug_str_do_hash,
13863 file_table = htab_create_ggc (50, file_table_hash,
13867 decl_die_table = htab_create_ggc (10, decl_die_table_hash,
13871 decl_loc_table = htab_create_ggc (10, decl_loc_table_hash,
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c626 htab_create_ggc (50, htab_hash_pointer, htab_eq_pointer, NULL);
2345 return htab_create_ggc (size, java_treetreehash_hash,
/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin.c433 machopic_indirections = htab_create_ggc (37,
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c2657 conv_type_names = htab_create_ggc (31, &hash_type, &compare_type, NULL);
H A Dtree.c2318 list_hash_table = htab_create_ggc (31, list_hash, list_hash_eq, NULL);
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c6754 string_htab = htab_create_ggc (31, string_hash,
6758 volatilized_htab = htab_create_ggc (31, volatilized_hash,
6995 interface_htab = htab_create_ggc (31, hash_interface, eq_interface, NULL);

Completed in 441 milliseconds

12