clang 20.0.0git
|
Go to the source code of this file.
Functions | |
static bool | bitof (const std::byte *B, Bits BitIndex) |
Returns the value of the bit in the given sequence of bytes. | |
Returns the value of the bit in the given sequence of bytes.
Definition at line 15 of file BitcastBuffer.cpp.
References clang::interp::Bits::getOffsetInByte(), and clang::interp::Bits::roundToBytes().
Referenced by clang::interp::BitcastBuffer::copyBits(), and clang::interp::BitcastBuffer::pushData().