|
mini-llvm 0.1.0
|
#include <SystemError.h>
Public Types | |
| using | native_type = int |
Public Member Functions | |
| SystemError (ErrorCode code) | |
| SystemError (ErrorCode code, native_type native) | |
| ErrorCode | code () const |
| std::optional< native_type > | native () const |
Static Public Member Functions | |
| static SystemError | fromNative (native_type native) |
| using mini_llvm::SystemError::native_type = int |
|
inlineexplicit |
|
inline |
|
inline |
|
static |
|
inline |