LLVM API Documentation
Public Member Functions | |
virtual const char * | name () const LLVM_OVERRIDE |
virtual std::string | message (int ev) const LLVM_OVERRIDE |
virtual error_condition | default_error_condition (int ev) const LLVM_OVERRIDE |
![]() | |
virtual | ~error_category () |
virtual bool | equivalent (int _code, const error_condition &_condition) const |
virtual bool | equivalent (const error_code &_code, int _condition) const |
bool | operator== (const error_category &_rhs) const |
bool | operator!= (const error_category &_rhs) const |
bool | operator< (const error_category &_rhs) const |
Definition at line 75 of file system_error.cpp.
|
virtual |
Reimplemented from llvm::error_category.
|
virtual |
Reimplemented from llvm::_do_message.
|
virtual |
Implements llvm::error_category.
Definition at line 83 of file system_error.cpp.