reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/RandomNumberGenerator.cpp
   76       Ret = std::error_code(EIO, std::system_category());
tools/lldb/source/Core/Communication.cpp
  337       if (error.GetType() == eErrorTypePOSIX && error.GetError() == EIO) {
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  422     case EIO:     // An I/O error occurred while reading from the file system.
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1016   if (error.GetError() == EIO || error.GetError() == EFAULT) {
usr/include/x86_64-linux-gnu/c++/7.4.0/bits/error_constants.h
   80       io_error = 				EIO,