reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/BinaryItemStream.h
   50       return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
   89       return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
include/llvm/Support/BinaryStream.h
   63       return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
include/llvm/Support/BinaryStreamRef.h
  139       return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
lib/Support/BinaryStreamError.cpp
   29   case stream_error_code::stream_too_short:
lib/Support/BinaryStreamReader.cpp
  136     return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  150     return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
lib/Support/BinaryStreamWriter.cpp
   98     return make_error<BinaryStreamError>(stream_error_code::stream_too_short);