Searched refs:automaton_decl_table (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genautomata.cc | 1800 static htab_t automaton_decl_table; variable 1812 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT); in insert_automaton_decl() 1834 entry = htab_find (automaton_decl_table, &work_automaton_decl); in find_automaton_decl() 1846 automaton_decl_table = htab_create (10, automaton_decl_hash, in initiate_automaton_decl_table() 1856 htab_delete (automaton_decl_table); in finish_automaton_decl_table()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genautomata.c | 1800 static htab_t automaton_decl_table; variable 1812 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT); in insert_automaton_decl() 1834 entry = htab_find (automaton_decl_table, &work_automaton_decl); in find_automaton_decl() 1846 automaton_decl_table = htab_create (10, automaton_decl_hash, in initiate_automaton_decl_table() 1856 htab_delete (automaton_decl_table); in finish_automaton_decl_table()
|