Searched refs:htab_t (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-11-stable/contrib/gcclibs/include/
H A Dhashtab.h144 typedef struct htab *htab_t; typedef in typeref:struct:htab
151 extern htab_t htab_create_alloc (size_t, htab_hash,
155 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
162 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
164 extern void htab_set_functions_ex (htab_t, htab_hash,
169 extern void htab_delete (htab_t);
170 extern void htab_empty (htab_t);
172 extern void * htab_find (htab_t, const void *);
173 extern void ** htab_find_slot (htab_t, cons
[all...]
/freebsd-11-stable/contrib/binutils/include/
H A Dhashtab.h144 typedef struct htab *htab_t; typedef in typeref:struct:htab
151 extern htab_t htab_create_alloc (size_t, htab_hash,
155 extern htab_t htab_create_alloc_ex (size_t, htab_hash,
161 extern htab_t htab_create (size_t, htab_hash, htab_eq, htab_del);
162 extern htab_t htab_try_create (size_t, htab_hash, htab_eq, htab_del);
164 extern void htab_set_functions_ex (htab_t, htab_hash,
169 extern void htab_delete (htab_t);
170 extern void htab_empty (htab_t);
172 extern void * htab_find (htab_t, const void *);
173 extern void ** htab_find_slot (htab_t, cons
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dhashtab.h131 typedef struct htab *htab_t; typedef in typeref:struct:htab
138 extern htab_t htab_create_alloc PARAMS ((size_t, htab_hash,
142 extern htab_t htab_create_alloc_ex PARAMS ((size_t, htab_hash,
148 extern htab_t htab_create PARAMS ((size_t, htab_hash, htab_eq, htab_del));
149 extern htab_t htab_try_create PARAMS ((size_t, htab_hash, htab_eq, htab_del));
151 extern void htab_set_functions_ex PARAMS ((htab_t, htab_hash,
156 extern void htab_delete PARAMS ((htab_t));
157 extern void htab_empty PARAMS ((htab_t));
159 extern PTR htab_find PARAMS ((htab_t, const void *));
160 extern PTR *htab_find_slot PARAMS ((htab_t, cons
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c69 static hashval_t htab_mod (hashval_t, htab_t);
70 static hashval_t htab_mod_m2 (hashval_t, htab_t);
73 static int htab_expand (htab_t);
74 static PTR *find_empty_slot_for_expand (htab_t, hashval_t);
221 (htab_size) (htab_t htab)
231 (htab_elements) (htab_t htab)
267 htab_mod (hashval_t hash, htab_t htab)
276 htab_mod_m2 (hashval_t hash, htab_t htab)
287 htab_t
291 htab_t resul
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dhashtab.c69 static hashval_t htab_mod (hashval_t, htab_t);
70 static hashval_t htab_mod_m2 (hashval_t, htab_t);
73 static int htab_expand (htab_t);
74 static PTR *find_empty_slot_for_expand (htab_t, hashval_t);
221 (htab_size) (htab_t htab)
231 (htab_elements) (htab_t htab)
267 htab_mod (hashval_t hash, htab_t htab)
276 htab_mod_m2 (hashval_t hash, htab_t htab)
287 htab_t
291 htab_t resul
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-alias-warnings.c354 htab_t ptrs;
355 htab_t objs;
364 match (htab_t ref_map, tree key)
386 maybe_add_match (htab_t ref_map, struct tree_map *key)
398 add_key (htab_t ht, tree t, alloc_pool references_pool)
1011 static htab_t seen = NULL;
H A Dsee.c540 htab_t unmerged_def_se_hash;
543 htab_t merged_def_se_hash;
545 htab_t use_se_hash;
632 static htab_t *see_bb_hash_ar = NULL;
635 static htab_t see_pre_extension_hash = NULL;
1360 see_bb_hash_ar = xcalloc (last_bb, sizeof (htab_t));
1605 htab_t use_se_hash = ((struct see_ref_s *) (stn->value))->use_se_hash;
1606 htab_t unmerged_def_se_hash =
1608 htab_t merged_def_se_hash =
1852 htab_t curr_bb_has
[all...]
H A Dvar-tracking.c193 htab_t vars;
275 static htab_t changed_variables;
299 static void vars_clear (htab_t);
302 static void vars_copy (htab_t, htab_t);
339 static void dump_vars (htab_t);
343 static void variable_was_changed (variable, htab_t);
725 vars_clear (htab_t vars)
785 htab_t dst = (htab_t) dat
[all...]
H A Dread-rtl.c36 static htab_t md_constants;
66 htab_t attrs, macros;
125 static struct mapping *add_mapping (struct macro_group *, htab_t t,
145 static struct mapping *read_mapping (struct macro_group *, htab_t, FILE *);
160 static htab_t ptr_locs;
170 static htab_t joined_conditions;
620 add_mapping (struct macro_group *group, htab_t table,
1154 htab_t defs;
1311 read_mapping (struct macro_group *group, htab_t table, FILE *infile)
H A Dtlink.c45 /* Hash table boilerplate for working with htab_t. We have hash tables
92 static htab_t symbol_table;
135 static htab_t file_table;
155 static htab_t demangled_table;
H A Dvarray.c47 static htab_t varray_hash;
H A Dcgraph.h138 htab_t GTY((param_is (struct cgraph_edge))) call_site_hash;
H A Dconflict.c94 htab_t arc_hash_table;
H A Dtree-flow.h47 htab_t htab;
422 extern GTY((param_is (struct int_tree_map))) htab_t referenced_vars;
425 extern GTY((param_is (struct int_tree_map))) htab_t default_defs;
H A Dexcept.c108 htab_t type_to_runtime_map;
239 htab_t GTY ((param_is (struct ehl_map_entry))) exception_handler_label_map;
253 htab_t GTY((param_is (struct throw_stmt_node))) throw_stmt_table;
268 static int add_ttypes_entry (htab_t, tree);
269 static int add_ehspec_entry (htab_t, htab_t, tree);
310 static int add_action_record (htab_t, int, int);
311 static int collect_one_action_chain (htab_t, struct eh_region *);
1241 add_ttypes_entry (htab_t ttypes_hash, tree type)
1267 add_ehspec_entry (htab_t ehspec_has
[all...]
H A Dfunction.h332 htab_t GTY ((param_is (union tree_node))) used_types_hash;
H A Dalloc-pool.c79 static htab_t alloc_pool_hash;
H A Dtree-scalar-evolution.c289 static htab_t scalar_evolution_info;
2070 get_instantiated_value (htab_t cache, tree version)
2086 set_instantiated_value (htab_t cache, tree version, tree val)
2143 instantiate_parameters_1 (struct loop *loop, tree chrec, int flags, htab_t cache,
2416 htab_t cache = htab_create (10, hash_scev_info, eq_scev_info, del_scev_info);
2450 htab_t cache = htab_create (10, hash_scev_info, eq_scev_info, del_scev_info);
H A Dtree-dfa.c77 htab_t referenced_vars;
83 htab_t default_defs;
H A Dtree-vn.c37 static htab_t value_table;
H A Dggc-common.c238 static htab_t saving_htab;
805 static htab_t loc_hash;
827 static htab_t ptr_hash;
H A Dipa-inline.c516 cgraph_find_cycles (struct cgraph_node *node, htab_t cycles)
545 cgraph_flatten_node (struct cgraph_node *node, htab_t cycles)
961 htab_t cycles;
H A Dloop-invariant.c425 find_or_insert_inv (htab_t eq, rtx expr, enum machine_mode mode,
456 find_identical_invariants (htab_t eq, struct invariant *inv)
493 htab_t eq = htab_create (VEC_length (invariant_p, invariants),
/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-objcp-common.c222 htab_t shadowed_var_for_decl;
H A Dtree.c706 static GTY ((param_is (union tree_node))) htab_t list_hash_table;
1049 htab_t *statements = (htab_t *) data;
1072 htab_t statements;

Completed in 387 milliseconds

1234