OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 108 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026