Searched refs:not_enough_memory (Results 1 – 16 of 16) sorted by relevance
/third_party/boost/libs/filesystem/src/ |
D | directory.cpp | 241 return boost::system::errc::not_enough_memory; in readdir_r_simulator() 458 *ec = make_error_code(system::errc::not_enough_memory); in directory_iterator_construct() 504 *ec = make_error_code(boost::system::errc::not_enough_memory); in directory_iterator_construct() 569 *ec = make_error_code(boost::system::errc::not_enough_memory); in directory_iterator_increment() 600 *ec = make_error_code(system::errc::not_enough_memory); in recursive_directory_iterator_construct() 619 *ec = make_error_code(system::errc::not_enough_memory); in recursive_directory_iterator_construct() 788 ec = make_error_code(system::errc::not_enough_memory); in recursive_directory_iterator_push_directory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Errc.h | 64 not_enough_memory = int(std::errc::not_enough_memory), enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errc.h | 65 not_enough_memory = int(std::errc::not_enough_memory), enumerator
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 273 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory); in mapWindowsError() 277 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory); in mapWindowsError()
|
D | MemoryBuffer.cpp | 129 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl() 460 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
|
/third_party/boost/boost/system/detail/ |
D | system_category_posix.hpp | 79 not_enough_memory, in is_generic_value()
|
D | system_category_win32.hpp | 286 case ERROR_NOT_ENOUGH_MEMORY_: return make_error_condition( not_enough_memory ); in system_category_default_error_condition_win32() 292 case ERROR_OUTOFMEMORY_: return make_error_condition( not_enough_memory ); in system_category_default_error_condition_win32()
|
/third_party/boost/boost/outcome/experimental/status-code/ |
D | system_code_from_exception.hpp | 116 return generic_code(errc::not_enough_memory); in system_code_from_exception()
|
D | getaddrinfo_code.hpp | 110 return errc::not_enough_memory; in _generic_code()
|
/third_party/boost/boost/system/ |
D | windows_error.hpp | 57 not_enough_memory = boost::winapi::ERROR_NOT_ENOUGH_MEMORY_, enumerator
|
D | error_code.hpp | 116 not_enough_memory = ENOMEM, enumerator
|
/third_party/boost/libs/log/src/ |
D | thread_specific.cpp | 41 …HROW_DESCR_PARAMS(system_error, "TLS capacity depleted", (boost::system::errc::not_enough_memory)); in thread_specific_base()
|
/third_party/boost/libs/outcome/test/tests/ |
D | experimental-core-result-status.cpp | 325 result<udt3> i(generic_code{errc::not_enough_memory});
|
/third_party/boost/libs/system/doc/system/ |
D | reference.adoc | 134 not_enough_memory, //ENOMEM
|