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

  /external/bison/src/
closure.c 43 static bitsetv firsts = NULL; variable
45 /* Retrieve the FDERIVES/FIRSTS sets of the nonterminals numbered Var. */
47 #define FIRSTS(Var) firsts[(Var) - ntokens]
77 fprintf (stderr, "FIRSTS\n");
81 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
82 BITSET_FOR_EACH (iter, FIRSTS (i), j, 0)
114 | Set FIRSTS to be an NVARS array of NVARS bitsets indicating which |
129 firsts = bitsetv_create (nvars, nvars, BITSET_FIXED);
136 bitset_set (FIRSTS (i), sym - ntokens)
    [all...]
  /external/bison/tests/
testsuite 692 100;sets.at:193;Firsts;;
    [all...]

Completed in 47 milliseconds