Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/
Doperations.h69 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to) { return __copy_f… in copy_file()
70 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec)… in copy_file()
71 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __op… in copy_file()
72 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __op… in copy_file()
73 inline _LIBCPP_HIDE_FROM_ABI void copy_symlink(const path& __from, const path& __to) { __copy_symli… in copy_symlink()
74 inline _LIBCPP_HIDE_FROM_ABI void copy_symlink(const path& __from, const path& __to, error_code& __… in copy_symlink()
75 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to) { __copy(__from, __to,… in copy()
76 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, error_code& __ec) { __… in copy()
77 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt) { … in copy()
78 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt, er… in copy()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/include/__bit/
Dbit_cast.h28 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr _ToType bit_cast(const _FromType& __from) noe… in bit_cast()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dvoidify.h23 …PP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void* __voidify(_Tp& __from) { in __voidify()
/external/clang/lib/Headers/
D__clang_cuda_cmath.h123 __DEVICE__ float nexttoward(float __from, float __to) { in nexttoward()
126 __DEVICE__ double nexttoward(double __from, double __to) { in nexttoward()
/external/libdrm/
Dutil_double_list.h94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
/external/cronet/buildtools/third_party/libc++/trunk/include/__atomic/
Dcxx_atomic_impl.h45 volatile const char* __from = reinterpret_cast<volatile const char*>(std::addressof(__val)); in __cxx_atomic_assign_volatile() local