Home
last modified time | relevance | path

Searched refs:first_state (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/yacc/
H A Dlr0.c43 core *first_state; variable
259 first_state = last_state = this_state = p; in initialize_states()
H A Ddefs.h272 extern core *first_state;
H A Dlalr.c110 for (sp = first_state; sp; sp = sp->next) in set_state_table()
121 for (sp = first_state; sp; sp = sp->next) in set_accessing_symbol()
H A Doutput.c1163 for (cp = first_state; cp; cp = next) { in free_itemsets()
/openbsd/gnu/gcc/gcc/
H A Dgenautomata.c5798 partition_equiv_class (state_t first_state, int odd_iteration_flag, in partition_equiv_class() argument
5810 while (first_state != NULL) in partition_equiv_class()
5813 if (first_state->next_equiv_class_state != NULL) in partition_equiv_class()
5816 set_out_arc_insns_equiv_num (first_state, odd_iteration_flag); in partition_equiv_class()
5817 for (prev_state = first_state, in partition_equiv_class()
5818 curr_state = first_state->next_equiv_class_state; in partition_equiv_class()
5823 if (state_is_differed (curr_state, first_state, in partition_equiv_class()
5842 clear_arc_insns_equiv_num (first_state); in partition_equiv_class()
5846 first_state = new_equiv_class; in partition_equiv_class()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgenautomata.c5961 state_t first_state; local
5970 for (first_state = *equiv_class_ptr;
5971 first_state != NULL;
5972 first_state = new_equiv_class)
5975 if (first_state->next_equiv_class_state != NULL)
5978 out_arcs_num = set_out_arc_insns_equiv_num (first_state,
5980 for (prev_state = first_state,
5981 curr_state = first_state->next_equiv_class_state;
6005 clear_arc_insns_equiv_num (first_state);