/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ |
ctor_int_error_category.pass.cpp | 10 // <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/ |
system_error.cpp | 1 //===---------------------- 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_code ec 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...] |
/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/ |
generic_category.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/ |
equivalent_error_code_int.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/ |
lt.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
stream_inserter.pass.cpp | 10 // <system_error> 18 #include <system_error>
|
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
bool.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
message.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
/external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/ |
lt.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
/external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/ |
bool.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
message.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
/external/libcxx/test/std/numerics/rand/rand.device/ |
eval.pass.cpp | 32 catch (const std::system_error& e)
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ObjectWriter.h | 11 #include <system_error>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
system_error.cpp | 1 //===---------------------- system_error.cpp ------------------------------===// 11 #include "system_error" 149 // system_error 152 system_error::__init(const error_code& ec, string what_arg) 163 system_error::system_error(error_code ec, const string& what_arg) function in class:system_error 169 system_error::system_error(error_code ec, const char* what_arg) function in class:system_error 175 system_error::system_error(error_code ec function in class:system_error 181 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) function in class:system_error 187 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) function in class:system_error 193 system_error::system_error(int ev, const error_category& ecat) function in class:system_error [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/ |
generic_category.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/ |
equivalent_error_code_int.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/ |
lt.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
stream_inserter.pass.cpp | 10 // <system_error> 18 #include <system_error>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
bool.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
message.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/ |
lt.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/ |
bool.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
message.pass.cpp | 10 // <system_error> 16 #include <system_error>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.device/ |
eval.pass.cpp | 32 catch (const std::system_error& e)
|
/external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ |
ctor_error_code_string.pass.cpp | 10 // <system_error> 12 // class system_error 14 // system_error(error_code ec, const string& what_arg); 18 #include <system_error> 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg);
|