Searched defs:FDERIVES (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A Dclosure.c48 /* Retrieve the FDERIVES/FIRSTS sets of the nonterminals numbered Var. */
49 #define FDERIVES(Var) fderives[(Var) - ntokens] macro
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. |
176 bitset_set (FDERIVES (i), derives[j - ntokens][k]->number);
217 bitset_or (ruleset, ruleset, FDERIVES (ritem[core[c]]));

Completed in 62 milliseconds