Home
last modified time | relevance | path

Searched refs:__to_underlying (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dchars_format.h27 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));
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dto_underlying.h24 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI constexpr __underlying_type_t<_Tp> __to_underlying(_Tp __va… in __to_underlying() function
32 return std::__to_underlying(__val); in to_underlying()