/external/llvm/lib/Support/Windows/ |
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);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
error_constants.h | 117 not_enough_memory = ENOMEM, member in class:errc
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
error_constants.h | 117 not_enough_memory = ENOMEM, member in class:errc
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
error_constants.h | 117 not_enough_memory = ENOMEM, member in class:errc
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
error_constants.h | 117 not_enough_memory = ENOMEM, member in class:errc
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
error_constants.h | 117 not_enough_memory = ENOMEM, member in class:errc
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
error_constants.h | 117 not_enough_memory = ENOMEM, member in class:errc
|
/external/llvm/include/llvm/Support/ |
system_error.h | 177 not_enough_memory, // ENOMEM 572 not_enough_memory = ENOMEM, enumerator in enum:llvm::errc::_ 847 not_enough_memory = 8, // ERROR_NOT_ENOUGH_MEMORY, enumerator in enum:llvm::windows_error::_
|
FileSystem.h | 22 // return errc::not_enough_memory if there is not enough memory to complete the
|
/external/llvm/lib/Support/ |
MemoryBuffer.cpp | 317 return make_error_code(errc::not_enough_memory);
|
/external/llvm/lib/Support/Unix/ |
PathV2.inc | 103 if (errno != errc::not_enough_memory)
|