Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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/llvm/include/llvm/Support/
DErrc.h48 function_not_supported = int(std::errc::function_not_supported), enumerator
/external/libcxx/include/
D__errc44 function_not_supported, // ENOSYS
141 function_not_supported = ENOSYS,
/external/llvm/lib/Support/
DErrorHandling.cpp174 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/external/swiftshader/third_party/llvm-subzero/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-7.0/llvm/lib/Support/
DErrorHandling.cpp278 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/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/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/filesystem/
Doperations.cpp579 return err.report(errc::function_not_supported); in __copy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc602 return make_error_code(errc::function_not_supported);