Searched refs:bit_xor (Results 1 - 14 of 14) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bitwise.operations/
H A Dtransparent.pass.cpp38 static_assert ( !is_transparent<std::bit_xor<int>>::value, "" );
39 static_assert ( !is_transparent<std::bit_xor<std::string>>::value, "" );
40 static_assert ( is_transparent<std::bit_xor<void>>::value, "" );
41 static_assert ( is_transparent<std::bit_xor<>>::value, "" );
H A Dbit_xor.pass.cpp12 // bit_xor
21 typedef std::bit_xor<int> F;
34 typedef std::bit_xor<> F2;
56 constexpr int foo = std::bit_xor<int> () (0x58D3, 0xEA95);
59 constexpr int bar = std::bit_xor<> () (0x58D3L, 0xEA95);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
H A Dtransparent.pass.cpp38 static_assert ( !is_transparent<std::bit_xor<int>>::value, "" );
39 static_assert ( !is_transparent<std::bit_xor<std::string>>::value, "" );
40 static_assert ( is_transparent<std::bit_xor<void>>::value, "" );
41 static_assert ( is_transparent<std::bit_xor<>>::value, "" );
H A Dbit_xor.pass.cpp12 // bit_xor
20 typedef std::bit_xor<int> F;
29 typedef std::bit_xor<> F2;
51 constexpr int foo = std::bit_xor<int> () (0x58D3, 0xEA95);
54 constexpr int bar = std::bit_xor<> () (0x58D3L, 0xEA95);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bitwise.operations/
H A Dtransparent.pass.cpp38 static_assert ( !is_transparent<std::bit_xor<int>>::value, "" );
39 static_assert ( !is_transparent<std::bit_xor<std::string>>::value, "" );
40 static_assert ( is_transparent<std::bit_xor<void>>::value, "" );
41 static_assert ( is_transparent<std::bit_xor<>>::value, "" );
H A Dbit_xor.pass.cpp12 // bit_xor
21 typedef std::bit_xor<int> F;
34 typedef std::bit_xor<> F2;
56 constexpr int foo = std::bit_xor<int> () (0x58D3, 0xEA95);
59 constexpr int bar = std::bit_xor<> () (0x58D3L, 0xEA95);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h579 struct bit_xor;
604 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
647 struct bit_xor<void> struct
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h575 struct bit_xor;
600 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
643 struct bit_xor<void> struct
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h579 struct bit_xor;
604 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
647 struct bit_xor<void> struct
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h579 struct bit_xor;
604 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
647 struct bit_xor<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.h313 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_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.h313 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_function.h313 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_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.h313 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function

Completed in 307 milliseconds