Home
last modified time | relevance | path

Searched refs:BITSET_SPARSE (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dbitset.c108 if (attr & BITSET_SPARSE && attr & BITSET_DENSE) in bitset_type_choose()
119 if (attr & BITSET_SPARSE) in bitset_type_choose()
Dbitset.h38 BITSET_SPARSE = 8, /* Bitset sparse. */ enumerator