OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_error_code
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
BinaryStreamError.cpp
16
BinaryStreamError::BinaryStreamError(
stream_error_code
C)
20
: BinaryStreamError(
stream_error_code
::unspecified, Context) {}
22
BinaryStreamError::BinaryStreamError(
stream_error_code
C, StringRef Context)
26
case
stream_error_code
::unspecified:
29
case
stream_error_code
::stream_too_short:
32
case
stream_error_code
::invalid_array_size:
35
case
stream_error_code
::invalid_offset:
38
case
stream_error_code
::filesystem_error:
BinaryStreamWriter.cpp
98
return make_error<BinaryStreamError>(
stream_error_code
::stream_too_short);
BinaryStreamReader.cpp
136
return make_error<BinaryStreamError>(
stream_error_code
::stream_too_short);
150
return make_error<BinaryStreamError>(
stream_error_code
::stream_too_short);
/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;
BinaryStream.h
61
return make_error<BinaryStreamError>(
stream_error_code
::invalid_offset);
63
return make_error<BinaryStreamError>(
stream_error_code
::stream_too_short);
94
return make_error<BinaryStreamError>(
stream_error_code
::invalid_offset);
BinaryItemStream.h
50
return make_error<BinaryStreamError>(
stream_error_code
::stream_too_short);
89
return make_error<BinaryStreamError>(
stream_error_code
::stream_too_short);
BinaryStreamRef.h
137
return make_error<BinaryStreamError>(
stream_error_code
::invalid_offset);
139
return make_error<BinaryStreamError>(
stream_error_code
::stream_too_short);
235
return make_error<BinaryStreamError>(
stream_error_code
::invalid_offset);
BinaryStreamReader.h
196
stream_error_code
::invalid_array_size);
243
stream_error_code
::invalid_array_size);
BinaryStreamWriter.h
156
stream_error_code
::invalid_array_size);
BinaryByteStream.h
183
return make_error<BinaryStreamError>(
stream_error_code
::invalid_offset);
220
stream_error_code
::filesystem_error);
Completed in 19 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026