Searched refs:automaton_decl_table (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c1806 static htab_t automaton_decl_table;
1818 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT);
1840 entry = htab_find (automaton_decl_table, &work_automaton_decl);
1852 automaton_decl_table = htab_create (10, automaton_decl_hash,
1862 htab_delete (automaton_decl_table);
1800 static htab_t automaton_decl_table; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc1806 static htab_t automaton_decl_table;
1818 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT);
1840 entry = htab_find (automaton_decl_table, &work_automaton_decl);
1852 automaton_decl_table = htab_create (10, automaton_decl_hash,
1862 htab_delete (automaton_decl_table);
1800 static htab_t automaton_decl_table; variable

Completed in 196 milliseconds