Searched refs:unit_usage (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenautomata.c4914 struct unit_usage
4919 struct unit_usage *next;
4921 typedef struct unit_usage *unit_usage_t;
4926 /* Obstack for unit_usage structures. */
4937 /* The following function creates the structure unit_usage for UNIT on
4957 obstack_blank (&unit_usages, sizeof (struct unit_usage));
4958 unit_usage_ptr = (struct unit_usage *) obstack_base (&unit_usages);
4975 struct unit_usage *unit_usage_ptr, *other_unit_usage_ptr;
4893 struct unit_usage struct

Completed in 111 milliseconds