Home
last modified time | relevance | path

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

/external/bison/src/
DInadequacyList.c38 result->contributionCount = bitset_count (actions); in InadequacyList__new_conflict()
Dreduce.c206 nuseful_productions = bitset_count (P); in inaccessable_symbols()
Dconflicts.c448 src_count = bitset_count (lookahead_set); in count_sr_conflicts()
/external/bison/lib/
Dbitset.h186 #define bitset_count(SRC) BITSET_COUNT_ (SRC) macro
/external/bison/
DChangeLog-201218566 (count_sr_conflicts): Use bitset_count.