HomeSort by relevance Sort by last modified time
    Searched refs:bit_xor (Results 1 - 15 of 15) sorted by null

  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 37 static_assert ( !is_transparent<std::bit_xor<int>>::value, "" );
38 static_assert ( !is_transparent<std::bit_xor<std::string>>::value, "" );
39 static_assert ( is_transparent<std::bit_xor<void>>::value, "" );
40 static_assert ( is_transparent<std::bit_xor<>>::value, "" );
bit_xor.pass.cpp 12 // bit_xor
23 typedef std::bit_xor<int> F;
36 typedef std::bit_xor<> F2;
58 constexpr int foo = std::bit_xor<int> () (0x58D3, 0xEA95);
61 constexpr int bar = std::bit_xor<> () (0x58D3L, 0xEA95);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 38 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, "" );
bit_xor.pass.cpp 12 // 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/
transparent.pass.cpp 38 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, "" );
bit_xor.pass.cpp 12 // 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);
  /hardware/interfaces/tests/expression/1.0/
IExpression.hal 124 bit_xor = (10 ^ 6) == 12,
  /external/mesa3d/src/compiler/glsl/
ir_builder.h 171 ir_expression *bit_xor(operand a, operand b);
ir_builder.cpp 420 bit_xor(operand a, operand b) function in namespace:ir_builder
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 575 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/
stl_function.h 579 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/
stl_function.h 579 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/
stl_function.h 313 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/
stl_function.h 313 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/
stl_function.h 313 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function

Completed in 592 milliseconds