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

/freebsd-9.3-release/contrib/gcc/
H A Dgenautomata.c1782 static htab_t automaton_decl_table;
1794 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, 1);
1816 entry = htab_find (automaton_decl_table, &work_automaton_decl);
1828 automaton_decl_table = htab_create (10, automaton_decl_hash,
1838 htab_delete (automaton_decl_table);
1776 static htab_t automaton_decl_table; variable

Completed in 109 milliseconds