Home
last modified time | relevance | path

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

/third_party/boost/libs/filesystem/src/
Ddirectory.cpp241 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/
DErrc.h64 not_enough_memory = int(std::errc::not_enough_memory), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h65 not_enough_memory = int(std::errc::not_enough_memory), enumerator
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrorHandling.cpp273 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()
DMemoryBuffer.cpp129 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/
Dsystem_category_posix.hpp79 not_enough_memory, in is_generic_value()
Dsystem_category_win32.hpp286 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/
Dsystem_code_from_exception.hpp116 return generic_code(errc::not_enough_memory); in system_code_from_exception()
Dgetaddrinfo_code.hpp110 return errc::not_enough_memory; in _generic_code()
/third_party/boost/boost/system/
Dwindows_error.hpp57 not_enough_memory = boost::winapi::ERROR_NOT_ENOUGH_MEMORY_, enumerator
Derror_code.hpp116 not_enough_memory = ENOMEM, enumerator
/third_party/boost/libs/log/src/
Dthread_specific.cpp41 …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/
Dexperimental-core-result-status.cpp325 result<udt3> i(generic_code{errc::not_enough_memory});
/third_party/boost/libs/system/doc/system/
Dreference.adoc134 not_enough_memory, //ENOMEM