| /llvm-project-15.0.7/libcxx/src/ |
| H A D | system_error.cpp | 235 system_error::__init(const error_code& ec, string what_arg) in __init() 246 system_error::system_error(error_code ec, const string& what_arg) in system_error() function in system_error 252 system_error::system_error(error_code ec, const char* what_arg) in system_error() function in system_error 258 system_error::system_error(error_code ec) in system_error() function in system_error 264 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() function in system_error 270 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() function in system_error 276 system_error::system_error(int ev, const error_category& ecat) in system_error() function in system_error 282 system_error::~system_error() noexcept in ~system_error() 290 throw system_error(error_code(ev, system_category()), what_arg); in __throw_system_error()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | system_error | 14 system_error synopsis 107 class system_error 111 system_error(error_code ec, const string& what_arg); 112 system_error(error_code ec, const char* what_arg); 113 system_error(error_code ec); 116 system_error(int ev, const error_category& ecat); 461 // system_error 463 class _LIBCPP_TYPE_VIS system_error 470 system_error(error_code __ec); 474 system_error(const system_error&) _NOEXCEPT = default; [all …]
|
| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | filesystem_error.h | 30 class _LIBCPP_AVAILABILITY_FILESYSTEM _LIBCPP_EXCEPTION_ABI filesystem_error : public system_error { 34 : system_error(__ec, __what), in filesystem_error() 41 : system_error(__ec, __what), in filesystem_error() 49 : system_error(__ec, __what), in filesystem_error()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | PR9461.cpp | 31 struct system_error:runtime_error{ // expected-note {{to match}} struct 32 system_error():time_error("" // expected-error 3 {{expected}} expected-note {{to match}}
|
| /llvm-project-15.0.7/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
| H A D | unlock.pass.cpp | 44 catch (std::system_error& e) in main() 56 catch (std::system_error& e) in main()
|
| H A D | try_lock.pass.cpp | 50 catch (std::system_error& e) in main() 66 catch (std::system_error& e) in main()
|
| H A D | try_lock_for.pass.cpp | 53 catch (std::system_error& e) in main() 69 catch (std::system_error& e) in main()
|
| H A D | try_lock_until.pass.cpp | 53 catch (std::system_error& e) in main() 69 catch (std::system_error& e) in main()
|
| H A D | lock.pass.cpp | 49 catch (std::system_error& e) in f() 62 catch (std::system_error& e) in f()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/ |
| H A D | unlock.pass.cpp | 46 catch (std::system_error& e) in main() 58 catch (std::system_error& e) in main()
|
| H A D | try_lock.pass.cpp | 52 catch (std::system_error& e) in main() 68 catch (std::system_error& e) in main()
|
| H A D | try_lock_for.pass.cpp | 56 catch (std::system_error& e) in main() 72 catch (std::system_error& e) in main()
|
| H A D | try_lock_until.pass.cpp | 56 catch (std::system_error& e) in main() 72 catch (std::system_error& e) in main()
|
| H A D | lock.pass.cpp | 66 catch (std::system_error& e) in f() 79 catch (std::system_error& e) in f()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/ |
| H A D | join.pass.cpp | 65 } catch (std::system_error const&) { in main() 76 } catch (std::system_error const&) { in main()
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.device/ |
| H A D | eval.pass.cpp | 39 } catch (const std::system_error&) { in main()
|
| /llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ |
| H A D | ctor_error_code.pass.cpp | 24 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
|
| H A D | ctor_int_error_category.pass.cpp | 24 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
|
| H A D | ctor_error_code_string.pass.cpp | 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg); in main()
|
| H A D | ctor_int_error_category_string.pass.cpp | 25 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
|
| H A D | ctor_error_code_const_char_pointer.pass.cpp | 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str()); in main()
|
| H A D | ctor_int_error_category_const_char_pointer.pass.cpp | 25 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/transitive_includes/ |
| H A D | expected.system_error | 33 system_error
|
| H A D | expected.condition_variable | 34 system_error
|
| H A D | expected.codecvt | 35 system_error
|