Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrc.h48 function_not_supported = int(std::errc::function_not_supported), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h48 function_not_supported = int(std::errc::function_not_supported), enumerator
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp174 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/external/llvm/lib/Support/
DErrorHandling.cpp174 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp40 static_assert(static_cast<int>(std::errc::function_not_supported) == ENOSYS, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc85 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported);
DPathV2.inc247 return make_error_code(errc::function_not_supported);
/external/libcxx/include/
Dsystem_error147 function_not_supported, // ENOSYS
290 function_not_supported = ENOSYS,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h525 function_not_supported = ENOSYS, enumerator
/external/llvm/lib/Support/Unix/
DPath.inc458 return make_error_code(errc::function_not_supported);
642 return make_error_code(errc::function_not_supported);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc474 return make_error_code(errc::function_not_supported);
658 return make_error_code(errc::function_not_supported);
/external/libcxx/src/experimental/filesystem/
Doperations.cpp202 return set_or_throw(make_error_code(errc::function_not_supported), in __copy()