Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Support/Windows/
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-9-stable/contrib/llvm/include/llvm/Support/
Dsystem_error.h563 not_enough_memory = ENOMEM, enumerator
842 not_enough_memory = 8, // ERROR_NOT_ENOUGH_MEMORY,
/freebsd-9-stable/contrib/libc++/include/
Dsystem_error172 not_enough_memory, // ENOMEM
316 not_enough_memory = ENOMEM,
/freebsd-9-stable/contrib/llvm/lib/Support/
DMemoryBuffer.cpp368 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
/freebsd-9-stable/contrib/llvm/lib/Support/Unix/
DPath.inc324 if (errno != errc::not_enough_memory)