Home
last modified time | relevance | path

Searched refs:Receive (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.cpp43 bool IoStatementBase::Receive(char *, std::size_t, std::size_t) { in Receive() function in Fortran::runtime::io::IoStatementBase
509 bool IoStatementState::Receive( in Receive() function in Fortran::runtime::io::IoStatementState
512 [=](auto &x) { return x.get().Receive(data, n, elementBytes); }, u_); in Receive()
885 bool ExternalUnformattedIoStatementState<DIR>::Receive( in Receive() function in Fortran::runtime::io::ExternalUnformattedIoStatementState
891 return this->unit().Receive(data, bytes, elementBytes, *this); in Receive()
989 bool ChildUnformattedIoStatementState<DIR>::Receive( in Receive() function in Fortran::runtime::io::ChildUnformattedIoStatementState
991 return this->child().parent().Receive(data, bytes, elementBytes); in Receive()
H A Dio-stmt.h95 bool Receive(char *, std::size_t, std::size_t elementBytes = 0);
262 bool Receive(char *, std::size_t, std::size_t elementBytes = 0);
486 bool Receive(char *, std::size_t, std::size_t elementBytes = 0);
547 bool Receive(char *, std::size_t, std::size_t elementBytes = 0);
H A Ddescriptor-io.h350 return externalUnf ? externalUnf->Receive(&x, totalBytes, elementBytes) in UnformattedDescriptorIO()
351 : childUnf->Receive(&x, totalBytes, elementBytes); in UnformattedDescriptorIO()
H A Dunit.h86 bool Receive(char *, std::size_t, std::size_t elementBytes, IoErrorHandler &);
H A Dunit.cpp337 bool ExternalFileUnit::Receive(char *data, std::size_t bytes, in Receive() function in Fortran::runtime::io::ExternalFileUnit
H A Dio-api.cpp1103 return unf->Receive(x, length, elementBytes); in IONAME()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h99 kern_return_t Receive(mach_port_t receive_port, mach_msg_option_t options,
H A DMachTask.mm797 err = exception_message.Receive(
803 err = exception_message.Receive(mach_task->ExceptionPort(),
810 err = exception_message.Receive(mach_task->ExceptionPort(),
H A DMachException.cpp223 kern_return_t MachException::Message::Receive(mach_port_t port, in Receive() function in MachException::Message
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog390 (MachException::Message::Receive): Ditto.
441 * MachException.cpp (MachException::Message::Receive): Cleaned up logging
483 * MachException.cpp (MachException::Message::Receive): Improved logging.
1396 * MachException.cpp (MachException::Message::Receive): Don't use