HomeSort by relevance Sort by last modified time
    Searched refs:bit_xor (Results 1 - 4 of 4) 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);
  /external/mesa3d/src/compiler/glsl/
ir_builder.h 172 ir_expression *bit_xor(operand a, operand b);
ir_builder.cpp 426 bit_xor(operand a, operand b) function in namespace:ir_builder

Completed in 2167 milliseconds