Home
last modified time | relevance | path

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

/external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
DErrorConditionEnum.pass.cpp23 ec = std::errc::not_enough_memory; in main()
24 assert(ec.value() == static_cast<int>(std::errc::not_enough_memory)); in main()
/external/llvm/include/llvm/Support/
DErrc.h65 not_enough_memory = int(std::errc::not_enough_memory), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h65 not_enough_memory = int(std::errc::not_enough_memory), enumerator
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp181 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError()
185 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
DMemoryBuffer.cpp382 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
/external/llvm/lib/Support/
DErrorHandling.cpp181 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError()
185 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
DMemoryBuffer.cpp382 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
/external/swiftshader/third_party/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);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h572 not_enough_memory = ENOMEM, enumerator
847 not_enough_memory = 8, // ERROR_NOT_ENOUGH_MEMORY,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp77 static_assert(static_cast<int>(std::errc::not_enough_memory) == ENOMEM, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/
DMemoryBuffer.cpp317 return make_error_code(errc::not_enough_memory); in getOpenFile()
/external/libcxx/include/
Dsystem_error178 not_enough_memory, // ENOMEM
333 not_enough_memory = ENOMEM,
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc104 if (errno != errc::not_enough_memory)