HomeSort by relevance Sort by last modified time
    Searched refs:and_or (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 589 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/
bbitset.h 143 void (*and_or) (bitset, bitset, bitset, bitset); member in struct:bitset_vtable
250 (SRC1)->b.vtable->and_or (DST, SRC1, SRC2, SRC3)

Completed in 165 milliseconds