Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__bit/
H A Dbit_cast.h28 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr _ToType bit_cast(const _FromType& __from) noe… in bit_cast() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A Dbit.h53 [[nodiscard]] inline To bit_cast(const From &from) noexcept { in bit_cast() function
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp339 BitCastInst *bit_cast = in InstrumentInstruction() local
430 BitCastInst *bit_cast = in InstrumentInstruction() local
H A DIRForTarget.cpp1735 BitCastInst *bit_cast = new BitCastInst( in ReplaceVariables() local
1744 BitCastInst *bit_cast = new BitCastInst( in ReplaceVariables() local
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h23 template <class Dest, class Source> inline Dest bit_cast(const Source &S) { in bit_cast() function