LLVM API Documentation
Public Member Functions | |
virtual const char * | name () const LLVM_OVERRIDE |
virtual std::string | message (int ev) const LLVM_OVERRIDE |
![]() | |
virtual | ~error_category () |
virtual error_condition | default_error_condition (int _ev) const |
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 49 of file system_error.cpp.
|
virtual |
Reimplemented from llvm::_do_message.
Definition at line 61 of file system_error.cpp.
References llvm::_do_message::message().
|
virtual |
Implements llvm::error_category.
Definition at line 56 of file system_error.cpp.