Home
last modified time | relevance | path

Searched defs:__to (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h75 return __copy_file(__from, __to, copy_options::none); in copy_file() argument
78 return __copy_file(__from, __to, copy_option in copy_file() argument
81 copy_file(const path & __from,const path & __to,copy_options __opt) copy_file() argument
85 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) copy_symlink() argument
89 copy_symlink(const path & __from,const path & __to,error_code & __ec) copy_symlink() argument
92 copy(const path & __from,const path & __to) copy() argument
95 copy(const path & __from,const path & __to,error_code & __ec) copy() argument
98 copy(const path & __from,const path & __to,copy_options __opt) copy() argument
101 copy(const path & __from,const path & __to,copy_options __opt,error_code & __ec) copy() argument
277 rename(const path & __from,const path & __to) rename() argument
278 rename(const path & __from,const path & __to,error_code & __ec) rename() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Dcxx_atomic_impl.h40 volatile char* __to = reinterpret_cast<volatile char*>(std::addressof(__a_value)); __cxx_atomic_assign_volatile() local