Home
last modified time | relevance | path

Searched refs:error_category (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
Dsystem_error.cpp23 error_category::error_category() { in error_category() function in llvm::error_category
26 error_category::~error_category() { in ~error_category()
30 error_category::default_error_condition(int ev) const { in default_error_condition()
35 error_category::equivalent(int code, const error_condition& condition) const { in equivalent()
40 error_category::equivalent(const error_code& code, int condition) const { in equivalent()
69 const error_category&
93 const error_category&
99 const error_category&
/external/llvm/include/llvm/Support/
Dsystem_error.h625 class error_category
628 virtual ~error_category();
631 error_category();
632 error_category(const error_category&);// = delete;
633 error_category& operator=(const error_category&);// = delete;
642 bool operator==(const error_category& _rhs) const {return this == &_rhs;}
644 bool operator!=(const error_category& _rhs) const {return !(*this == _rhs);}
646 bool operator< (const error_category& _rhs) const {return this < &_rhs;}
651 class _do_message : public error_category
657 const error_category& generic_category();
[all …]
/external/llvm/lib/Object/
DError.cpp54 const error_category &object::object_category() { in object_category()
/external/llvm/include/llvm/Object/
DError.h22 const error_category &object_category();