Lines Matching refs:LA
57 /* LA is an NLA by NTOKENS matrix of bits. LA[l, i] is 1 if the rule
59 token is symbol i. If LA[l, i] and LA[l, j] are both 1 for i != j,
62 static bitsetv LA = NULL;
211 sp->next = lookback[(s->reductions->lookahead_tokens - LA) + ri];
213 lookback[(s->reductions->lookahead_tokens - LA) + ri] = sp;
313 bitset_or (LA[i], LA[i], goto_follows[sp->value]);
363 | Compute LA, NLA, and the lookahead_tokens members. |
390 pLA = LA = bitsetv_create (nLA, ntokens, BITSET_FIXED);
500 bitsetv_free (LA);