Searched refs:not_enough_memory (Results 1 – 16 of 16) sorted by relevance
/external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ |
D | ErrorConditionEnum.pass.cpp | 23 ec = std::errc::not_enough_memory; in main() 24 assert(ec.value() == static_cast<int>(std::errc::not_enough_memory)); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Errc.h | 65 not_enough_memory = int(std::errc::not_enough_memory), enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errc.h | 65 not_enough_memory = int(std::errc::not_enough_memory), enumerator
|
/external/llvm/include/llvm/Support/ |
D | Errc.h | 65 not_enough_memory = int(std::errc::not_enough_memory), enumerator
|
/external/llvm/lib/Support/ |
D | ErrorHandling.cpp | 181 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()
|
D | MemoryBuffer.cpp | 382 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 181 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()
|
D | MemoryBuffer.cpp | 382 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 285 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()
|
D | MemoryBuffer.cpp | 130 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl() 460 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
|
/external/libcxx/include/ |
D | __errc | 75 not_enough_memory, // ENOMEM 184 not_enough_memory = ENOMEM,
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | system_error.inc | 92 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/ |
D | system_error.h | 572 not_enough_memory = ENOMEM, enumerator 847 not_enough_memory = 8, // ERROR_NOT_ENOUGH_MEMORY,
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 77 static_assert(static_cast<int>(std::errc::not_enough_memory) == ENOMEM, ""); in main()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | MemoryBuffer.cpp | 317 return make_error_code(errc::not_enough_memory); in getOpenFile()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | PathV2.inc | 104 if (errno != errc::not_enough_memory)
|