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

/freebsd-9.3-release/contrib/gcc/
H A Dgenautomata.c6149 static int curr_state_order_num;
6156 state->order_state_num = curr_state_order_num;
6157 curr_state_order_num++;
6164 curr_state_order_num = 0;
6166 automaton->achieved_states_num = curr_state_order_num;
6125 static int curr_state_order_num; variable

Completed in 171 milliseconds