Home
last modified time | relevance | path

Searched defs:bitcastToMemory (Results 1 – 3 of 3) 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 DIntegralAP.h202 void bitcastToMemory(std::byte *Dest) const { in bitcastToMemory() function
H A DFloating.h190 void bitcastToMemory(std::byte *Buff) const { in bitcastToMemory() function