Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenautomata.c1800 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()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenautomata.c1804 static htab_t automaton_decl_table; variable
1816 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT); in insert_automaton_decl()
1838 entry = htab_find (automaton_decl_table, &work_automaton_decl); in find_automaton_decl()
1850 automaton_decl_table = htab_create (10, automaton_decl_hash, in initiate_automaton_decl_table()
1860 htab_delete (automaton_decl_table); in finish_automaton_decl_table()