Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc160 struct automaton_decl;
340 struct automaton_decl *automaton_decl; member
397 struct automaton_decl struct
507 struct automaton_decl automaton;
814 struct automaton_decl *corresponding_automaton_decl;
1770 automaton_decl_hash (const void *automaton_decl) in automaton_decl_hash() argument
1772 const_decl_t const decl = (const_decl_t) automaton_decl; in automaton_decl_hash()
1808 insert_automaton_decl (decl_t automaton_decl) in insert_automaton_decl() argument
1812 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT); in insert_automaton_decl()
1814 *entry_ptr = (void *) automaton_decl; in insert_automaton_decl()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c160 struct automaton_decl;
340 struct automaton_decl *automaton_decl; member
397 struct automaton_decl struct
507 struct automaton_decl automaton;
814 struct automaton_decl *corresponding_automaton_decl;
1770 automaton_decl_hash (const void *automaton_decl) in automaton_decl_hash() argument
1772 const_decl_t const decl = (const_decl_t) automaton_decl; in automaton_decl_hash()
1808 insert_automaton_decl (decl_t automaton_decl) in insert_automaton_decl() argument
1812 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT); in insert_automaton_decl()
1814 *entry_ptr = (void *) automaton_decl; in insert_automaton_decl()
[all …]