Searched refs:system_error (Results 1 - 25 of 190) sorted by relevance

12345678

/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
H A Derror_code.hpp17 # include <system_error>
/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
H A Derror_code.hpp17 # include <system_error>
/external/libcxx/test/libcxx/diagnostics/syserr/
H A Dversion.pass.cpp10 // <system_error>
12 #include <system_error>
/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/
H A Derror_category.pass.cpp10 // <system_error>
14 #include <system_error>
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
H A Dbool.fail.cpp12 // <system_error>
18 #include <system_error>
H A Dcategory.pass.cpp10 // <system_error>
16 #include <system_error>
H A Dvalue.pass.cpp10 // <system_error>
16 #include <system_error>
H A Dbool.pass.cpp10 // <system_error>
16 #include <system_error>
/external/libcxx/test/std/diagnostics/syserr/syserr.hash/
H A Denabled_hash.pass.cpp12 // <system_error>
14 // Test that <system_error> provides all of the arithmetic, enum, and pointer
17 #include <system_error>
/external/llvm/include/llvm/Support/
H A DWindowsError.h13 #include <system_error>
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DWindowsError.h13 #include <system_error>
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
H A Ddefault.pass.cpp10 // <system_error>
16 #include <system_error>
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.overview/
H A Dtypes.pass.cpp10 // <system_error>
13 // Make sure that the error_code bits of <system_error> are self-contained.
15 #include <system_error>
/external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
H A Ddefault.pass.cpp10 // <system_error>
16 #include <system_error>
/external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
H A Dcategory.pass.cpp10 // <system_error>
16 #include <system_error>
H A Dvalue.pass.cpp10 // <system_error>
16 #include <system_error>
/external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview/
H A Dtypes.pass.cpp10 // <system_error>
13 // Make sure that the error_condition bits of <system_error> are self-contained.
15 #include <system_error>
/external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
H A Dctor_error_code.pass.cpp10 // <system_error>
12 // class system_error
14 // system_error(error_code ec);
18 #include <system_error>
24 std::system_error se(static_cast<int>(std::errc::not_a_directory),
H A Dctor_int_error_category.pass.cpp10 // <system_error>
12 // class system_error
14 // system_error(int ev, const error_category& ecat);
18 #include <system_error>
24 std::system_error se(static_cast<int>(std::errc::not_a_directory),
/external/libcxx/src/
H A Dsystem_error.cpp1 //===---------------------- 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 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...]
/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
H A Dequivalent_error_code_int.pass.cpp10 // <system_error>
16 #include <system_error>
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
H A Dlt.pass.cpp10 // <system_error>
16 #include <system_error>
H A Dstream_inserter.pass.cpp10 // <system_error>
18 #include <system_error>

Completed in 676 milliseconds

12345678