Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h74 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p, error_code& __ec) { return __absolute(_… in absolute()
76 inline _LIBCPP_HIDE_FROM_ABI path canonical(const path& __p, error_code& __ec) { return __canonical… in canonical()
80 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec)… in copy_file()
87 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file()
91 …_HIDE_FROM_ABI void copy_symlink(const path& __from, const path& __to, error_code& __ec) noexcept { in copy_symlink()
97 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, error_code& __ec) { in copy()
103 …DE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy()
107 inline _LIBCPP_HIDE_FROM_ABI bool create_directories(const path& __p, error_code& __ec) { in create_directories()
114 create_directory_symlink(const path& __target, const path& __link, error_code& __ec) noexcept { in create_directory_symlink()
118 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory()
[all …]
H A Ddirectory_entry.h55 error_code __ec; in directory_entry() local
59 …_LIBCPP_HIDE_FROM_ABI directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) { __refresh(… in directory_entry()
68 error_code __ec; in assign() local
72 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p, error_code& __ec) { in assign()
79 error_code __ec; in replace_filename() local
83 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename()
90 _LIBCPP_HIDE_FROM_ABI void refresh(error_code& __ec) noexcept { __refresh(&__ec); } in refresh()
98 _LIBCPP_HIDE_FROM_ABI bool exists(error_code& __ec) const noexcept { in exists()
104 _LIBCPP_HIDE_FROM_ABI bool is_block_file(error_code& __ec) const noexcept { in is_block_file()
110 _LIBCPP_HIDE_FROM_ABI bool is_character_file(error_code& __ec) const noexcept { in is_character_file()
[all …]
H A Drecursive_directory_iterator.h54 …M_ABI recursive_directory_iterator(const path& __p, directory_options __xoptions, error_code& __ec) in recursive_directory_iterator()
57 _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator(const path& __p, error_code& __ec) in recursive_directory_iterator()
88 …_LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& increment(error_code& __ec) { return __increme… in increment()
95 _LIBCPP_HIDE_FROM_ABI void pop(error_code& __ec) { __pop(&__ec); } in pop()
H A Ddirectory_iterator.h57 …_LIBCPP_HIDE_FROM_ABI directory_iterator(const path& __p, error_code& __ec) : directory_iterator(_… in directory_iterator()
59 …IBCPP_HIDE_FROM_ABI directory_iterator(const path& __p, directory_options __opts, error_code& __ec) in directory_iterator()
92 …_LIBCPP_HIDE_FROM_ABI directory_iterator& increment(error_code& __ec) { return __increment(&__ec);… in increment()
H A Dfilesystem_error.h32 _LIBCPP_HIDE_FROM_ABI filesystem_error(const string& __what, error_code __ec) in filesystem_error()
37 _LIBCPP_HIDE_FROM_ABI filesystem_error(const string& __what, const path& __p1, error_code __ec) in filesystem_error()
42 …ROM_ABI filesystem_error(const string& __what, const path& __p1, const path& __p2, error_code __ec) in filesystem_error()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Dsystem_error.h46 [[__noreturn__]] _LIBCPP_HIDE_FROM_ABI inline void __throw_system_error(error_code __ec, const char… in __throw_system_error()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_result.h39 errc __ec; member
H A Dfrom_chars_floating_point.h35 errc __ec; member
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h102 int __ec = __libcpp_tls_create(&__key_, &__thread_specific_ptr::__at_thread_exit); in __thread_specific_ptr() local
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__thread/
H A Dthread.h93 int __ec = __libcpp_tls_create(&__key_, &__thread_specific_ptr::__at_thread_exit); in __thread_specific_ptr() local
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dc11.h102 int __ec = cnd_timedwait(__cv, __m, __ts); in __libcpp_condvar_timedwait() local
151 int __ec = thrd_create(__t, reinterpret_cast<thrd_start_t>(__func), __arg); in __libcpp_thread_create() local
H A Dpthread.h54 int __ec = pthread_mutexattr_init(&__attr); in __libcpp_recursive_mutex_init() local
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__thread/support/
H A Dc11.h102 int __ec = cnd_timedwait(__cv, __m, __ts); in __libcpp_condvar_timedwait() local
151 int __ec = thrd_create(__t, reinterpret_cast<thrd_start_t>(__func), __arg); in __libcpp_thread_create() local
H A Dpthread.h54 int __ec = pthread_mutexattr_init(&__attr); in __libcpp_recursive_mutex_init() local
/freebsd/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/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h214 int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts); in __do_timed_wait() local
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__condition_variable/
H A Dcondition_variable.h226 int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts); in __do_timed_wait() local