Home
last modified time | relevance | path

Searched refs:not_enough_memory (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DErrc.h64 not_enough_memory = int(std::errc::not_enough_memory), enumerator
/openbsd/src/gnu/llvm/llvm/lib/Support/
DErrorHandling.cpp279 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError()
284 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
DMemoryBuffer.cpp137 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl()
497 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
/openbsd/src/gnu/llvm/libcxx/include/
D__errc74 not_enough_memory, // ENOMEM
183 not_enough_memory = ENOMEM,
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DDebugObjectManagerPlugin.cpp253 Err = errorCodeToError(make_error_code(errc::not_enough_memory)); in CopyBuffer()
/openbsd/src/gnu/llvm/libcxx/src/filesystem/
Doperations.cpp447 {ERROR_NOT_ENOUGH_MEMORY, errc::not_enough_memory}, in __win_err_to_errc()
454 {ERROR_OUTOFMEMORY, errc::not_enough_memory}, in __win_err_to_errc()