Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Support/
HDCompression.h37 StatusOutOfMemory, // there was not enough memory enumerator
/trueos/contrib/llvm/lib/Support/
HDCompression.cpp41 case Z_MEM_ERROR: return zlib::StatusOutOfMemory; in encodeZlibReturnValue()