Searched refs:logical_not (Results 1 - 24 of 24) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/logical.operations/
H A Dlogical_not.pass.cpp12 // logical_not
20 typedef std::logical_not<int> F;
27 typedef std::logical_not<> F2;
34 constexpr bool foo = std::logical_not<int> () (36);
37 constexpr bool bar = std::logical_not<> () (36);
H A Dtransparent.pass.cpp38 static_assert ( !is_transparent<std::logical_not<int>>::value, "" );
39 static_assert ( !is_transparent<std::logical_not<std::string>>::value, "" );
40 static_assert ( is_transparent<std::logical_not<void>>::value, "" );
41 static_assert ( is_transparent<std::logical_not<>>::value, "" );
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/negators/
H A Dnot1.pass.cpp19 typedef std::logical_not<int> F;
H A Dunary_negate.pass.cpp20 typedef std::unary_negate<std::logical_not<int> > F;
21 const F f = F(std::logical_not<int>());
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
H A Dlogical_not.pass.cpp12 // logical_not
20 typedef std::logical_not<int> F;
26 typedef std::logical_not<> F2;
33 constexpr bool foo = std::logical_not<int> () (36);
36 constexpr bool bar = std::logical_not<> () (36);
H A Dtransparent.pass.cpp38 static_assert ( !is_transparent<std::logical_not<int>>::value, "" );
39 static_assert ( !is_transparent<std::logical_not<std::string>>::value, "" );
40 static_assert ( is_transparent<std::logical_not<void>>::value, "" );
41 static_assert ( is_transparent<std::logical_not<>>::value, "" );
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/
H A Dnot1.pass.cpp19 typedef std::logical_not<int> F;
H A Dunary_negate.pass.cpp20 typedef std::unary_negate<std::logical_not<int> > F;
21 const F f = F(std::logical_not<int>());
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/logical.operations/
H A Dlogical_not.pass.cpp12 // logical_not
20 typedef std::logical_not<int> F;
27 typedef std::logical_not<> F2;
34 constexpr bool foo = std::logical_not<int> () (36);
37 constexpr bool bar = std::logical_not<> () (36);
H A Dtransparent.pass.cpp38 static_assert ( !is_transparent<std::logical_not<int>>::value, "" );
39 static_assert ( !is_transparent<std::logical_not<std::string>>::value, "" );
40 static_assert ( is_transparent<std::logical_not<void>>::value, "" );
41 static_assert ( is_transparent<std::logical_not<>>::value, "" );
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/negators/
H A Dnot1.pass.cpp19 typedef std::logical_not<int> F;
H A Dunary_negate.pass.cpp20 typedef std::unary_negate<std::logical_not<int> > F;
21 const F f = F(std::logical_not<int>());
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h496 struct logical_not;
519 struct logical_not : public unary_function<_Tp, bool> struct in inherits:unary_function
557 struct logical_not<void> struct
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h492 struct logical_not;
515 struct logical_not : public unary_function<_Tp, bool> struct in inherits:unary_function
553 struct logical_not<void> struct
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h496 struct logical_not;
519 struct logical_not : public unary_function<_Tp, bool> struct in inherits:unary_function
557 struct logical_not<void> struct
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h496 struct logical_not;
519 struct logical_not : public unary_function<_Tp, bool> struct in inherits:unary_function
557 struct logical_not<void> struct
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h286 struct logical_not : public unary_function<_Tp, bool> struct in inherits:unary_function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h286 struct logical_not : public unary_function<_Tp, bool> struct in inherits:unary_function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_function.h286 struct logical_not : public unary_function<_Tp, bool> struct in inherits:unary_function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_function.h286 struct logical_not : public unary_function<_Tp, bool> struct in inherits:unary_function
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h89 struct logical_not : public unary_function<_Tp, bool> { struct in inherits:unary_function
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h89 struct logical_not : public unary_function<_Tp, bool> { struct in inherits:unary_function
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h89 struct logical_not : public unary_function<_Tp, bool> { struct in inherits:unary_function
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h89 struct logical_not : public unary_function<_Tp, bool> { struct in inherits:unary_function

Completed in 211 milliseconds