Searched refs:and_or (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp589 struct and_or {
590 static const bool and_value = b && and_or<always_false<b>::value>::and_value;
591 static const bool or_value = !b || and_or<always_false<b>::value>::or_value;
594 static const bool and_value = and_or<true>::and_value;
595 static const bool or_value = and_or<true>::or_value;
/external/bison/lib/
H A Dbbitset.h143 void (*and_or) (bitset, bitset, bitset, bitset); member in struct:bitset_vtable
250 (SRC1)->b.vtable->and_or (DST, SRC1, SRC2, SRC3)

Completed in 76 milliseconds