OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITSET_EMPTY_P_
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
bbitset.h
203
#define
BITSET_EMPTY_P_
(SRC) (SRC)->b.vtable->empty_p (SRC)
bitset.h
190
#define bitset_empty_p(SRC)
BITSET_EMPTY_P_
(SRC)
bitset_stats.c
401
return
BITSET_EMPTY_P_
(dst->s.bset);
Completed in 391 milliseconds