Home
last modified time | relevance | path

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

/external/bison/src/
Dielr.c705 state_list **this_isocorep; in ielr_compute_state() local
720 for (this_isocorep = &t->state_list; in ielr_compute_state()
721 this_isocorep == &t->state_list || *this_isocorep != t->state_list; in ielr_compute_state()
722 this_isocorep = &(*this_isocorep)->nextIsocore) in ielr_compute_state()
724 if (!(*this_isocorep)->recomputedAsSuccessor) in ielr_compute_state()
742 (*this_isocorep)->lookaheads, false); in ielr_compute_state()
755 if (!(*this_isocorep)->lookaheads in ielr_compute_state()
756 || !(*this_isocorep)->lookaheads[i]) in ielr_compute_state()
763 else if (!bitset_equal_p ((*this_isocorep)->lookaheads[i], in ielr_compute_state()
785 if (this_isocorep == &t->state_list || *this_isocorep != t->state_list) in ielr_compute_state()
[all …]