Home
last modified time | relevance | path

Searched refs:bitcastToMemory (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DBoolean.h84 void bitcastToMemory(std::byte *Buff) { std::memcpy(Buff, &V, sizeof(V)); } in bitcastToMemory() function
H A DInterpBuiltinBitCast.cpp306 F.bitcastToMemory(Buff.get()); in readPointerToBuffer()
314 BITCAST_TYPE_SWITCH(T, { P.deref<T>().bitcastToMemory(Buff.get()); }); in readPointerToBuffer()
H A DFloating.h190 void bitcastToMemory(std::byte *Buff) const { in bitcastToMemory() function
H A DIntegral.h163 void bitcastToMemory(std::byte *Dest) const {
H A DIntegralAP.h202 void bitcastToMemory(std::byte *Dest) const { in bitcastToMemory() function