Searched defs:__to (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | operations.h | 77 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to) { in copy_file() 80 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec)… in copy_file() 83 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __op… in copy_file() 87 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file() 90 inline _LIBCPP_HIDE_FROM_ABI void copy_symlink(const path& __from, const path& __to) { __copy_symli… in copy_symlink() 91 inline _LIBCPP_HIDE_FROM_ABI void copy_symlink(const path& __from, const path& __to, error_code& __… in copy_symlink() 94 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to) { in copy() 97 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, error_code& __ec) { in copy() 100 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt) { in copy() 103 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/include/__locale_dir/ |
| H A D | wstring_convert.h | 140 _Elem* __to = std::addressof(__ws[0]); in from_bytes() local 188 char* __to = std::addressof(__bs[0]); in to_bytes() local 218 char* __to = std::addressof(__bs[0]) + __s; in to_bytes() local
|
| /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/support/ |
| H A D | gcc.h | 39 volatile char* __to = reinterpret_cast<volatile char*>(std::addressof(__a_value)); in __cxx_atomic_assign_volatile() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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
|
| /freebsd/contrib/llvm-project/libcxx/include/__vector/ |
| H A D | vector.h | 1182 vector<_Tp, _Allocator>::__move_range(pointer __from_s, pointer __from_e, pointer __to) { in __move_range()
|