Searched refs:function_not_supported (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Errc.h | 48 function_not_supported = int(std::errc::function_not_supported), enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errc.h | 48 function_not_supported = int(std::errc::function_not_supported), enumerator
|
/external/llvm/include/llvm/Support/ |
D | Errc.h | 48 function_not_supported = int(std::errc::function_not_supported), enumerator
|
/external/libcxx/include/ |
D | __errc | 44 function_not_supported, // ENOSYS 141 function_not_supported = ENOSYS,
|
/external/llvm/lib/Support/ |
D | ErrorHandling.cpp | 174 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 174 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 40 static_assert(static_cast<int>(std::errc::function_not_supported) == ENOSYS, ""); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 278 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | system_error.inc | 85 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported);
|
D | PathV2.inc | 247 return make_error_code(errc::function_not_supported);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 525 function_not_supported = ENOSYS, enumerator
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 458 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/ |
D | Path.inc | 474 return make_error_code(errc::function_not_supported); 658 return make_error_code(errc::function_not_supported);
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 579 return err.report(errc::function_not_supported); in __copy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 602 return make_error_code(errc::function_not_supported);
|