Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h47 function_not_supported = int(std::errc::function_not_supported), enumerator
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__errc43 function_not_supported, // ENOSYS
141 function_not_supported = ENOSYS,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp269 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp436 {ERROR_INVALID_FUNCTION, errc::function_not_supported}, in __win_err_to_errc()
754 return err.report(errc::function_not_supported); in __copy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc815 return make_error_code(errc::function_not_supported);