Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h56 __refresh(&__ec); in directory_entry() argument
69 __refresh(&__ec); in assign() argument
80 __refresh(&__ec); in replace_filename() argument
52 error_code __ec; directory_entry() local
65 error_code __ec; assign() local
76 error_code __ec; replace_filename() local
87 refresh(error_code & __ec) refresh() argument
95 exists(error_code & __ec) exists() argument
101 is_block_file(error_code & __ec) is_block_file() argument
107 is_character_file(error_code & __ec) is_character_file() argument
113 is_directory(error_code & __ec) is_directory() argument
119 is_fifo(error_code & __ec) is_fifo() argument
123 is_other(error_code & __ec) is_other() argument
129 is_regular_file(error_code & __ec) is_regular_file() argument
135 is_socket(error_code & __ec) is_socket() argument
139 is_symlink(error_code & __ec) is_symlink() argument
144 file_size(error_code & __ec) file_size() argument
148 hard_link_count(error_code & __ec) hard_link_count() argument
152 last_write_time(error_code & __ec) last_write_time() argument
158 status(error_code & __ec) status() argument
162 symlink_status(error_code & __ec) symlink_status() argument
250 __is_dne_error(error_code const & __ec) __is_dne_error() argument
[all...]
H A Doperations.h71 absolute(const path & __p,error_code & __ec) absolute() argument
73 canonical(const path & __p,error_code & __ec) canonical() argument
77 copy_file(const path & __from,const path & __to,error_code & __ec) copy_file() argument
84 copy_file(const path & __from,const path & __to,copy_options __opt,error_code & __ec) copy_file() argument
88 copy_symlink(const path & __from,const path & __to,error_code & __ec) copy_symlink() argument
94 copy(const path & __from,const path & __to,error_code & __ec) copy() argument
100 copy(const path & __from,const path & __to,copy_options __opt,error_code & __ec) copy() argument
104 create_directories(const path & __p,error_code & __ec) create_directories() argument
111 create_directory_symlink(const path & __target,const path & __link,error_code & __ec) create_directory_symlink() argument
115 create_directory(const path & __p,error_code & __ec) create_directory() argument
121 create_directory(const path & __p,const path & __attrs,error_code & __ec) create_directory() argument
128 create_hard_link(const path & __target,const path & __link,error_code & __ec) create_hard_link() argument
134 create_symlink(const path & __target,const path & __link,error_code & __ec) create_symlink() argument
138 current_path(error_code & __ec) current_path() argument
140 current_path(const path & __p,error_code & __ec) current_path() argument
144 equivalent(const path & __p1,const path & __p2,error_code & __ec) equivalent() argument
153 exists(const path & __p,error_code & __ec) exists() argument
161 file_size(const path & __p,error_code & __ec) file_size() argument
165 hard_link_count(const path & __p,error_code & __ec) hard_link_count() argument
170 is_block_file(const path & __p,error_code & __ec) is_block_file() argument
177 is_character_file(const path & __p,error_code & __ec) is_character_file() argument
182 is_directory(const path & __p,error_code & __ec) is_directory() argument
187 is_empty(const path & __p,error_code & __ec) is_empty() argument
190 is_fifo(const path & __p,error_code & __ec) is_fifo() argument
195 is_regular_file(const path & __p,error_code & __ec) is_regular_file() argument
200 is_symlink(const path & __p,error_code & __ec) is_symlink() argument
207 is_other(const path & __p,error_code & __ec) is_other() argument
212 is_socket(const path & __p,error_code & __ec) is_socket() argument
216 last_write_time(const path & __p,error_code & __ec) last_write_time() argument
220 last_write_time(const path & __p,file_time_type __t,error_code & __ec) last_write_time() argument
228 permissions(const path & __p,perms __prms,error_code & __ec) permissions() argument
231 permissions(const path & __p,perms __prms,perm_options __opts,error_code & __ec) permissions() argument
235 proximate(const path & __p,const path & __base,error_code & __ec) proximate() argument
245 proximate(const path & __p,error_code & __ec) proximate() argument
252 read_symlink(const path & __p,error_code & __ec) read_symlink() argument
254 relative(const path & __p,const path & __base,error_code & __ec) relative() argument
264 relative(const path & __p,error_code & __ec) relative() argument
271 remove_all(const path & __p,error_code & __ec) remove_all() argument
275 remove(const path & __p,error_code & __ec) remove() argument
277 rename(const path & __from,const path & __to,error_code & __ec) rename() argument
281 resize_file(const path & __p,uintmax_t __ns,error_code & __ec) resize_file() argument
286 space(const path & __p,error_code & __ec) space() argument
290 status(const path & __p,error_code & __ec) status() argument
294 symlink_status(const path & __p,error_code & __ec) symlink_status() argument
298 temp_directory_path(error_code & __ec) temp_directory_path() argument
300 weakly_canonical(path const & __p,error_code & __ec) weakly_canonical() argument
[all...]
H A Drecursive_directory_iterator.h55 : recursive_directory_iterator(__p, __xoptions, &__ec) {} in recursive_directory_iterator() argument
58 : recursive_directory_iterator(__p, directory_options::none, &__ec) {} in recursive_directory_iterator() argument
89 increment(error_code & __ec) increment() argument
96 pop(error_code & __ec) pop() argument
[all...]
H A Ddirectory_iterator.h60 : directory_iterator(__p, &__ec, __opts) {} in directory_iterator() argument
58 directory_iterator(const path & __p,error_code & __ec) directory_iterator() argument
93 increment(error_code & __ec) increment() argument
H A Dfilesystem_error.h32 _LIBCPP_HIDE_FROM_ABI filesystem_error(const string& __what, error_code __ec) in filesystem_error() argument
37 _LIBCPP_HIDE_FROM_ABI filesystem_error(const string& __what, const path& __p1, error_code __ec) in filesystem_error() argument
42 _LIBCPP_HIDE_FROM_ABI filesystem_error(const string& __what, const path& __p1, const path& __p2, error_code __ec) in filesystem_error() argument
/llvm-project/libcxx/include/__system_error/
H A Dsystem_error.h43 __throw_system_error(error_code __ec,const char * __what_arg) __throw_system_error() argument
/llvm-project/libcxx/include/__thread/
H A Dthread.h94 int __ec = __libcpp_tls_create(&__key_, &__thread_specific_ptr::__at_thread_exit); __thread_specific_ptr() local
/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
[all...]
/llvm-project/libcxx/src/
H A Dfuture.cpp56 future_error::future_error(error_code __ec) : logic_error(__ec.message()), __ec_(__ec) {} in future_error() argument
/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
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp108 auto __ec = GetLastError(); in __libcpp_condvar_timedwait() local