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

/external/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
H A DErrorConditionEnum.pass.cpp23 ec = std::errc::not_enough_memory;
24 assert(ec.value() == static_cast<int>(std::errc::not_enough_memory));
/external/llvm/include/llvm/Support/
H A DErrc.h65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
/external/llvm/lib/Support/
H A DErrorHandling.cpp179 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory);
183 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory);
H A DMemoryBuffer.cpp354 return make_error_code(errc::not_enough_memory);
/external/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp77 static_assert(static_cast<int>(std::errc::not_enough_memory) == ENOMEM, "");

Completed in 1058 milliseconds