Searched refs:insn_decl_table (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genautomata.cc | 1900 static htab_t insn_decl_table; variable 1911 entry_ptr = htab_find_slot (insn_decl_table, insn_decl, INSERT); in insert_insn_decl() 1933 entry = htab_find (insn_decl_table, &work_insn_decl); in find_insn_decl() 1945 insn_decl_table = htab_create (10, insn_decl_hash, insn_decl_eq_p, in initiate_insn_decl_table() 1955 htab_delete (insn_decl_table); in finish_insn_decl_table()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genautomata.c | 1900 static htab_t insn_decl_table; variable 1911 entry_ptr = htab_find_slot (insn_decl_table, insn_decl, INSERT); in insert_insn_decl() 1933 entry = htab_find (insn_decl_table, &work_insn_decl); in find_insn_decl() 1945 insn_decl_table = htab_create (10, insn_decl_hash, insn_decl_eq_p, in initiate_insn_decl_table() 1955 htab_delete (insn_decl_table); in finish_insn_decl_table()
|