Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DErrc.h47 function_not_supported = int(std::errc::function_not_supported), enumerator
/llvm-project-15.0.7/libcxx/include/
H A D__errc43 function_not_supported, // ENOSYS
140 function_not_supported = ENOSYS,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp41 static_assert(static_cast<int>(std::errc::function_not_supported) == ENOSYS, ""); in main()
/llvm-project-15.0.7/llvm/lib/Support/
H A DErrorHandling.cpp271 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp439 {ERROR_INVALID_FUNCTION, errc::function_not_supported}, in __win_err_to_errc()
757 return err.report(errc::function_not_supported); in __copy()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc822 return make_error_code(errc::function_not_supported);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp478 errc::function_not_supported, in discoverStorage()