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

  /external/parameter-framework/asio-1.10.6/include/asio/
system_error.hpp 2 // system_error.hpp
17 # include <system_error>
24 typedef std::system_error system_error; typedef in namespace:asio
  /external/clang/test/SemaCXX/
PR9461.cpp 31 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/
system_error.cpp 1 //===---------------------- system_error.cpp ------------------------------===//
13 #include "system_error"
116 // system_error functions not modify errno).
231 // system_error
234 system_error::__init(const error_code& ec, string what_arg)
245 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
251 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
257 system_error::system_error(error_code ec function in class:system_error
263 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
269 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
275 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
system_error.cpp 1 //===---------------------- system_error.cpp ------------------------------===//
13 #include "system_error"
116 // system_error functions not modify errno).
231 // system_error
234 system_error::__init(const error_code& ec, string what_arg)
245 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error
251 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error
257 system_error::system_error(error_code ec function in class:system_error
263 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error
269 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error
275 system_error::system_error(int ev, const error_category& ecat) function in class:system_error
    [all...]

Completed in 235 milliseconds