Searched defs:__from (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | operations.h | 75 return __copy_file(__from, __to, copy_options::none); in copy_file() argument 78 return __copy_file(__from, __to, copy_options::none, &__ec); in copy_file() argument 81 return __copy_file(__from, __to, __opt); in 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/__memory/ |
H A D | voidify.h | 23 …PP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void* __voidify(_Tp& __from) { in __voidify()
|
/freebsd-src/contrib/llvm-project/libcxx/include/__bit/ |
H A D | bit_cast.h | 27 bit_cast(const _FromType & __from) bit_cast() argument
|
/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | cxx_atomic_impl.h | 42 *__to++ = *__from++; in __cxx_atomic_assign_volatile() local
|