Home
last modified time | relevance | path

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

/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp589 struct and_or { struct
590 static const bool and_value = b && and_or<always_false<b>::value>::and_value; argument
591 static const bool or_value = !b || and_or<always_false<b>::value>::or_value; argument
594 static const bool and_value = and_or<true>::and_value;
595 static const bool or_value = and_or<true>::or_value;
/external/minijail/
Dsyscall_filter_unittest.cc734 TEST_F(ArgFilterTest, and_or) { in TEST_F() argument