Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DErrc.h65 not_enough_memory = int(std::errc::not_enough_memory), enumerator
/freebsd-12.1/contrib/llvm/lib/Support/
H A DErrorHandling.cpp285 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError()
289 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
H A DMemoryBuffer.cpp130 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl()
460 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
/freebsd-12.1/contrib/libc++/include/
H A D__errc75 not_enough_memory, // ENOMEM
184 not_enough_memory = ENOMEM,