Home | History | Annotate | Download | only in src

Lines Matching refs:LA

59 /* LA is a LR by NTOKENS matrix of bits.  LA[l, i] is 1 if the rule
61 token is symbol i. If LA[l, i] and LA[l, j] are both 1 for i != j,
64 static bitsetv LA = NULL;
222 sp->next = lookback[(s->reductions->look_ahead_tokens - LA) + ri];
224 lookback[(s->reductions->look_ahead_tokens - LA) + ri] = sp;
324 bitset_or (LA[i], LA[i], F[sp->value]);
371 | Compute LA, NLA, and the look_ahead_tokens members. |
388 pLA = LA = bitsetv_create (nLA, ntokens, BITSET_FIXED);
462 bitsetv_free (LA);