Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DBitcastBuffer.h35 Bytes toBytes() const;
62 inline Bytes Bits::toBytes() const { in toBytes() function
94 Bytes byteSize() const { return FinalBitSize.toBytes(); } in byteSize()