Home
last modified time | relevance | path

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

/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
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcasting-through-void.cpp88 void bit_cast() { in bit_cast() function
/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h89 [[nodiscard]] inline To bit_cast(const From &from) noexcept { in bit_cast() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-memset-bad-sizeof.cpp21 inline Dest bit_cast(const Source& source) { in bit_cast() function
H A Dconstexpr-builtin-bit-cast.cpp24 constexpr To bit_cast(const From &from) { in bit_cast() function
[all...]
/llvm-project/libc/src/__support/CPP/
H A Dbit.h36 bit_cast(const From &from) { bit_cast() function
/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