Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h61 lldb::ConnectionStatus BytesAvailable(const Timeout<std::micro> &timeout,
/src/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
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9004 llvm::APInt BytesAvailable = SizeOfElem.umul_ov(NumberOfElems, Overflow); in getBytesReturnedByAllocSizeCall() local
9008 Result = std::move(BytesAvailable); in getBytesReturnedByAllocSizeCall()