HomeSort by relevance Sort by last modified time
    Searched defs:error_category (Results 1 - 4 of 4) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/
error_code.hpp 24 typedef std::error_category error_category; typedef in namespace:asio
28 extern ASIO_DECL const error_category& system_category();
  /external/swiftshader/third_party/LLVM/lib/Support/
system_error.cpp 21 // 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...]
  /external/llvm/lib/Object/
Error.cpp 10 // This defines a new error_category for the Object library.
25 class _object_error_category : public std::error_category {
72 static ManagedStatic<_object_error_category> error_category; variable
74 const std::error_category &object::object_category() {
75 return *error_category;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 26 class error_category
29 virtual ~error_category();
31 error_category(const error_category&) = delete;
32 error_category& operator=(const error_category&) = delete;
40 bool operator==(const error_category& rhs) const;
41 bool operator!=(const error_category& rhs) const;
42 bool operator<(const error_category& rhs) const;
45 const error_category& generic_category()
636 class error_category class in namespace:llvm
    [all...]

Completed in 122 milliseconds