Home
last modified time | relevance | path

Searched refs:function_not_supported (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h51 function_not_supported = int(std::errc::function_not_supported), enumerator
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h167 function_not_supported = ENOSYS, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/
H A Derrc.h166 function_not_supported = ENOSYS, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp338 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp85 return errc::function_not_supported; in __win_err_to_errc()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp149 return err.report(errc::function_not_supported); in __copy()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc826 return make_error_code(errc::function_not_supported);