Searched refs:DECL_AUTOMATON (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | genautomata.cc | 898 #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 …]
|
| D | ChangeLog-2002 | 14893 DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL, DECL_PRESENCE, 15263 * genautomata.c (DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON,
|
| D | ChangeLog-2007 | 13859 (first_out_arc, DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL,
|