Home
last modified time | relevance | path

Searched refs:no_space_on_device (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DErrc.h58 no_space_on_device = int(std::errc::no_space_on_device), enumerator
/openbsd/src/gnu/llvm/llvm/lib/Support/
DErrorHandling.cpp265 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError()
268 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device); in mapWindowsError()
/openbsd/src/gnu/llvm/libcxx/include/
D__errc64 no_space_on_device, // ENOSPC
165 no_space_on_device = ENOSPC,
/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Doperations.cpp433 {ERROR_DISK_FULL, errc::no_space_on_device}, in __win_err_to_errc()
436 {ERROR_HANDLE_DISK_FULL, errc::no_space_on_device}, in __win_err_to_errc()