Searched refs:to_state (Results 1 – 6 of 6) sorted by relevance
46 state_number *to_state; variable114 to_state = xcalloc (ngotos, sizeof *to_state); in set_goto_map()124 to_state[k] = sp->states[i]->number; in set_goto_map()171 state_number stateno = to_state[i]; in initialize_F()230 symbol_number symbol1 = states[to_state[i]]->accessing_symbol; in build_relations()478 aver (old_to_new[to_state[i]] != nstates_old); in lalr_update_state_numbers()480 to_state[ngotos_reachable] = old_to_new[to_state[i]]; in lalr_update_state_numbers()
501 if (to_state[i] != default_state) in save_column()513 if (to_state[i] != default_state) in save_column()516 *sp2++ = to_state[i]; in save_column()545 state_count[to_state[i]]++; in default_goto()834 free (to_state); in tables_generate()
97 extern state_number *to_state;
112 for (rulep = derives[states[to_state[i]]->accessing_symbol in ielr_compute_internal_follow_edges()220 == states[to_state[i]]->accessing_symbol in ielr_compute_follow_kernel_items()261 transitions *trans = states[to_state[i]]->transitions; in ielr_compute_always_follows()268 edge_array[nedges++] = map_goto (to_state[i], sym); in ielr_compute_always_follows()1187 free (to_state); in ielr()
84 phHciNfc_eState_t to_state; member
11686 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit