Home
last modified time | relevance | path

Searched refs:bitset_count (Results 1 – 5 of 5) sorted by relevance

/external/bison/lib/
Dbitset.h185 #define bitset_count(SRC) BITSET_COUNT_ (SRC) macro
/external/bison/src/
Dreduce.c208 nuseful_productions = bitset_count (P); in inaccessable_symbols()
Dconflicts.c356 src_count = bitset_count (look_ahead_set); in count_sr_conflicts()
Dprint.c256 count = bitset_count (look_ahead_set); in state_default_rule()
/external/bison/
DChangeLog10305 (count_sr_conflicts): Use bitset_count.