Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Ddirectory_entry.h55 error_code __ec; in directory_entry() local
72 error_code __ec; in assign() local
77 void assign(_Path const& __p, error_code& __ec) { in assign()
85 error_code __ec; in replace_filename() local
111 bool exists(error_code& __ec) const noexcept { in exists()
119 bool is_block_file(error_code& __ec) const noexcept { in is_block_file()
135 bool is_directory(error_code& __ec) const noexcept { in is_directory()
143 bool is_fifo(error_code& __ec) const noexcept { in is_fifo()
151 bool is_other(error_code& __ec) const noexcept { in is_other()
167 bool is_socket(error_code& __ec) const noexcept { in is_socket()
[all …]
H A Doperations.h66 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p, error_code& __ec) { return __absolute(_… in absolute()
68 inline _LIBCPP_HIDE_FROM_ABI path canonical(const path& __p, error_code& __ec) { return __canonical… in canonical()
92 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path()
94 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { __curr… in current_path()
101 inline _LIBCPP_INLINE_VISIBILITY bool exists(const path& __p, error_code& __ec) noexcept { in exists()
123 inline _LIBCPP_HIDE_FROM_ABI bool is_empty(const path& __p, error_code& __ec) { return __fs_is_empt… in is_empty()
148 …e _LIBCPP_INLINE_VISIBILITY path proximate(const path& __p, const path& __base, error_code& __ec) { in proximate()
161 inline _LIBCPP_HIDE_FROM_ABI path read_symlink(const path& __p, error_code& __ec) { return __read_s… in read_symlink()
163 …ne _LIBCPP_INLINE_VISIBILITY path relative(const path& __p, const path& __base, error_code& __ec) { in relative()
178 inline _LIBCPP_HIDE_FROM_ABI bool remove(const path& __p, error_code& __ec) noexcept { return __rem… in remove()
[all …]
H A Drecursive_directory_iterator.h55 error_code& __ec) in recursive_directory_iterator()
59 recursive_directory_iterator(const path& __p, error_code& __ec) in recursive_directory_iterator()
97 recursive_directory_iterator& increment(error_code& __ec) { in increment()
108 void pop(error_code& __ec) { __pop(&__ec); } in pop()
H A Ddirectory_iterator.h59 directory_iterator(const path& __p, error_code& __ec) in directory_iterator()
64 error_code& __ec) in directory_iterator()
102 directory_iterator& increment(error_code& __ec) { return __increment(&__ec); } in increment()
H A Dfilesystem_error.h33 filesystem_error(const string& __what, error_code __ec) in filesystem_error()
40 filesystem_error(const string& __what, const path& __p1, error_code __ec) in filesystem_error()
48 error_code __ec) in filesystem_error()
/llvm-project-15.0.7/libcxx/src/
H A Dfuture.cpp66 future_error::future_error(error_code __ec) in future_error()
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp128 auto __ec = GetLastError(); in __libcpp_condvar_timedwait() local