Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h71 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p, error_code& __ec) { return __absolute(_… in absolute()
73 inline _LIBCPP_HIDE_FROM_ABI path canonical(const path& __p, error_code& __ec) { return __canonical… in canonical()
77 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec)… in copy_file()
84 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file()
88 …_HIDE_FROM_ABI void copy_symlink(const path& __from, const path& __to, error_code& __ec) noexcept { in copy_symlink()
94 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, error_code& __ec) { in copy()
100 …DE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy()
104 inline _LIBCPP_HIDE_FROM_ABI bool create_directories(const path& __p, error_code& __ec) { in create_directories()
111 create_directory_symlink(const path& __target, const path& __link, error_code& __ec) noexcept { in create_directory_symlink()
115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory()
[all …]
H A Ddirectory_entry.h52 error_code __ec; in directory_entry() local
56 …_LIBCPP_HIDE_FROM_ABI directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) { __refresh(… in directory_entry()
65 error_code __ec; in assign() local
69 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p, error_code& __ec) { in assign()
76 error_code __ec; in replace_filename() local
80 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename()
87 _LIBCPP_HIDE_FROM_ABI void refresh(error_code& __ec) noexcept { __refresh(&__ec); } in refresh()
95 _LIBCPP_HIDE_FROM_ABI bool exists(error_code& __ec) const noexcept { in exists()
101 _LIBCPP_HIDE_FROM_ABI bool is_block_file(error_code& __ec) const noexcept { in is_block_file()
107 _LIBCPP_HIDE_FROM_ABI bool is_character_file(error_code& __ec) const noexcept { in is_character_file()
[all …]
H A Drecursive_directory_iterator.h55 …M_ABI recursive_directory_iterator(const path& __p, directory_options __xoptions, error_code& __ec) in recursive_directory_iterator()
58 _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator(const path& __p, error_code& __ec) in recursive_directory_iterator()
89 …_LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& increment(error_code& __ec) { return __increme… in increment()
96 _LIBCPP_HIDE_FROM_ABI void pop(error_code& __ec) { __pop(&__ec); } in pop()
H A Ddirectory_iterator.h58 …_LIBCPP_HIDE_FROM_ABI directory_iterator(const path& __p, error_code& __ec) : directory_iterator(_… in directory_iterator()
60 …IBCPP_HIDE_FROM_ABI directory_iterator(const path& __p, directory_options __opts, error_code& __ec) in directory_iterator()
93 …_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/__thread/
H A Dthread.h94 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/src/
H A Dfuture.cpp66 future_error(error_code __ec) future_error() argument
/freebsd/contrib/llvm-project/libcxx/include/__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