HomeSort by relevance Sort by last modified time
    Searched refs:error_category (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /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/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/
error_category.pass.cpp 12 // class error_category
18 std::error_category* p = 0;
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
eq.pass.cpp 12 // class error_category
14 // bool operator==(const error_category& rhs) const;
21 const std::error_category& e_cat1 = std::generic_category();
22 const std::error_category& e_cat2 = std::generic_category();
23 const std::error_category& e_cat3 = std::system_category();
lt.pass.cpp 12 // class error_category
14 // bool operator<(const error_category& rhs) const;
21 const std::error_category& e_cat1 = std::generic_category();
22 const std::error_category& e_cat2 = std::generic_category();
23 const std::error_category& e_cat3 = std::system_category();
neq.pass.cpp 12 // class error_category
14 // bool operator!=(const error_category& rhs) const;
21 const std::error_category& e_cat1 = std::generic_category();
22 const std::error_category& e_cat2 = std::generic_category();
23 const std::error_category& e_cat3 = std::system_category();
default_ctor.pass.cpp 13 // class error_category
15 // constexpr error_category() noexcept;
23 : public std::error_category
26 constexpr test1() = default; // won't compile if error_category() is not constexpr
34 "error_category() must exist and be noexcept");
  /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/libcxx/test/std/thread/futures/futures.errors/
future_category.pass.cpp 14 // const error_category& future_category();
22 const std::error_category& ec = std::future_category();
equivalent_error_code_int.pass.cpp 14 // const error_category& future_category();
23 const std::error_category& e_cat = std::future_category();
default_error_condition.pass.cpp 14 // const error_category& future_category();
23 const std::error_category& e_cat = std::future_category();
equivalent_int_error_condition.pass.cpp 14 // const error_category& future_category();
23 const std::error_category& e_cat = std::future_category();
  /external/llvm/tools/llvm-cxxdump/
Error.cpp 10 // This defines a new error_category for the llvm-cxxdump tool.
23 class cxxdump_error_category : public std::error_category {
42 const std::error_category &cxxdump_category() {
Error.h 10 // This declares a new error_category for the llvm-cxxdump tool.
20 const std::error_category &cxxdump_category();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
Error.cpp 10 // This defines a new error_category for the llvm-cxxdump tool.
23 class cxxdump_error_category : public std::error_category {
42 const std::error_category &cxxdump_category() {
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
equivalent_error_code_int.pass.cpp 12 // class error_category
21 const std::error_category& e_cat = std::generic_category();
default_error_condition.pass.cpp 12 // class error_category
21 const std::error_category& e_cat = std::generic_category();
equivalent_int_error_condition.pass.cpp 12 // class error_category
21 const std::error_category& e_cat = std::generic_category();
  /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/
iostream_category.pass.cpp 12 // const error_category& iostream_category();
20 const std::error_category& e_cat1 = std::iostream_category();
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
generic_category.pass.cpp 20 // class error_category
22 // const error_category& generic_category();
33 const std::error_category& e_cat1 = std::generic_category();
41 const std::error_category& e_cat1 = std::generic_category();
system_category.pass.cpp 12 // class error_category
14 // const error_category& system_category();
33 const std::error_category& e_cat1 = std::system_category();
41 const std::error_category& e_cat1 = std::system_category();
  /external/libcxx/src/
system_error.cpp 29 // class error_category
32 error_category::error_category() _NOEXCEPT
37 error_category::~error_category() _NOEXCEPT
42 error_category::default_error_condition(int ev) const _NOEXCEPT
48 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT
54 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT
165 const error_category&
207 const error_category
    [all...]
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/
message.pass.cpp 12 // class error_category
24 const std::error_category& e_cat1 = std::generic_category();
25 const std::error_category& e_cat2 = std::system_category();
  /external/llvm/tools/llvm-readobj/
Error.cpp 10 // This defines a new error_category for the llvm-readobj tool.
23 class _readobj_error_category : public std::error_category {
53 const std::error_category &readobj_category() {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Error.cpp 10 // This defines a new error_category for the llvm-readobj tool.
23 class _readobj_error_category : public std::error_category {
53 const std::error_category &readobj_category() {
  /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;

Completed in 347 milliseconds

1 2 3 4