Searched refs:__to_underlying (Results 1 – 2 of 2) sorted by relevance
27 return chars_format(~std::__to_underlying(__x));31 return chars_format(std::__to_underlying(__x) & std::__to_underlying(__y));35 return chars_format(std::__to_underlying(__x) | std::__to_underlying(__y));39 return chars_format(std::__to_underlying(__x) ^ std::__to_underlying(__y));
24 _LIBCPP_HIDE_FROM_ABI constexpr typename underlying_type<_Tp>::type __to_underlying(_Tp __val) noex… in __to_underlying() function32 return std::__to_underlying(__val); in to_underlying()