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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h64 lldb::ConnectionStatus BytesAvailable(const Timeout<std::micro> &timeout,
110 // BytesAvailable to disconnect, we won't try to read again.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp380 status = BytesAvailable(timeout, error_ptr);
532 // This ConnectionFileDescriptor::BytesAvailable() uses select() via
543 // users know that another ConnectionFileDescriptor::BytesAvailable() should
544 // be used or a new version of ConnectionFileDescriptor::BytesAvailable()
548 ConnectionFileDescriptor::BytesAvailable(const Timeout<std::micro> &timeout, function in class:ConnectionFileDescriptor
624 "%p ConnectionFileDescriptor::BytesAvailable() "
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7798 llvm::APInt BytesAvailable = SizeOfElem.umul_ov(NumberOfElems, Overflow);
7802 Result = std::move(BytesAvailable);

Completed in 84 milliseconds