| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | fs_ops.h | 48 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 D | fs_dir.h | 109 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 D | fs_ops.h | 51 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 D | fs_dir.h | 118 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 D | fs_ops.h | 57 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 D | fs_dir.h | 116 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 D | fs_ops.h | 61 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 D | fs_dir.h | 116 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 D | socket | 444 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 D | buffer | 589 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 D | internet | 651 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 D | socket | 467 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 D | buffer | 589 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 D | internet | 702 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 D | filesystem | 1689 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_support | 366 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 D | thread | 175 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 D | system_error | 444 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 D | cxx11-ios_failure.cc | 54 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 D | future.cc | 37 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 D | cxx11-ios_failure.cc | 59 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 D | system_error | 434 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 D | ell_integral.tcc | 375 _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 D | ell_integral.tcc | 371 _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 D | future.cpp | 74 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()
|