Lines Matching defs:BitCastBuffer
7233 class BitCastBuffer {
7247 BitCastBuffer(CharUnits Width, bool TargetIsLittleEndian)
7280 /// Traverse an APValue to produce an BitCastBuffer, emulating how the current
7284 BitCastBuffer Buffer;
7444 // individual bits to the BitCastBuffer, we'll buffer all of the elements
7497 static std::optional<BitCastBuffer>
7507 /// Write an BitCastBuffer into an APValue.
7510 const BitCastBuffer &Buffer;
7513 BufferToAPValueConverter(EvalInfo &Info, const BitCastBuffer &Buffer,
7711 // individual bits from the BitCastBuffer, we'll buffer all of the
7778 static std::optional<APValue> convert(EvalInfo &Info, BitCastBuffer &Buffer,
7884 std::optional<BitCastBuffer> Buffer =