HomeSort by: relevance | last modified time | path
    Searched defs:stream_error_code (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BinaryStreamError.h 18 enum class stream_error_code { class in namespace:llvm
30 explicit BinaryStreamError(stream_error_code C);
32 BinaryStreamError(stream_error_code C, StringRef Context);
39 stream_error_code getErrorCode() const { return Code; }
43 stream_error_code Code;
BinaryStreamError.h 18 enum class stream_error_code { class in namespace:llvm
30 explicit BinaryStreamError(stream_error_code C);
32 BinaryStreamError(stream_error_code C, StringRef Context);
39 stream_error_code getErrorCode() const { return Code; }
43 stream_error_code Code;

Completed in 26 milliseconds