Home
last modified time | relevance | path

Searched defs:__ec (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h85 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file()
105 inline _LIBCPP_HIDE_FROM_ABI bool create_directories(const path& __p, error_code& __ec) { in create_directories()
129 create_hard_link(const path& __target, const path& __link, error_code& __ec) noexcept { in create_hard_link()
154 inline _LIBCPP_HIDE_FROM_ABI bool exists(const path& __p, error_code& __ec) noexcept { in exists()
191 inline _LIBCPP_HIDE_FROM_ABI bool is_fifo(const path& __p, error_code& __ec) noexcept { in is_fifo()
208 inline _LIBCPP_HIDE_FROM_ABI bool is_other(const path& __p, error_code& __ec) noexcept { in is_other()
213 inline _LIBCPP_HIDE_FROM_ABI bool is_socket(const path& __p, error_code& __ec) noexcept { in is_socket()
246 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, error_code& __ec) { in proximate()
265 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, error_code& __ec) { in relative()
272 inline _LIBCPP_HIDE_FROM_ABI uintmax_t remove_all(const path& __p, error_code& __ec) { in remove_all()
[all …]
H A Ddirectory_entry.h53 error_code __ec; in directory_entry() local
66 error_code __ec; in assign() local
70 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p, error_code& __ec) { in assign()
77 error_code __ec; in replace_filename() local
96 _LIBCPP_HIDE_FROM_ABI bool exists(error_code& __ec) const noexcept { in exists()
102 _LIBCPP_HIDE_FROM_ABI bool is_block_file(error_code& __ec) const noexcept { in is_block_file()
114 _LIBCPP_HIDE_FROM_ABI bool is_directory(error_code& __ec) const noexcept { in is_directory()
124 _LIBCPP_HIDE_FROM_ABI bool is_other(error_code& __ec) const noexcept { in is_other()
130 _LIBCPP_HIDE_FROM_ABI bool is_regular_file(error_code& __ec) const noexcept { in is_regular_file()
140 _LIBCPP_HIDE_FROM_ABI bool is_symlink(error_code& __ec) const noexcept { in is_symlink()
[all …]
H A Drecursive_directory_iterator.h56 …M_ABI recursive_directory_iterator(const path& __p, directory_options __xoptions, error_code& __ec) in recursive_directory_iterator()
59 _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator(const path& __p, error_code& __ec) in recursive_directory_iterator()
90 …_LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& increment(error_code& __ec) { return __increme… in increment()
97 _LIBCPP_HIDE_FROM_ABI void pop(error_code& __ec) { __pop(&__ec); } in pop()
H A Ddirectory_iterator.h59 …_LIBCPP_HIDE_FROM_ABI directory_iterator(const path& __p, error_code& __ec) : directory_iterator(_… in directory_iterator()
61 …IBCPP_HIDE_FROM_ABI directory_iterator(const path& __p, directory_options __opts, error_code& __ec) in directory_iterator()
94 …_LIBCPP_HIDE_FROM_ABI directory_iterator& increment(error_code& __ec) { return __increment(&__ec);… in increment()
H A Dfilesystem_error.h33 _LIBCPP_HIDE_FROM_ABI filesystem_error(const string& __what, error_code __ec) in filesystem_error()
38 _LIBCPP_HIDE_FROM_ABI filesystem_error(const string& __what, const path& __p1, error_code __ec) in filesystem_error()
43 …ROM_ABI filesystem_error(const string& __what, const path& __p1, const path& __p2, error_code __ec) in filesystem_error()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__system_error/
H A Dsystem_error.h43 _LIBCPP_NORETURN _LIBCPP_HIDE_FROM_ABI inline void __throw_system_error(error_code __ec, const char… in __throw_system_error()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h95 int __ec = __libcpp_tls_create(&__key_, &__thread_specific_ptr::__at_thread_exit); in __thread_specific_ptr() local
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp56 future_error::future_error(error_code __ec) : logic_error(__ec.message()), __ec_(__ec) {} in future_error()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h225 int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts); in __do_timed_wait() local