Searched refs:stream_too_short (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h20 stream_too_short, member in class:llvm::stream_error_code
H A DBinaryItemStream.h50 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
89 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
H A DBinaryStream.h63 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
H A DBinaryStreamRef.h139 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamError.cpp29 case stream_error_code::stream_too_short:
H A DBinaryStreamWriter.cpp98 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
H A DBinaryStreamReader.cpp136 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
150 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);

Completed in 109 milliseconds