Home | History | Annotate | Download | only in src

Lines Matching refs:FDERIVES

45 static bitsetv fderives = NULL;
48 /* Retrieve the FDERIVES/FIRSTS sets of the nonterminals numbered Var. */
49 #define FDERIVES(Var) fderives[(Var) - ntokens]
101 fprintf (stderr, "FDERIVES\n");
106 BITSET_FOR_EACH (iter, FDERIVES (i), r, 0)
153 | Set FDERIVES to an NVARS by NRULES matrix of bits indicating which |
159 | the [5 - NTOKENS, 4] bit in FDERIVES is set. |
168 fderives = bitsetv_create (nvars, nrules, BITSET_FIXED);
176 bitset_set (FDERIVES (i), derives[j - ntokens][k]->number);
217 bitset_or (ruleset, ruleset, FDERIVES (ritem[core[c]]));
251 bitsetv_free (fderives);