Lines Matching refs:FDERIVES
42 static bitsetv fderives = NULL;
45 /* Retrieve the FDERIVES/FIRSTS sets of the nonterminals numbered Var. */
46 #define FDERIVES(Var) fderives[(Var) - ntokens]
98 fprintf (stderr, "FDERIVES\n");
103 BITSET_FOR_EACH (iter, FDERIVES (i), r, 0)
150 | Set FDERIVES to an NVARS by NRULES matrix of bits indicating which |
156 | the [5 - NTOKENS, 4] bit in FDERIVES is set. |
165 fderives = bitsetv_create (nvars, nrules, BITSET_FIXED);
173 bitset_set (FDERIVES (i), derives[j - ntokens][k]->number);
214 bitset_or (ruleset, ruleset, FDERIVES (ritem[core[c]]));
250 bitsetv_free (fderives);