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

  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
bit_not.pass.cpp 13 // bit_not
21 typedef std::bit_not<int> F;
30 typedef std::bit_not<> F2;
41 constexpr int foo = std::bit_not<int> () (0xEA95) & 0xFFFF;
44 constexpr int bar = std::bit_not<> () (0xEA95) & 0xFFFF;
transparent.pass.cpp 42 static_assert ( !is_transparent<std::bit_not<int>>::value, "" );
43 static_assert ( !is_transparent<std::bit_not<std::string>>::value, "" );
44 static_assert ( is_transparent<std::bit_not<void>>::value, "" );
45 static_assert ( is_transparent<std::bit_not<>>::value, "" );
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
bit_not.pass.cpp 12 // bit_not
21 typedef std::bit_not<int> F;
29 typedef std::bit_not<> F2;
40 constexpr int foo = std::bit_not<int> () (0xEA95) & 0xFFFF;
43 constexpr int bar = std::bit_not<> () (0xEA95) & 0xFFFF;
transparent.pass.cpp 43 static_assert ( !is_transparent<std::bit_not<int>>::value, "" );
44 static_assert ( !is_transparent<std::bit_not<std::string>>::value, "" );
45 static_assert ( is_transparent<std::bit_not<void>>::value, "" );
46 static_assert ( is_transparent<std::bit_not<>>::value, "" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bitwise.operations/
bit_not.pass.cpp 12 // bit_not
21 typedef std::bit_not<int> F;
30 typedef std::bit_not<> F2;
41 constexpr int foo = std::bit_not<int> () (0xEA95) & 0xFFFF;
44 constexpr int bar = std::bit_not<> () (0xEA95) & 0xFFFF;
transparent.pass.cpp 43 static_assert ( !is_transparent<std::bit_not<int>>::value, "" );
44 static_assert ( !is_transparent<std::bit_not<std::string>>::value, "" );
45 static_assert ( is_transparent<std::bit_not<void>>::value, "" );
46 static_assert ( is_transparent<std::bit_not<>>::value, "" );
  /external/mesa3d/src/compiler/glsl/
ir_builder.h 168 ir_expression *bit_not(operand a);
lower_instructions.cpp     [all...]
ir_builder.cpp 402 bit_not(operand a) function in namespace:ir_builder
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 578 struct bit_not;
608 struct bit_not : public unary_function<_Tp, _Tp> struct in inherits:unary_function
656 struct bit_not<void> struct
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 582 struct bit_not;
612 struct bit_not : public unary_function<_Tp, _Tp> struct in inherits:unary_function
660 struct bit_not<void> struct
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 582 struct bit_not;
612 struct bit_not : public unary_function<_Tp, _Tp> struct in inherits:unary_function
660 struct bit_not<void> struct

Completed in 279 milliseconds