Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DErrc.h58 no_space_on_device = int(std::errc::no_space_on_device), enumerator
/openbsd/gnu/llvm/llvm/lib/Support/
H A 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/gnu/llvm/libcxx/include/
H A D__errc64 no_space_on_device, // ENOSPC
165 no_space_on_device = ENOSPC,
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A 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()