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/ |
D | logical_not.pass.cpp | 20 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()
|
D | transparent.pass.cpp | 38 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/ |
D | unary_negate.pass.cpp | 20 typedef std::unary_negate<std::logical_not<int> > F; in main() 21 const F f = F(std::logical_not<int>()); in main()
|
D | not1.pass.cpp | 19 typedef std::logical_not<int> F; in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | logic_test.cpp | 50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | logic_test.cpp | 50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _function.h | 89 struct logical_not : public unary_function<_Tp, bool> { struct
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
D | bind.hpp | 1169 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/ |
D | functional | 156 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>
|
D | valarray | 2553 __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/ |
D | Android.mk | 3933 $(call gen-test, utilities/function.objects/logical.operations/logical_not)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3942 $(call gen-test, utilities/function.objects/logical.operations/logical_not)
|