Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/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) noexcept in _GLIBCXX_VISIBILITY()
78 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
82 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
86 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
89 bool create_directories(const path& __p, error_code& __ec) noexcept; 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/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) noexcept in _GLIBCXX_VISIBILITY()
78 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
82 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
86 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
89 bool create_directories(const path& __p, error_code& __ec) noexcept; 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/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 …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfilesystem1317 filesystem_error(const string& __what, error_code __ec)
1318 : system_error(__ec, __what),
1324 filesystem_error(const string& __what, const path& __p1, error_code __ec)
1325 : system_error(__ec, __what),
1332 error_code __ec)
1333 : system_error(__ec, __what),
1383 path __absolute(const path&, error_code* __ec = nullptr);
1385 path __canonical(const path&, error_code* __ec = nullptr);
1388 error_code* __ec = nullptr);
1391 error_code* __ec = nullptr);
[all …]
H A D__threading_support213 int __ec = pthread_mutexattr_init(&attr);
214 if (__ec)
215 return __ec;
216 __ec = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
217 if (__ec) {
219 return __ec;
221 __ec = pthread_mutex_init(__m, &attr);
222 if (__ec) {
224 return __ec;
226 __ec = pthread_mutexattr_destroy(&attr);
[all …]
H A Dthread180 int __ec =
182 if (__ec)
183 __throw_system_error(__ec, "__thread_specific_ptr construction failed");
368 int __ec = __libcpp_thread_create(&__t_, &__thread_proxy<_Gp>, __p.get());
369 if (__ec == 0)
372 __throw_system_error(__ec, "thread constructor failed");
414 int __ec = __libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
415 if (__ec == 0)
418 __throw_system_error(__ec, "thread constructor failed");
H A Dsystem_error443 size_t operator()(const error_code& __ec) const _NOEXCEPT
445 return static_cast<size_t>(__ec.value());
454 size_t operator()(const error_condition& __ec) const _NOEXCEPT
456 return static_cast<size_t>(__ec.value());
467 system_error(error_code __ec, const string& __what_arg);
468 system_error(error_code __ec, const char* __what_arg);
469 system_error(error_code __ec);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfilesystem1317 filesystem_error(const string& __what, error_code __ec)
1318 : system_error(__ec, __what),
1324 filesystem_error(const string& __what, const path& __p1, error_code __ec)
1325 : system_error(__ec, __what),
1332 error_code __ec)
1333 : system_error(__ec, __what),
1383 path __absolute(const path&, error_code* __ec = nullptr);
1385 path __canonical(const path&, error_code* __ec = nullptr);
1388 error_code* __ec = nullptr);
1391 error_code* __ec = nullptr);
[all …]
H A D__threading_support213 int __ec = pthread_mutexattr_init(&attr);
214 if (__ec)
215 return __ec;
216 __ec = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
217 if (__ec) {
219 return __ec;
221 __ec = pthread_mutex_init(__m, &attr);
222 if (__ec) {
224 return __ec;
226 __ec = pthread_mutexattr_destroy(&attr);
[all …]
H A Dthread180 int __ec =
182 if (__ec)
183 __throw_system_error(__ec, "__thread_specific_ptr construction failed");
368 int __ec = __libcpp_thread_create(&__t_, &__thread_proxy<_Gp>, __p.get());
369 if (__ec == 0)
372 __throw_system_error(__ec, "thread constructor failed");
414 int __ec = __libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
415 if (__ec == 0)
418 __throw_system_error(__ec, "thread constructor failed");
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
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) { }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
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) { }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/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()

12