Home
last modified time | relevance | path

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

/external/bison/lib/
Dbitset.c39 bitset_bytes (enum bitset_type type, bitset_bindex n_bits) in bitset_bytes()
74 bitset_init (bitset bset, bitset_bindex n_bits, enum bitset_type type) in bitset_init()
102 enum bitset_type
134 bitset_alloc (bitset_bindex n_bits, enum bitset_type type) in bitset_alloc()
154 bitset_bindex n_bits, enum bitset_type type) in bitset_obstack_alloc()
173 enum bitset_type type; in bitset_create()
199 enum bitset_type
202 enum bitset_type type; in bitset_type_get()
216 enum bitset_type type; in bitset_type_name_get()
Dbitset_stats.h27 extern enum bitset_type bitset_stats_type_get (bitset);
31 extern bitset bitset_stats_init (bitset, bitset_bindex, enum bitset_type);
Dbitset.h101 extern size_t bitset_bytes (enum bitset_type, bitset_bindex);
104 extern bitset bitset_init (bitset, bitset_bindex, enum bitset_type);
108 extern enum bitset_type bitset_type_choose (bitset_bindex, bitset_attrs);
111 extern bitset bitset_alloc (bitset_bindex, enum bitset_type);
119 bitset_bindex, enum bitset_type);
128 extern enum bitset_type bitset_type_get (bitset);
Dbitsetv.c30 enum bitset_type type) in bitsetv_alloc()
67 enum bitset_type type; in bitsetv_create()
Dbitsetv.h29 extern bitsetv bitsetv_alloc (bitset_bindex, bitset_bindex, enum bitset_type);
Dbbitset.h44 enum bitset_type {BITSET_ARRAY, BITSET_LIST, BITSET_TABLE, BITSET_VARRAY, enum
155 enum bitset_type type;
Dbitset_stats.c662 enum bitset_type
677 bitset_stats_init (bitset bset, bitset_bindex n_bits, enum bitset_type type) in bitset_stats_init()