Home
last modified time | relevance | path

Searched refs:bitsetv_create (Results 1 – 7 of 7) sorted by relevance

/external/bison/src/
Dclosure.c127 firsts = bitsetv_create (nvars, nvars, BITSET_FIXED); in set_firsts()
163 fderives = bitsetv_create (nvars, nrules, BITSET_FIXED); in set_fderives()
Dielr.c205 *follow_kernel_itemsp = bitsetv_create (ngotos, max_nitems, BITSET_FIXED); in ielr_compute_follow_kernel_items()
252 *always_followsp = bitsetv_create (ngotos, ntokens, BITSET_FIXED); in ielr_compute_always_follows()
987 lookahead_filter = bitsetv_create (max_nitems, ntokens, BITSET_FIXED); in ielr_split_states()
990 lookaheads = bitsetv_create (max_nitems, ntokens, BITSET_FIXED); in ielr_split_states()
Dlalr.c167 goto_follows = bitsetv_create (ngotos, ntokens, BITSET_FIXED); in initialize_F()
390 pLA = LA = bitsetv_create (nLA, ntokens, BITSET_FIXED); in initialize_LA()
DAnnotationList.c429 all_lookaheads = bitsetv_create (s->nitems, ntokens, BITSET_FIXED); in AnnotationList__compute_from_inadequacies()
/external/bison/lib/
Dbitsetv.h33 extern bitsetv bitsetv_create (bitset_bindex, bitset_bindex, unsigned int);
Dbitsetv.c65 bitsetv_create (bitset_bindex n_vecs, bitset_bindex n_bits, unsigned int attr) in bitsetv_create() function
/external/bison/
DChangeLog-201215513 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
15880 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
15883 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.