Home
last modified time | relevance | path

Searched refs:decl_table (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc8336 decl_hash_type *decl_table) in copy_ancestor_tree() argument
8349 if (decl_table) in copy_ancestor_tree()
8352 slot = decl_table->find_slot_with_hash (die, htab_hash_pointer (die), in copy_ancestor_tree()
8373 new_parent = copy_ancestor_tree (unit, parent, decl_table); in copy_ancestor_tree()
8379 if (decl_table) in copy_ancestor_tree()
8777 clone_tree_partial (dw_die_ref die, decl_hash_type *decl_table) in clone_tree_partial() argument
8789 slot = decl_table->find_slot_with_hash (die, in clone_tree_partial()
8804 add_child_die (clone, clone_tree_partial (c, decl_table))); in clone_tree_partial()
8814 copy_decls_walk (dw_die_ref unit, dw_die_ref die, decl_hash_type *decl_table) in copy_decls_walk() argument
8831 slot = decl_table->find_slot_with_hash (targ, in copy_decls_walk()
[all …]
H A Dgenautomata.cc2000 static htab_t decl_table; variable
2012 entry_ptr = htab_find_slot (decl_table, decl, INSERT); in insert_decl()
2033 entry = htab_find (decl_table, &work_decl); in find_decl()
2045 decl_table = htab_create (10, decl_hash, decl_eq_p, (htab_del) 0); in initiate_decl_table()
2054 htab_delete (decl_table); in finish_decl_table()
H A DChangeLog-201332426 (htab_t copy_decls_for_unworthy_types::decl_table): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c8190 decl_hash_type *decl_table) in copy_ancestor_tree() argument
8203 if (decl_table) in copy_ancestor_tree()
8206 slot = decl_table->find_slot_with_hash (die, htab_hash_pointer (die), in copy_ancestor_tree()
8227 new_parent = copy_ancestor_tree (unit, parent, decl_table); in copy_ancestor_tree()
8233 if (decl_table) in copy_ancestor_tree()
8631 clone_tree_partial (dw_die_ref die, decl_hash_type *decl_table) in clone_tree_partial() argument
8643 slot = decl_table->find_slot_with_hash (die, in clone_tree_partial()
8658 add_child_die (clone, clone_tree_partial (c, decl_table))); in clone_tree_partial()
8668 copy_decls_walk (dw_die_ref unit, dw_die_ref die, decl_hash_type *decl_table) in copy_decls_walk() argument
8685 slot = decl_table->find_slot_with_hash (targ, in copy_decls_walk()
[all …]
H A Dgenautomata.c2000 static htab_t decl_table; variable
2012 entry_ptr = htab_find_slot (decl_table, decl, INSERT); in insert_decl()
2033 entry = htab_find (decl_table, &work_decl); in find_decl()
2045 decl_table = htab_create (10, decl_hash, decl_eq_p, (htab_del) 0); in initiate_decl_table()
2054 htab_delete (decl_table); in finish_decl_table()