Searched defs:__to (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | operations.h | 74 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to) { in copy_file() 77 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec)… in copy_file() 80 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __op… in copy_file() 84 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file() 87 inline _LIBCPP_HIDE_FROM_ABI void copy_symlink(const path& __from, const path& __to) { __copy_symli… in copy_symlink() 88 inline _LIBCPP_HIDE_FROM_ABI void copy_symlink(const path& __from, const path& __to, error_code& __… in copy_symlink() 91 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to) { in copy() 94 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, error_code& __ec) { in copy() 97 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt) { in copy() 100 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt, er… in copy() [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/ |
H A D | types_private.h | 76 year __to; member
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | cxx_atomic_impl.h | 38 volatile char* __to = reinterpret_cast<volatile char*>(std::addressof(__a_value)); in __cxx_atomic_assign_volatile() local
|