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

/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A Dsystem_error.inc92 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory);
98 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h179 not_enough_memory, // ENOMEM
563 not_enough_memory = ENOMEM, enumerator in enum:llvm::errc::_
842 not_enough_memory = 8, // ERROR_NOT_ENOUGH_MEMORY, enumerator in enum:llvm::windows_error::_
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DMemoryBuffer.cpp376 return make_error_code(errc::not_enough_memory);

Completed in 128 milliseconds