Searched refs:bitsetv_create (Results 1 - 6 of 6) sorted by relevance

/external/bison/lib/
H A Dbitsetv.h33 extern bitsetv bitsetv_create (bitset_bindex, bitset_bindex, unsigned int);
H A Dbitsetv.c65 bitsetv_create (bitset_bindex n_vecs, bitset_bindex n_bits, unsigned int attr) function
/external/bison/src/
H A Dclosure.c129 firsts = bitsetv_create (nvars, nvars, BITSET_FIXED);
165 fderives = bitsetv_create (nvars, nrules, BITSET_FIXED);
H A Dlalr.c167 goto_follows = bitsetv_create (ngotos, ntokens, BITSET_FIXED);
390 pLA = LA = bitsetv_create (nLA, ntokens, BITSET_FIXED);
H A Dielr.c205 *follow_kernel_itemsp = bitsetv_create (ngotos, max_nitems, BITSET_FIXED);
252 *always_followsp = bitsetv_create (ngotos, ntokens, BITSET_FIXED);
987 lookahead_filter = bitsetv_create (max_nitems, ntokens, BITSET_FIXED);
990 lookaheads = bitsetv_create (max_nitems, ntokens, BITSET_FIXED);
H A DAnnotationList.c429 all_lookaheads = bitsetv_create (s->nitems, ntokens, BITSET_FIXED);

Completed in 24 milliseconds