OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITSET_COMPATIBLE_
(Results
1 - 5
of
5
) sorted by null
/external/bison/lib/
bbitset.h
158
#define
BITSET_COMPATIBLE_
(BSET1, BSET2) \
162
if (!
BITSET_COMPATIBLE_
(DST, SRC)) abort ();
165
if (!
BITSET_COMPATIBLE_
(DST, SRC1) \
166
|| !
BITSET_COMPATIBLE_
(DST, SRC2)) abort ();
169
if (!
BITSET_COMPATIBLE_
(DST, SRC1) || !
BITSET_COMPATIBLE_
(DST, SRC2) \
170
|| !
BITSET_COMPATIBLE_
(DST, SRC3)) abort ();
bitset.c
242
return
BITSET_COMPATIBLE_
(bset1, bset2);
abitset.c
701
if (
BITSET_COMPATIBLE_
(dst, src))
ebitset.c
1280
if (
BITSET_COMPATIBLE_
(dst, src))
vbitset.c
1075
if (
BITSET_COMPATIBLE_
(dst, src))
Completed in 29 milliseconds