Searched refs:no_such_device (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DErrorHandling.cpp153 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device);
162 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device);
171 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device);
/external/llvm/include/llvm/Support/
H A DErrc.h61 no_such_device = int(std::errc::no_such_device), member in class:llvm::errc
/external/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp68 static_assert(static_cast<int>(std::errc::no_such_device) == ENODEV, "");

Completed in 110 milliseconds