Searched refs:and_or (Results 1 – 3 of 3) sorted by relevance
589 struct and_or { struct590 static const bool and_value = b && and_or<always_false<b>::value>::and_value; argument591 static const bool or_value = !b || and_or<always_false<b>::value>::or_value; argument594 static const bool and_value = and_or<true>::and_value;595 static const bool or_value = and_or<true>::or_value;
143 void (*and_or) (bitset, bitset, bitset, bitset); member250 (SRC1)->b.vtable->and_or (DST, SRC1, SRC2, SRC3)
378 TEST_F(arg_filter, and_or) { in TEST_F() argument