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

References

lib/Support/Unix/Path.inc
  518     if (Err != EINVAL && Err != NotSupportedError)
  518     if (Err != EINVAL && Err != NotSupportedError)
  519       return std::error_code(Err, std::generic_category());