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

1 2 3 4

  /external/libcxx/test/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::bit_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::bit_and<void>>::value, "" );
31 static_assert ( is_transparent<std::bit_and<>>::value, "" );
bit_and.pass.cpp 12 // bit_and
20 typedef std::bit_and<int> F;
29 typedef std::bit_and<> F2;
51 constexpr int foo = std::bit_and<int> () (0x58D3, 0xEA95);
54 constexpr int bar = std::bit_and<> () (0x58D3L, 0xEA95);
Android.mk 23 test_name := utilities/function.objects/bitwise.operations/bit_and
24 test_src := bit_and.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::bit_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::bit_and<void>>::value, "" );
31 static_assert ( is_transparent<std::bit_and<>>::value, "" );
bit_and.pass.cpp 12 // bit_and
20 typedef std::bit_and<int> F;
29 typedef std::bit_and<> F2;
51 constexpr int foo = std::bit_and<int> () (0x58D3, 0xEA95);
54 constexpr int bar = std::bit_and<> () (0x58D3L, 0xEA95);
  /external/chromium_org/v8/src/ic/
ic-state.cc 117 GENERATE(Token::BIT_AND, INT32, INT32, INT32, NO_OVERWRITE);
118 GENERATE(Token::BIT_AND, INT32, INT32, INT32, OVERWRITE_LEFT);
119 GENERATE(Token::BIT_AND, INT32, INT32, INT32, OVERWRITE_RIGHT);
120 GENERATE(Token::BIT_AND, INT32, INT32, SMI, NO_OVERWRITE);
121 GENERATE(Token::BIT_AND, INT32, INT32, SMI, OVERWRITE_RIGHT);
122 GENERATE(Token::BIT_AND, INT32, SMI, INT32, NO_OVERWRITE);
123 GENERATE(Token::BIT_AND, INT32, SMI, INT32, OVERWRITE_RIGHT);
124 GENERATE(Token::BIT_AND, INT32, SMI, SMI, NO_OVERWRITE);
125 GENERATE(Token::BIT_AND, INT32, SMI, SMI, OVERWRITE_LEFT);
126 GENERATE(Token::BIT_AND, INT32, SMI, SMI, OVERWRITE_RIGHT)
    [all...]
  /external/chromium_org/v8/src/
builtins.h 176 V(BIT_AND, 1) \
token.h 76 T(BIT_AND, "&", 8) \
ast.cc 117 case Token::ASSIGN_BIT_AND: return Token::BIT_AND;
446 case Token::BIT_AND:
    [all...]
hydrogen.cc     [all...]
runtime.js 243 function BIT_AND(y) {
typing.cc 647 case Token::BIT_AND: {
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 569 struct bit_and;
584 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
617 struct bit_and<void> struct
  /external/chromium_org/v8/src/compiler/
js-generic-lowering.cc 84 REPLACE_BINARY_OP_IC_CALL(JSBitwiseAnd, Token::BIT_AND)
  /external/libcxx/include/
valarray     [all...]
functional 162 struct bit_and : unary_function<T, bool>
845 struct _LIBCPP_TYPE_VIS_ONLY bit_and : binary_function<_Tp, _Tp, _Tp>
854 struct _LIBCPP_TYPE_VIS_ONLY bit_and<void>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
valarray     [all...]
functional 162 struct bit_and : unary_function<T, bool>
845 struct _LIBCPP_TYPE_VIS_ONLY bit_and : binary_function<_Tp, _Tp, _Tp>
854 struct _LIBCPP_TYPE_VIS_ONLY bit_and<void>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
valarray     [all...]
functional 162 struct bit_and : unary_function<T, bool>
845 struct _LIBCPP_TYPE_VIS_ONLY bit_and : binary_function<_Tp, _Tp, _Tp>
854 struct _LIBCPP_TYPE_VIS_ONLY bit_and<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 298 struct bit_and : 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 297 struct bit_and : 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 297 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 292 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 292 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function

Completed in 2510 milliseconds

1 2 3 4