Home
last modified time | relevance | path

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

/external/bison/lib/
Dbbitset.h135 bool (*and_cmp) (bitset, bitset, bitset); member
231 #define BITSET_AND_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_cmp (DST, SRC1, SRC2)
/external/bison/
DChangeLog-201212987 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,