Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h108 size_t BuffSize = 0, bool Owns = REFERENCE_ONLY)
110 BufferSize(BuffSize), Banner(Header) { in raw_ostream()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.cpp337 size_t BuffSize = FullBitWidth.roundToBytes(); in DoBitCast() local
352 std::memcpy(Buff, B.get(), BuffSize); in DoBitCast()
H A DInterp.h3417 size_t BuffSize = ResultBitWidth / 8; in BitCastPrim() local
3418 llvm::SmallVector<std::byte> Buff(BuffSize); in BitCastPrim()