LLVM API Documentation
#include <system_error.h>
Public Member Functions | |
virtual std::string | message (int ev) const LLVM_OVERRIDE |
![]() | |
virtual | ~error_category () |
virtual const char * | name () const =0 |
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 653 of file system_error.h.
|
virtual |
Implements llvm::error_category.
Reimplemented in llvm::_system_error_category, and llvm::_generic_error_category.
Definition at line 45 of file system_error.cpp.
References llvm::sys::StrError().
Referenced by llvm::_generic_error_category::message().