Home
last modified time | relevance | path

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

/external/bison/src/
Dielr.c250 bitsetv *always_followsp) in ielr_compute_always_follows() argument
252 *always_followsp = bitsetv_create (ngotos, ntokens, BITSET_FIXED); in ielr_compute_always_follows()
263 bitset_set ((*always_followsp)[i], TRANSITION_SYMBOL (trans, j)); in ielr_compute_always_follows()
282 relation_digraph (*edgesp, ngotos, always_followsp); in ielr_compute_always_follows()
289 debug_bitsetv (*always_followsp); in ielr_compute_always_follows()
343 bitsetv *always_followsp, in ielr_compute_auxiliary_tables() argument
356 ielr_compute_always_follows (&edges, edge_counts, always_followsp); in ielr_compute_auxiliary_tables()