Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenautomata.c1821 static struct decl work_automaton_decl; variable
1832 work_automaton_decl.mode = dm_automaton; in find_automaton_decl()
1833 DECL_AUTOMATON (&work_automaton_decl)->name = name; in find_automaton_decl()
1834 entry = htab_find (automaton_decl_table, &work_automaton_decl); in find_automaton_decl()
1845 work_automaton_decl.mode = dm_automaton; in initiate_automaton_decl_table()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenautomata.c1825 static struct decl work_automaton_decl; variable
1836 work_automaton_decl.mode = dm_automaton; in find_automaton_decl()
1837 DECL_AUTOMATON (&work_automaton_decl)->name = name; in find_automaton_decl()
1838 entry = htab_find (automaton_decl_table, &work_automaton_decl); in find_automaton_decl()
1849 work_automaton_decl.mode = dm_automaton; in initiate_automaton_decl_table()