Searched refs:reverse_copy (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dreverse_copy.h22 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __result) { function
H A Dranges_reverse_copy.h60 inline constexpr auto reverse_copy = __reverse_copy::__fn{}; member in namespace:ranges::__cpo
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp53 std::reverse_copy(N->Name.begin(), N->Name.end(), std::back_inserter(S));
202 std::reverse_copy(C.Name.begin(), C.Name.end(),
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc320 using std::reverse_copy;
323 using std::ranges::reverse_copy;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp965 std::reverse_copy(Options.Version, Options.Version + 4, Tmp);
/freebsd-current/lib/libc++/
H A DMakefile465 ALG_HEADERS+= reverse_copy.h

Completed in 179 milliseconds