Home
last modified time | relevance | path

Searched refs:logical_or (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
Dlogical_or.pass.cpp20 typedef std::logical_or<int> F; in main()
28 typedef std::logical_or<> F2; in main()
41 constexpr bool foo = std::logical_or<int> () (36, 36); in main()
44 constexpr bool bar = std::logical_or<> () (36.0, 36); in main()
Dtransparent.pass.cpp33 static_assert ( !is_transparent<std::logical_or<int>>::value, "" ); in main()
34 static_assert ( !is_transparent<std::logical_or<std::string>>::value, "" ); in main()
35 static_assert ( is_transparent<std::logical_or<void>>::value, "" ); in main()
36 static_assert ( is_transparent<std::logical_or<>>::value, "" ); in main()
/ndk/tests/device/test-stlport/unit/
Dlogic_test.cpp59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>()); in logicor()
/ndk/tests/device/test-gnustl-full/unit/
Dlogic_test.cpp59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>()); in logicor()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h84 struct logical_or : public binary_function<_Tp, _Tp,bool> { struct
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind.hpp273 struct logical_or;
331 template<class A> bool operator()( type<bool>, logical_or & /*f*/, A & a, int ) in operator ()() argument
336 template<class A> bool operator()( type<bool>, logical_or const & /*f*/, A & a, int ) const in operator ()()
1210 BOOST_BIND_OPERATOR( ||, logical_or )
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dvalarray4140 __val_expr<_BinaryOp<logical_or<typename _Expr1::value_type>, _Expr1, _Expr2> >
4145 typedef _BinaryOp<logical_or<value_type>, _Expr1, _Expr2> _Op;
4146 return __val_expr<_Op>(_Op(logical_or<value_type>(), __x, __y));
4154 __val_expr<_BinaryOp<logical_or<typename _Expr::value_type>,
4160 typedef _BinaryOp<logical_or<value_type>, _Expr, __scalar_expr<value_type> > _Op;
4161 return __val_expr<_Op>(_Op(logical_or<value_type>(),
4170 __val_expr<_BinaryOp<logical_or<typename _Expr::value_type>,
4176 typedef _BinaryOp<logical_or<value_type>, __scalar_expr<value_type>, _Expr> _Op;
4177 return __val_expr<_Op>(_Op(logical_or<value_type>(),
Dfunctional150 struct logical_or : binary_function<T, T, bool>
795 struct _LIBCPP_TYPE_VIS_ONLY logical_or : binary_function<_Tp, _Tp, bool>
804 struct _LIBCPP_TYPE_VIS_ONLY logical_or<void>
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3934 $(call gen-test, utilities/function.objects/logical.operations/logical_or)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3943 $(call gen-test, utilities/function.objects/logical.operations/logical_or)