Home
last modified time | relevance | path

Searched defs:__copy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_ref.h81 _Tp __copy = *__expected; in __compare_exchange() local
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dcopy.h108 __copy(_InIter __first, _Sent __last, _OutIter __result) { in __copy() function
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h95 _LIBCPP_HIDE_FROM_ABI void __copy(basic_string_view<_InCharT> __str) { in __copy() function
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp104 void __copy(const path& from, const path& to, copy_options options, error_code* ec) { in __copy() function