Searched defs:bit_cast (Results 1 – 7 of 7) sorted by relevance
36 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _ToType bit_cast(const _FromType& __from) noexcept { in bit_cast() function
88 void bit_cast() { in bit_cast() function
89 [[nodiscard]] inline To bit_cast(const From &from) noexcept { in bit_cast() function
21 inline Dest bit_cast(const Source& source) { in bit_cast() function
24 constexpr To bit_cast(const From &from) { in bit_cast() function [all...]
36 bit_cast(const From &from) { bit_cast() function
24 template <class Dest, class Source> inline Dest bit_cast(const Source &S) { in bit_cast() function