Searched defs:system_error (Results 1 - 4 of 4) sorted by relevance

/external/parameter-framework/asio/include/asio/
H A Dsystem_error.hpp2 // system_error.hpp
17 # include <system_error>
24 typedef std::system_error system_error; typedef in namespace:asio
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dsystem_error.hpp2 // system_error.hpp
17 # include <system_error>
24 typedef std::system_error system_error; typedef in namespace:asio
/external/clang/test/SemaCXX/
H A DPR9461.cpp31 struct system_error:runtime_error{ // expected-note {{to match}} struct in inherits:runtime_error
32 system_error():time_error("" // expected-error 3 {{expected}} expected-note {{to match}}
/external/libcxx/src/
H A Dsystem_error.cpp1 //===---------------------- system_error.cpp ------------------------------===//
13 #include "system_error"
144 // system_error
147 system_error::__init(const error_code& ec, string what_arg)
158 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
164 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
170 system_error::system_error(error_cod function in class:system_error
176 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
182 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
188 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
[all...]

Completed in 611 milliseconds