HomeSort by relevance Sort by last modified time
    Searched refs:FDERIVES (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
closure.c 45 static bitsetv fderives = NULL; variable
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)
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 46 milliseconds