Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgenautomata.c1996 static struct decl work_decl; variable
2007 work_decl.mode = dm_unit; in find_decl()
2008 DECL_UNIT (&work_decl)->name = name; in find_decl()
2009 entry = htab_find (decl_table, &work_decl); in find_decl()
2020 work_decl.mode = dm_unit; in initiate_decl_table()
H A DChangeLog-200215279 (find_decl): Ditto. Set up mode of work_decl.