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

References

tools/lldb/source/Host/posix/PipePosix.cpp
  196       if (errno_copy != ENXIO && errno_copy != EINTR)
  196       if (errno_copy != ENXIO && errno_copy != EINTR)
  197         return Status(errno_copy, eErrorTypePOSIX);