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 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI constexpr __underlying_type_t<_Tp> __to_underlying(_Tp __va… in __to_underlying() function32 return std::__to_underlying(__val); in to_underlying()