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

  /external/bison/src/
closure.c 46 static bitsetv firsts = NULL; variable
48 /* Retrieve the FDERIVES/FIRSTS sets of the nonterminals numbered Var. */
50 #define FIRSTS(Var) firsts[(Var) - ntokens]
80 fprintf (stderr, "FIRSTS\n");
84 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
85 BITSET_FOR_EACH (iter, FIRSTS (i), j, 0)
117 | Set FIRSTS to be an NVARS array of NVARS bitsets indicating which |
132 firsts = bitsetv_create (nvars, nvars, BITSET_FIXED);
139 bitset_set (FIRSTS (i), sym - ntokens)
    [all...]
  /external/bison/tests/
testsuite 344 33;sets.at:193;Firsts;;
    [all...]

Completed in 195 milliseconds