Home
last modified time | relevance | path

Searched refs:system_error (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/libcxx/src/
H A Dsystem_error.cpp235 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 Dsystem_error14 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 Dfilesystem_error.h30 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 DPR9461.cpp31 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 Dunlock.pass.cpp44 catch (std::system_error& e) in main()
56 catch (std::system_error& e) in main()
H A Dtry_lock.pass.cpp50 catch (std::system_error& e) in main()
66 catch (std::system_error& e) in main()
H A Dtry_lock_for.pass.cpp53 catch (std::system_error& e) in main()
69 catch (std::system_error& e) in main()
H A Dtry_lock_until.pass.cpp53 catch (std::system_error& e) in main()
69 catch (std::system_error& e) in main()
H A Dlock.pass.cpp49 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 Dunlock.pass.cpp46 catch (std::system_error& e) in main()
58 catch (std::system_error& e) in main()
H A Dtry_lock.pass.cpp52 catch (std::system_error& e) in main()
68 catch (std::system_error& e) in main()
H A Dtry_lock_for.pass.cpp56 catch (std::system_error& e) in main()
72 catch (std::system_error& e) in main()
H A Dtry_lock_until.pass.cpp56 catch (std::system_error& e) in main()
72 catch (std::system_error& e) in main()
H A Dlock.pass.cpp66 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 Djoin.pass.cpp65 } 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 Deval.pass.cpp39 } catch (const std::system_error&) { in main()
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
H A Dctor_error_code.pass.cpp24 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
H A Dctor_int_error_category.pass.cpp24 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
H A Dctor_error_code_string.pass.cpp25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg); in main()
H A Dctor_int_error_category_string.pass.cpp25 std::system_error se(static_cast<int>(std::errc::not_a_directory), in main()
H A Dctor_error_code_const_char_pointer.pass.cpp25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str()); in main()
H A Dctor_int_error_category_const_char_pointer.pass.cpp25 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 Dexpected.system_error33 system_error
H A Dexpected.condition_variable34 system_error
H A Dexpected.codecvt35 system_error

123