Home | History | Annotate | Download | only in src

Lines Matching refs:state_list

552 typedef struct state_list {
553 struct state_list *next;
567 struct state_list *lr0Isocore;
568 struct state_list *nextIsocore;
569 } state_list;
582 bitsetv always_follows, state_list *s,
614 state_list *s, state *t, bitsetv lookahead_filter,
701 bitsetv lookaheads, state_list **last_statep,
704 state_list *lr0_isocore = t->state_list->lr0Isocore;
705 state_list **this_isocorep;
720 for (this_isocorep = &t->state_list;
721 this_isocorep == &t->state_list || *this_isocorep != t->state_list;
785 if (this_isocorep == &t->state_list || *this_isocorep != t->state_list)
842 if (!t2->state_list->recomputedAsSuccessor)
845 annotation_lists[t2->state_list->lr0Isocore->state->number],
911 state_list *old_isocore = *this_isocorep;
915 (*tp)->state_list = *last_statep;
964 state_list *first_state;
965 state_list *last_state;
973 state_list **nodep = &first_state;
976 *nodep = states[i]->state_list = last_state = xmalloc (sizeof **nodep);
996 state_list *this_state;
1006 annotation_lists[t->state_list->lr0Isocore->state->number],
1026 state_list *node;
1037 state_list *node;
1076 state_list *node = first_state;