Searched refs:no_such_device (Results 1 – 13 of 13) sorted by relevance
/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/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/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-10.0/llvm/include/llvm/Support/ |
D | Errc.h | 60 no_such_device = int(std::errc::no_such_device), enumerator
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Errc.h | 60 no_such_device = int(std::errc::no_such_device), enumerator
|
/external/llvm/include/llvm/Support/ |
D | Errc.h | 61 no_such_device = int(std::errc::no_such_device), enumerator
|
/external/llvm-project/llvm/lib/Support/ |
D | ErrorHandling.cpp | 250 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device); in mapWindowsError() 259 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device); in mapWindowsError() 268 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device); in mapWindowsError()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 247 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device); in mapWindowsError() 256 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device); in mapWindowsError() 265 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device); in mapWindowsError()
|
/external/libcxx/include/ |
D | __errc | 68 no_such_device, // ENODEV 173 no_such_device = ENODEV,
|
/external/llvm-project/libcxx/include/ |
D | __errc | 67 no_such_device, // ENODEV 172 no_such_device = ENODEV,
|
/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/llvm-project/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 69 static_assert(static_cast<int>(std::errc::no_such_device) == ENODEV, ""); in main()
|