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 _LIBCPP_HIDE_FROM_ABI constexpr typename underlying_type<_Tp>::type __to_underlying(_Tp __val) noex… in __to_underlying() function
32 return std::__to_underlying(__val); in to_underlying()