Home
last modified time | relevance | path

Searched defs:__from (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/include/__bit/
H A Dbit_cast.h25 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI constexpr _ToType __bit_cast(const _FromType& __from) noexcept { in __bit_cast() argument
36 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _ToType bit_cast(const _FromType& __from) noexcept { in bit_cast() argument
/llvm-project/libcxx/include/__memory/
H A Dvoidify.h
/llvm-project/libcxx/include/__filesystem/
H A Doperations.h74 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to) { in copy_file() argument
77 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec) { in copy_file() argument
80 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __opt) { in copy_file() argument
84 copy_file(const path& __from, cons argument
87 copy_symlink(const path & __from,const path & __to) copy_symlink() argument
88 copy_symlink(const path & __from,const path & __to,error_code & __ec) copy_symlink() argument
91 copy(const path & __from,const path & __to) copy() argument
94 copy(const path & __from,const path & __to,error_code & __ec) copy() argument
97 copy(const path & __from,const path & __to,copy_options __opt) copy() argument
100 copy(const path & __from,const path & __to,copy_options __opt,error_code & __ec) copy() argument
276 rename(const path & __from,const path & __to) rename() argument
277 rename(const path & __from,const path & __to,error_code & __ec) rename() argument
[all...]
/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtypes_private.h75 year __from; member
/llvm-project/libcxx/include/__atomic/
H A Dcxx_atomic_impl.h