Home
last modified time | relevance | path

Searched refs:logical_not (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
Dlogical_not.pass.cpp20 typedef std::logical_not<int> F; in main()
26 typedef std::logical_not<> F2; in main()
33 constexpr bool foo = std::logical_not<int> () (36); in main()
36 constexpr bool bar = std::logical_not<> () (36); in main()
Dtransparent.pass.cpp38 static_assert ( !is_transparent<std::logical_not<int>>::value, "" ); in main()
39 static_assert ( !is_transparent<std::logical_not<std::string>>::value, "" ); in main()
40 static_assert ( is_transparent<std::logical_not<void>>::value, "" ); in main()
41 static_assert ( is_transparent<std::logical_not<>>::value, "" ); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/
Dunary_negate.pass.cpp20 typedef std::unary_negate<std::logical_not<int> > F; in main()
21 const F f = F(std::logical_not<int>()); in main()
Dnot1.pass.cpp19 typedef std::logical_not<int> F; in main()
/ndk/tests/device/test-stlport/unit/
Dlogic_test.cpp50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
/ndk/tests/device/test-gnustl-full/unit/
Dlogic_test.cpp50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h89 struct logical_not : public unary_function<_Tp, bool> { struct
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind.hpp1169 struct logical_not struct
1175 bind_t< bool, logical_not, list1< bind_t<R, F, L> > >
1179 return bind_t<bool, logical_not, list_type> ( logical_not(), list_type(f) ); in operator !()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional156 struct logical_not : unary_function<T, bool>
820 struct _LIBCPP_TYPE_VIS_ONLY logical_not : unary_function<_Tp, bool>
829 struct _LIBCPP_TYPE_VIS_ONLY logical_not<void>
Dvalarray2553 __val_expr<_UnaryOp<logical_not<value_type>, _ValExpr> >
2556 typedef _UnaryOp<logical_not<value_type>, _ValExpr> _NewExpr;
2557 return __val_expr<_NewExpr>(_NewExpr(logical_not<value_type>(), __expr_));
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3933 $(call gen-test, utilities/function.objects/logical.operations/logical_not)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3942 $(call gen-test, utilities/function.objects/logical.operations/logical_not)