Searched refs:StatusOutOfMemory (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCompression.h37 StatusOutOfMemory, // there was not enough memory enumerator in enum:llvm::zlib::Status
/external/llvm/lib/Support/
H A DCompression.cpp39 case Z_MEM_ERROR: return zlib::StatusOutOfMemory;

Completed in 105 milliseconds