Home
last modified time | relevance | path

Searched defs:bit_cast (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Dbit_cast.h36 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _ToType bit_cast(const _FromType& __from) noexcept { in bit_cast() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h53 [[nodiscard]] inline To bit_cast(const From &from) noexcept { bit_cast() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h24 template <class Dest, class Source> inline Dest bit_cast(const Source &S) { in bit_cast() function