Home
last modified time | relevance | path

Searched refs:DECL_AUTOMATON (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenautomata.cc898 #define DECL_AUTOMATON(d) __extension__ \ macro
1077 #define DECL_AUTOMATON(d) (&(d)->decl.automaton) macro
1508 DECL_AUTOMATON (decl)->name = check_name (str_automata [i], decl->pos); in gen_automaton()
1775 || DECL_AUTOMATON (decl)->name); in automaton_decl_hash()
1776 return string_hash (DECL_AUTOMATON (decl)->name); in automaton_decl_hash()
1791 && DECL_AUTOMATON (decl1)->name in automaton_decl_eq_p()
1793 && DECL_AUTOMATON (decl2)->name); in automaton_decl_eq_p()
1794 return strcmp (DECL_AUTOMATON (decl1)->name, in automaton_decl_eq_p()
1795 DECL_AUTOMATON (decl2)->name) == 0; in automaton_decl_eq_p()
1833 DECL_AUTOMATON (&work_automaton_decl)->name = name; in find_automaton_decl()
[all …]
DChangeLog-200214893 DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL, DECL_PRESENCE,
15263 * genautomata.c (DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON,
DChangeLog-200713859 (first_out_arc, DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL,