Searched refs:error_category (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dsystem_error.cpp21 // class error_category
23 error_category::error_category() { function in class:llvm::error_category
26 error_category::~error_category() {
30 error_category::default_error_condition(int ev) const {
35 error_category::equivalent(int code, const error_condition& condition) const {
40 error_category::equivalent(const error_code& code, int condition) const {
69 const error_category&
93 const error_category
[all...]
/freebsd-10.1-release/contrib/libc++/src/
H A Dsystem_error.cpp17 // class error_category
19 error_category::error_category() _NOEXCEPT
23 error_category::~error_category() _NOEXCEPT
28 error_category::default_error_condition(int ev) const _NOEXCEPT
34 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT
40 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT
75 const error_category&
117 const error_category
[all...]
H A Dfuture.cpp55 const error_category&
H A Dios.cpp65 const error_category&
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h28 class error_category
31 virtual ~error_category();
33 error_category(const error_category&) = delete;
34 error_category& operator=(const error_category&) = delete;
42 bool operator==(const error_category& rhs) const;
43 bool operator!=(const error_category& rhs) const;
44 bool operator<(const error_category& rhs) const;
47 const error_category
627 class error_category class in namespace:llvm
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Object/
H A DError.h10 // This declares a new error_category for the Object library.
22 const error_category &object_category();
/freebsd-10.1-release/contrib/llvm/lib/Object/
H A DError.cpp10 // This defines a new error_category for the Object library.
56 const error_category &object::object_category() {
/freebsd-10.1-release/contrib/llvm/tools/llvm-readobj/
H A DError.cpp10 // This defines a new error_category for the llvm-readobj tool.
58 const error_category &readobj_category() {
H A DError.h10 // This declares a new error_category for the llvm-readobj tool.
21 const error_category &readobj_category();
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h196 static const error_category &BitcodeErrorCategory();
H A DBitcodeReader.cpp3264 const error_category &BitcodeReader::BitcodeErrorCategory() {

Completed in 129 milliseconds