Home
last modified time | relevance | path

Searched refs:__ec (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
51 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
58 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
59 { copy(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
63 error_code& __ec); in _GLIBCXX_VISIBILITY()
70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
71 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
75 error_code& __ec); in _GLIBCXX_VISIBILITY()
79 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
82 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_dir.h109 directory_entry(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
112 refresh(__ec); in _GLIBCXX_VISIBILITY()
113 if (__ec) in _GLIBCXX_VISIBILITY()
131 assign(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
134 refresh(__ec); in _GLIBCXX_VISIBILITY()
145 replace_filename(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
148 refresh(__ec); in _GLIBCXX_VISIBILITY()
156 refresh(error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
157 { _M_type = symlink_status(__ec).type(); } in _GLIBCXX_VISIBILITY()
168 exists(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h51 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
57 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
64 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
65 { copy(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
69 error_code& __ec); in _GLIBCXX_VISIBILITY()
76 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
77 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
81 error_code& __ec); in _GLIBCXX_VISIBILITY()
85 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
88 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_dir.h118 directory_entry(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
121 refresh(__ec); in _GLIBCXX_VISIBILITY()
122 if (__ec) in _GLIBCXX_VISIBILITY()
140 assign(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
143 refresh(__ec); in _GLIBCXX_VISIBILITY()
154 replace_filename(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY()
157 refresh(__ec); in _GLIBCXX_VISIBILITY()
165 refresh(error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
166 { _M_type = symlink_status(__ec).type(); } in _GLIBCXX_VISIBILITY()
177 exists(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h57 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
58 path canonical(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
65 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
66 { copy(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
70 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
77 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
78 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
82 error_code& __ec); in _GLIBCXX_VISIBILITY()
86 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
89 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_dir.h116 status(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
117 { return filesystem::status(_M_path, __ec); } in _GLIBCXX_VISIBILITY()
124 symlink_status(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
125 { return filesystem::symlink_status(_M_path, __ec); } in _GLIBCXX_VISIBILITY()
193 directory_iterator(const path& __p, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
194 : directory_iterator(__p, directory_options::none, __ec) { } in _GLIBCXX_VISIBILITY()
198 error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
199 : directory_iterator(__p, __options, &__ec) { } in _GLIBCXX_VISIBILITY()
216 directory_iterator& increment(error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
276 error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h61 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
64 path canonical(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
71 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
72 { copy(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
77 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
84 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
85 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
89 error_code& __ec); in _GLIBCXX_VISIBILITY()
93 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
96 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_dir.h116 status(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
117 { return filesystem::status(_M_path, __ec); } in _GLIBCXX_VISIBILITY()
124 symlink_status(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY()
125 { return filesystem::symlink_status(_M_path, __ec); } in _GLIBCXX_VISIBILITY()
193 directory_iterator(const path& __p, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
194 : directory_iterator(__p, directory_options::none, __ec) { } in _GLIBCXX_VISIBILITY()
198 error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
199 : directory_iterator(__p, __options, &__ec) { } in _GLIBCXX_VISIBILITY()
216 directory_iterator& increment(error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
276 error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dsocket444 close(error_code& __ec)
448 cancel(__ec);
449 if (!__ec)
452 __ec.assign(errno, generic_category());
462 void cancel(error_code& __ec) { _M_ctx->cancel(_M_sockfd, __ec); }
471 native_non_blocking(bool __mode, error_code& __ec)
484 __ec.assign(errno, generic_category());
487 __ec.clear();
491 __ec = std::make_error_code(std::errc::not_supported);
556 open(const protocol_type& __protocol, error_code& __ec)
[all …]
H A Dbuffer589 size_t operator()(const error_code& __ec, size_t) const
590 { return !__ec ? 1500 : 0; }
598 size_t operator()(const error_code& __ec, size_t __n) const
599 { return !__ec && __n < _M_minimum ? _M_minimum - __n : 0; }
610 size_t operator()(const error_code& __ec, size_t __n) const
613 return !__ec && __n < _M_exact ? std::min(_M_exact - __n, _Nm) : 0;
629 _CompletionCondition __completion_condition, error_code& __ec)
631 __ec.clear();
637 while ((__n = __completion_condition(__ec, __total))
642 __n = __stream.read_some(buffer(__to, __n), __ec);
[all …]
H A Dinternet651 make_address_v4(const char* __str, error_code& __ec) noexcept
657 __ec.clear();
661 __ec = std::make_error_code(std::errc::invalid_argument);
663 __ec.assign(errno, generic_category());
672 make_address_v4(const string& __str, error_code& __ec) noexcept
673 { return make_address_v4(__str.c_str(), __ec); }
680 make_address_v4(string_view __str, error_code& __ec) noexcept
686 __ec = std::make_error_code(std::errc::invalid_argument);
689 __ec.clear();
691 return make_address_v4(__buf, __ec);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dsocket467 close(error_code& __ec)
471 cancel(__ec);
472 if (!__ec)
475 __ec.assign(errno, generic_category());
485 void cancel(error_code& __ec) { _M_ctx->cancel(_M_sockfd, __ec); }
494 native_non_blocking(bool __mode, error_code& __ec)
507 __ec.assign(errno, generic_category());
510 __ec.clear();
514 __ec = std::make_error_code(std::errc::not_supported);
579 open(const protocol_type& __protocol, error_code& __ec)
[all …]
H A Dbuffer589 size_t operator()(const error_code& __ec, size_t) const
590 { return !__ec ? 1500 : 0; }
598 size_t operator()(const error_code& __ec, size_t __n) const
599 { return !__ec && __n < _M_minimum ? _M_minimum - __n : 0; }
610 size_t operator()(const error_code& __ec, size_t __n) const
613 return !__ec && __n < _M_exact ? std::min(_M_exact - __n, _Nm) : 0;
629 _CompletionCondition __completion_condition, error_code& __ec)
631 __ec.clear();
637 while ((__n = __completion_condition(__ec, __total))
642 __n = __stream.read_some(buffer(__to, __n), __ec);
[all …]
H A Dinternet702 make_address_v4(const char* __str, error_code& __ec) noexcept
709 __ec.clear();
713 __ec = std::make_error_code(std::errc::invalid_argument);
715 __ec.assign(errno, generic_category());
717 __ec = std::make_error_code(__unsupported_err());
727 make_address_v4(const string& __str, error_code& __ec) noexcept
728 { return make_address_v4(__str.c_str(), __ec); }
735 make_address_v4(string_view __str, error_code& __ec) noexcept
741 __ec = std::make_error_code(std::errc::invalid_argument);
744 __ec.clear();
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem1689 filesystem_error(const string& __what, error_code __ec)
1690 : system_error(__ec, __what),
1696 filesystem_error(const string& __what, const path& __p1, error_code __ec)
1697 : system_error(__ec, __what),
1704 error_code __ec)
1705 : system_error(__ec, __what),
1755 path __absolute(const path&, error_code* __ec = nullptr);
1757 path __canonical(const path&, error_code* __ec = nullptr);
1760 error_code* __ec = nullptr);
1763 error_code* __ec = nullptr);
[all …]
H A D__threading_support366 int __ec = pthread_mutexattr_init(&attr);
367 if (__ec)
368 return __ec;
369 __ec = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
370 if (__ec) {
372 return __ec;
374 __ec = pthread_mutex_init(__m, &attr);
375 if (__ec) {
377 return __ec;
379 __ec = pthread_mutexattr_destroy(&attr);
[all …]
H A Dthread175 int __ec =
177 if (__ec)
178 __throw_system_error(__ec, "__thread_specific_ptr construction failed");
307 int __ec = _VSTD::__libcpp_thread_create(&__t_, &__thread_proxy<_Gp>, __p.get());
308 if (__ec == 0)
311 __throw_system_error(__ec, "thread constructor failed");
342 int __ec = _VSTD::__libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
343 if (__ec == 0)
346 __throw_system_error(__ec, "thread constructor failed");
H A Dsystem_error444 size_t operator()(const error_code& __ec) const _NOEXCEPT
446 return static_cast<size_t>(__ec.value());
455 size_t operator()(const error_condition& __ec) const _NOEXCEPT
457 return static_cast<size_t>(__ec.value());
468 system_error(error_code __ec, const string& __what_arg);
469 system_error(error_code __ec, const char* __what_arg);
470 system_error(error_code __ec);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-ios_failure.cc54 virtual std::string message(int __ec) const in message()
57 switch (std::io_errc(__ec)) in message()
73 static const io_error_category __ec{}; in __io_category_instance() local
74 return __ec; in __io_category_instance()
90 ios_base::failure::failure(const string& __str, const error_code& __ec) in failure() argument
91 : system_error(__ec, __str) { } in failure()
93 ios_base::failure::failure(const char* __str, const error_code& __ec) in failure() argument
94 : system_error(__ec, __str) { } in failure()
H A Dfuture.cc37 virtual std::string message(int __ec) const in message()
40 switch (std::future_errc(__ec)) in message()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-ios_failure.cc59 message(int __ec) const final in message()
62 switch (std::io_errc(__ec)) in message()
99 ios_base::failure::failure(const string& __str, const error_code& __ec) in failure() argument
100 : system_error(__ec, __str) { } in failure()
102 ios_base::failure::failure(const char* __str, const error_code& __ec) in failure() argument
103 : system_error(__ec, __str) { } in failure()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dsystem_error434 system_error(error_code __ec = error_code())
435 : runtime_error(__ec.message()), _M_code(__ec) { }
437 system_error(error_code __ec, const string& __what)
438 : runtime_error(__what + ": " + __ec.message()), _M_code(__ec) { }
440 system_error(error_code __ec, const char* __what)
441 : runtime_error(__what + (": " + __ec.message())), _M_code(__ec) { }
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc375 _Tp __ec = __ea - __eb; in __ellint_rd() local
377 _Tp __ef = __ed + __ec + __ec; in __ellint_rd()
383 + __zndev * (-__c3 * __ec - __zndev * __c4 - __ea)); in __ellint_rd()
638 _Tp __ec = __pndev * __pndev; in __ellint_rj() local
639 _Tp __e2 = __ea - _Tp(3) * __ec; in __ellint_rj()
640 _Tp __e3 = __eb + _Tp(2) * __pndev * (__ea - __ec); in __ellint_rj()
646 - __c2 * __pndev * __ec; in __ellint_rj()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc371 _Tp __ec = __ea - __eb; in __ellint_rd() local
373 _Tp __ef = __ed + __ec + __ec; in __ellint_rd()
379 + __zndev * (-__c3 * __ec - __zndev * __c4 - __ea)); in __ellint_rd()
629 _Tp __ec = __pndev * __pndev; in __ellint_rj() local
630 _Tp __e2 = __ea - _Tp(3) * __ec; in __ellint_rj()
631 _Tp __e3 = __eb + _Tp(2) * __pndev * (__ea - __ec); in __ellint_rj()
637 - __c2 * __pndev * __ec; in __ellint_rj()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dfuture.cpp74 future_error::future_error(error_code __ec) in future_error() argument
75 : logic_error(__ec.message()), in future_error()
76 __ec_(__ec) in future_error()

12