Home
last modified time | relevance | path

Searched refs:bitwise_xor_result (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/safe_numerics/concept/
Dpromotion_policy.hpp27 using bxw_type = typename PP::template bitwise_xor_result<T, U>;
/third_party/boost/boost/safe_numerics/
Dnative.hpp99 struct bitwise_xor_result { struct
Dcpp.hpp189 struct bitwise_xor_result { struct
Dsafe_base_operations.hpp1606 struct bitwise_xor_result { struct
1609 typename promotion_policy::template bitwise_xor_result<T, U>::type;
1662 bitwise_xor_result<T, U>
1665 return bitwise_xor_result<T, U>::return_value(t, u); in operator ^()
Dautomatic.hpp468 struct bitwise_xor_result { struct