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

References

tools/lldb/source/Host/common/File.cpp
  101   return std::error_code(ENOTSUP, std::system_category());
  104   return std::error_code(ENOTSUP, std::system_category());
  117   return std::error_code(ENOTSUP, std::system_category());
  126     *error_ptr = std::error_code(ENOTSUP, std::system_category());
  132     *error_ptr = std::error_code(ENOTSUP, std::system_category());
  138     *error_ptr = std::error_code(ENOTSUP, std::system_category());
  143   return std::error_code(ENOTSUP, std::system_category());
  147   return std::error_code(ENOTSUP, std::system_category());
  237     error = std::error_code(ENOTSUP, std::system_category());
usr/include/x86_64-linux-gnu/c++/7.4.0/bits/error_constants.h
  122       not_supported = 				ENOTSUP,