OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDERIVES
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
closure.c
42
static bitsetv
fderives
= NULL;
variable
45
/* Retrieve the
FDERIVES
/FIRSTS sets of the nonterminals numbered Var. */
46
#define
FDERIVES
(Var)
fderives
[(Var) - ntokens]
98
fprintf (stderr, "
FDERIVES
\n");
103
BITSET_FOR_EACH (iter,
FDERIVES
(i), r, 0)
150
| Set
FDERIVES
to an NVARS by NRULES matrix of bits indicating which |
156
| the [5 - NTOKENS, 4] bit in
FDERIVES
is set. |
165
fderives
= bitsetv_create (nvars, nrules, BITSET_FIXED);
173
bitset_set (
FDERIVES
(i), derives[j - ntokens][k]->number)
[
all
...]
/external/bison/tests/
testsuite
[
all
...]
Completed in 662 milliseconds