Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h72 absolute(const path & __p,error_code & __ec) absolute() argument
74 canonical(const path & __p,error_code & __ec) canonical() argument
78 copy_file(const path & __from,const path & __to,error_code & __ec) copy_file() argument
85 copy_file(const path & __from,const path & __to,copy_options __opt,error_code & __ec) copy_file() argument
89 copy_symlink(const path & __from,const path & __to,error_code & __ec) copy_symlink() argument
95 copy(const path & __from,const path & __to,error_code & __ec) copy() argument
101 copy(const path & __from,const path & __to,copy_options __opt,error_code & __ec) copy() argument
105 create_directories(const path & __p,error_code & __ec) create_directories() argument
112 create_directory_symlink(const path & __target,const path & __link,error_code & __ec) create_directory_symlink() argument
116 create_directory(const path & __p,error_code & __ec) create_directory() argument
122 create_directory(const path & __p,const path & __attrs,error_code & __ec) create_directory() argument
129 create_hard_link(const path & __target,const path & __link,error_code & __ec) create_hard_link() argument
135 create_symlink(const path & __target,const path & __link,error_code & __ec) create_symlink() argument
139 current_path(error_code & __ec) current_path() argument
141 current_path(const path & __p,error_code & __ec) current_path() argument
145 equivalent(const path & __p1,const path & __p2,error_code & __ec) equivalent() argument
154 exists(const path & __p,error_code & __ec) exists() argument
162 file_size(const path & __p,error_code & __ec) file_size() argument
166 hard_link_count(const path & __p,error_code & __ec) hard_link_count() argument
171 is_block_file(const path & __p,error_code & __ec) is_block_file() argument
178 is_character_file(const path & __p,error_code & __ec) is_character_file() argument
183 is_directory(const path & __p,error_code & __ec) is_directory() argument
188 is_empty(const path & __p,error_code & __ec) is_empty() argument
191 is_fifo(const path & __p,error_code & __ec) is_fifo() argument
196 is_regular_file(const path & __p,error_code & __ec) is_regular_file() argument
201 is_symlink(const path & __p,error_code & __ec) is_symlink() argument
208 is_other(const path & __p,error_code & __ec) is_other() argument
213 is_socket(const path & __p,error_code & __ec) is_socket() argument
217 last_write_time(const path & __p,error_code & __ec) last_write_time() argument
221 last_write_time(const path & __p,file_time_type __t,error_code & __ec) last_write_time() argument
229 permissions(const path & __p,perms __prms,error_code & __ec) permissions() argument
232 permissions(const path & __p,perms __prms,perm_options __opts,error_code & __ec) permissions() argument
236 proximate(const path & __p,const path & __base,error_code & __ec) proximate() argument
246 proximate(const path & __p,error_code & __ec) proximate() argument
253 read_symlink(const path & __p,error_code & __ec) read_symlink() argument
255 relative(const path & __p,const path & __base,error_code & __ec) relative() argument
265 relative(const path & __p,error_code & __ec) relative() argument
272 remove_all(const path & __p,error_code & __ec) remove_all() argument
276 remove(const path & __p,error_code & __ec) remove() argument
278 rename(const path & __from,const path & __to,error_code & __ec) rename() argument
282 resize_file(const path & __p,uintmax_t __ns,error_code & __ec) resize_file() argument
287 space(const path & __p,error_code & __ec) space() argument
291 status(const path & __p,error_code & __ec) status() argument
295 symlink_status(const path & __p,error_code & __ec) symlink_status() argument
299 temp_directory_path(error_code & __ec) temp_directory_path() argument
301 weakly_canonical(path const & __p,error_code & __ec) weakly_canonical() argument
[all...]
H A Ddirectory_entry.h53 __refresh(&__ec); in directory_entry() local
66 __refresh(&__ec); in assign() local
77 __refresh(&__ec); in replace_filename() local
57 directory_entry(_Path const & __p,error_code & __ec) directory_entry() argument
70 assign(_Path const & __p,error_code & __ec) assign() argument
81 replace_filename(_Path const & __p,error_code & __ec) replace_filename() argument
88 refresh(error_code & __ec) refresh() argument
96 exists(error_code & __ec) exists() argument
102 is_block_file(error_code & __ec) is_block_file() argument
108 is_character_file(error_code & __ec) is_character_file() argument
114 is_directory(error_code & __ec) is_directory() argument
120 is_fifo(error_code & __ec) is_fifo() argument
124 is_other(error_code & __ec) is_other() argument
130 is_regular_file(error_code & __ec) is_regular_file() argument
136 is_socket(error_code & __ec) is_socket() argument
140 is_symlink(error_code & __ec) is_symlink() argument
145 file_size(error_code & __ec) file_size() argument
149 hard_link_count(error_code & __ec) hard_link_count() argument
153 last_write_time(error_code & __ec) last_write_time() argument
159 status(error_code & __ec) status() argument
163 symlink_status(error_code & __ec) symlink_status() argument
251 __is_dne_error(error_code const & __ec) __is_dne_error() argument
[all...]
H A Drecursive_directory_iterator.h56 : recursive_directory_iterator(__p, __xoptions, &__ec) {} in recursive_directory_iterator() argument
59 : recursive_directory_iterator(__p, directory_options::none, &__ec) {} in recursive_directory_iterator() argument
90 increment(error_code & __ec) increment() argument
97 pop(error_code & __ec) pop() argument
[all...]
H A Ddirectory_iterator.h61 : directory_iterator(__p, &__ec, __opts) {} in directory_iterator() argument
59 directory_iterator(const path & __p,error_code & __ec) directory_iterator() argument
94 increment(error_code & __ec) increment() argument
H A Dfilesystem_error.h33 : system_error(__ec, __what), __storage_(make_shared<_Storage>(path(), path())) { in filesystem_error() argument
38 : system_error(__ec, __what), __storage_(make_shared<_Storage>(__p1, path())) { in filesystem_error() argument
43 : system_error(__ec, __what), __storage_(make_shared<_Storage>(__p1, __p2)) { in filesystem_error() argument
/freebsd-src/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-src/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h95 if (__ec) in __thread_specific_ptr() local
/freebsd-src/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-src/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); __do_timed_wait() local