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

/freebsd-9.3-release/contrib/gcc/
H A Dgenautomata.c3343 static state_t first_free_state;
3628 if (first_free_state)
3630 result = first_free_state;
3631 first_free_state = result->next_equiv_class_state;
3668 state->next_equiv_class_state = first_free_state;
3669 first_free_state = state;
3839 first_free_state = NULL;
3328 static state_t first_free_state; variable

Completed in 107 milliseconds