Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h129 static Floating bitcastFromMemory(const std::byte *Buff, in bitcastFromMemory() function
156 return bitcastFromMemory(Buff + sizeof(void *), *Sem); in deserialize()