Home
last modified time | relevance | path

Searched refs:component_states (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenautomata.c711 alt_state_t component_states; member
3765 result->component_states = NULL; in get_free_state()
3792 free_alt_states (state->component_states); in free_state()
5702 if (curr_arc->to_state->component_states == NULL) in create_composed_state()
5818 if (state->component_states != NULL) in NDFA_to_DFA()
5922 if (state->component_states == NULL) in first_cycle_unit_presence()
5926 for (alt_state = state->component_states; in first_cycle_unit_presence()
6194 if (curr_state->component_states == NULL) in merge_states()
6202 for (alt_state = curr_state->component_states; in merge_states()
8995 if (state->component_states != NULL)
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenautomata.c696 alt_state_t component_states; member
3757 result->component_states = NULL; in get_free_state()
3784 free_alt_states (state->component_states); in free_state()
5680 if (curr_arc->to_state->component_states == NULL) in create_composed_state()
5794 if (state->component_states != NULL) in NDFA_to_DFA()
5897 if (state->component_states == NULL) in first_cycle_unit_presence()
5901 for (alt_state = state->component_states; in first_cycle_unit_presence()
6168 if (curr_state->component_states == NULL) in merge_states()
6176 for (alt_state = curr_state->component_states; in merge_states()
8952 if (state->component_states != NULL) in add_state_reservs()
[all …]