Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h64 lldb::ConnectionStatus BytesAvailable(const Timeout<std::micro> &timeout,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp381 status = BytesAvailable(timeout, error_ptr); in Read()
549 ConnectionFileDescriptor::BytesAvailable(const Timeout<std::micro> &timeout, in BytesAvailable() function in ConnectionFileDescriptor
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8512 llvm::APInt BytesAvailable = SizeOfElem.umul_ov(NumberOfElems, Overflow); in getBytesReturnedByAllocSizeCall() local
8516 Result = std::move(BytesAvailable); in getBytesReturnedByAllocSizeCall()