Home
last modified time | relevance | path

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

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