Searched defs:system_error (Results 1 – 5 of 5) sorted by relevance
| /external/libcxx/src/ |
| D | system_error.cpp | 244 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 250 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 256 system_error::system_error(error_code ec) in system_error() function in system_error 262 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 268 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 274 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
|
| /external/llvm-project/libcxx/src/ |
| D | system_error.cpp | 243 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 249 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 255 system_error::system_error(error_code ec) in system_error() function in system_error 261 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 267 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 273 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error
|
| /external/parameter-framework/asio-1.10.6/include/asio/ |
| D | system_error.hpp | 24 typedef std::system_error system_error; typedef
|
| /external/clang/test/SemaCXX/ |
| D | PR9461.cpp | 31 struct system_error:runtime_error{ // expected-note {{to match}} struct
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | PR9461.cpp | 31 struct system_error:runtime_error{ // expected-note {{to match}} struct
|