#include "ansidecl.h"

Go to the source code of this file.
| #define iterative_hash_object | ( | OB, | |||
| INIT | ) | iterative_hash (&OB, sizeof (OB), INIT) |
Definition at line 198 of file hashtab.h.
Referenced by attribute_hash_list(), build_array_type(), build_complex_type(), build_function_type(), build_method_type_directly(), build_offset_type(), build_type_attribute_qual_variant(), build_type_attribute_variant(), iterative_hash_expr(), make_vector_type(), and type_hash_list().
| enum insert_option |
| struct cpp_hashnode GTY | ( | () | ) | [read, write] |
| PTR* htab_find_slot_with_hash PARAMS | ( | (htab_t, const void *, hashval_t, enum insert_option) | ) |
| PTR* htab_find_slot PARAMS | ( | (htab_t, const void *, enum insert_option) | ) |
| void htab_set_functions_ex PARAMS | ( | (htab_t, htab_hash, htab_eq, htab_del, PTR, htab_alloc_with_arg, htab_free_with_arg) | ) |
| htab_t htab_create_alloc_ex PARAMS | ( | (size_t, htab_hash, htab_eq, htab_del, PTR, htab_alloc_with_arg, htab_free_with_arg) | ) |
Definition at line 93 of file hashtab.c.
Referenced by cgraph_decide_inlining(), detect_field_duplicates(), finalize_nrv(), find_referenced_vars(), fold_build1_stat(), fold_build2_stat(), fold_build3_stat(), for_each_template_parm(), GTY(), i386_pe_section_type_flags(), instantiate_decl(), optimize_inline_calls(), used_types_insert_helper(), verify_stmt_tree(), verify_stmts(), and walk_tree_without_duplicates().
Definition at line 92 of file hashtab.c.
Referenced by browse_tree(), cgraph_create_edge(), cgraph_decide_inlining(), cgraph_edge(), cgraph_edge_remove_caller(), cgraph_set_call_stmt(), decl_debug_expr_insert(), decl_debug_expr_lookup(), decl_init_priority_insert(), decl_init_priority_lookup(), decl_restrict_base_insert(), decl_restrict_base_lookup(), decl_shadowed_for_var_insert(), decl_value_expr_insert(), decl_value_expr_lookup(), def_blocks_hash(), detect_field_duplicates(), edge_hash(), edge_to_cases_hash(), finalize_nrv(), find_referenced_vars(), fold_build1_stat(), fold_build2_stat(), fold_build3_stat(), for_each_template_parm(), GTY(), hash_local_specialization(), heapvar_insert(), heapvar_lookup(), htab_hash_elem(), i386_pe_section_type_flags(), insns_for_mem_hash(), instantiate_decl(), int_cst_hash_hash(), leading_ptr_hash(), mangle_conv_op_name_for_type(), nfe_hash(), niter_for_exit(), optimize_inline_calls(), register_local_specialization(), repl_map_hash(), replace_uses_equiv_to_x_with_y(), retrieve_local_specialization(), si_info_hash(), size_htab_hash(), tree_id_hash(), tree_int_map_hash(), typename_hash(), used_types_insert_helper(), var_map_hash(), ve_info_hash(), verify_stmt_tree(), verify_stmts(), and walk_tree_without_duplicates().
1.5.6