Searched refs:no_such_device (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 155 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device); in mapWindowsError() 164 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device); in mapWindowsError() 173 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device); in mapWindowsError()
|
/external/llvm/lib/Support/ |
D | ErrorHandling.cpp | 155 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device); in mapWindowsError() 164 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device); in mapWindowsError() 173 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device); in mapWindowsError()
|
/external/llvm/include/llvm/Support/ |
D | Errc.h | 61 no_such_device = int(std::errc::no_such_device), enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errc.h | 61 no_such_device = int(std::errc::no_such_device), enumerator
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | system_error.inc | 65 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device); 74 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device); 84 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device);
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 116 no_such_device = ASIO_WIN_OR_POSIX( enumerator
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 68 static_assert(static_cast<int>(std::errc::no_such_device) == ENODEV, ""); in main()
|
/external/libcxx/include/ |
D | system_error | 171 no_such_device, // ENODEV 322 no_such_device = ENODEV,
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 561 no_such_device = ENODEV, enumerator
|