HomeSort by relevance Sort by last modified time
    Searched full:bit_xor (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/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);
Android.mk 31 test_name := utilities/function.objects/bitwise.operations/bit_xor
32 test_src := bit_xor.pass.cpp
  /ndk/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);
  /external/chromium_org/v8/src/ic/
ic-state.cc 154 GENERATE(Token::BIT_XOR, INT32, INT32, INT32, NO_OVERWRITE);
155 GENERATE(Token::BIT_XOR, INT32, INT32, INT32, OVERWRITE_LEFT);
156 GENERATE(Token::BIT_XOR, INT32, INT32, INT32, OVERWRITE_RIGHT);
157 GENERATE(Token::BIT_XOR, INT32, INT32, SMI, NO_OVERWRITE);
158 GENERATE(Token::BIT_XOR, INT32, INT32, SMI, OVERWRITE_LEFT);
159 GENERATE(Token::BIT_XOR, INT32, NUMBER, SMI, NO_OVERWRITE);
160 GENERATE(Token::BIT_XOR, INT32, SMI, INT32, NO_OVERWRITE);
161 GENERATE(Token::BIT_XOR, INT32, SMI, INT32, OVERWRITE_LEFT);
162 GENERATE(Token::BIT_XOR, INT32, SMI, INT32, OVERWRITE_RIGHT);
163 GENERATE(Token::BIT_XOR, NUMBER, INT32, INT32, NO_OVERWRITE)
    [all...]
  /external/chromium_org/v8/src/
builtins.h 177 V(BIT_XOR, 1) \
token.h 75 T(BIT_XOR, "^", 7) \
ast.cc 116 case Token::ASSIGN_BIT_XOR: return Token::BIT_XOR;
445 case Token::BIT_XOR:
    [all...]
runtime.js 265 function BIT_XOR(y) {
typing.cc 657 case Token::BIT_XOR:
  /prebuilts/ndk/9/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
  /external/chromium_org/v8/src/compiler/
js-generic-lowering.cc 83 REPLACE_BINARY_OP_IC_CALL(JSBitwiseXor, Token::BIT_XOR)
  /external/libcxx/include/
valarray     [all...]
functional 174 struct bit_xor : unary_function<T, bool>
180 struct bit_xor : unary_function<T, bool>
895 struct _LIBCPP_TYPE_VIS_ONLY bit_xor : binary_function<_Tp, _Tp, _Tp>
904 struct _LIBCPP_TYPE_VIS_ONLY bit_xor<void>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
valarray     [all...]
functional 174 struct bit_xor : unary_function<T, bool>
180 struct bit_xor : unary_function<T, bool>
895 struct _LIBCPP_TYPE_VIS_ONLY bit_xor : binary_function<_Tp, _Tp, _Tp>
904 struct _LIBCPP_TYPE_VIS_ONLY bit_xor<void>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
valarray     [all...]
functional 174 struct bit_xor : unary_function<T, bool>
180 struct bit_xor : unary_function<T, bool>
895 struct _LIBCPP_TYPE_VIS_ONLY bit_xor : binary_function<_Tp, _Tp, _Tp>
904 struct _LIBCPP_TYPE_VIS_ONLY bit_xor<void>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_function.h 314 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
  /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-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
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 308 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 308 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 308 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function

Completed in 1099 milliseconds

1 2 3 4