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

/freebsd-10.1-release/contrib/byacc/
H A Dlr0.c20 core *first_state; variable
242 first_state = last_state = this_state = p;
328 for (p = first_state; p; ++k, p = p->next)
H A Dlalr.c76 for (sp = first_state; sp; sp = sp->next)
86 for (sp = first_state; sp; sp = sp->next)
H A Doutput.c1842 for (cp = first_state; cp; cp = next)
/freebsd-10.1-release/contrib/gcc/
H A Dgenautomata.c5821 partition_equiv_class (state_t first_state, int odd_iteration_flag,
5833 while (first_state != NULL)
5836 if (first_state->next_equiv_class_state != NULL)
5839 set_out_arc_insns_equiv_num (first_state, odd_iteration_flag);
5840 for (prev_state = first_state,
5841 curr_state = first_state->next_equiv_class_state;
5846 if (state_is_differed (curr_state, first_state,
5865 clear_arc_insns_equiv_num (first_state);
5869 first_state = new_equiv_class;
5798 partition_equiv_class(state_t first_state, int odd_iteration_flag, VEC(state_t,heap) **next_iteration_classes, int *new_equiv_class_num_ptr) argument

Completed in 131 milliseconds