Home
last modified time | relevance | path

Searched refs:reverse_copy (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dreverse_copy.h22 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul… in reverse_copy() function
H A Dranges_reverse_copy.h60 inline constexpr auto reverse_copy = __reverse_copy::__fn{};
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp53 std::reverse_copy(N->Name.begin(), N->Name.end(), std::back_inserter(S)); in fullName()
202 std::reverse_copy(C.Name.begin(), C.Name.end(), in compareNode()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc320 using std::reverse_copy;
323 using std::ranges::reverse_copy;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm794 …ranges::reverse_copy(I first, S last, O result); // s…
799 …ranges::reverse_copy(R&& r, O result); // s…
1399 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result);
1969 #include <__algorithm/reverse_copy.h>
H A Dlibcxx.imp205 { include: [ "<__algorithm/reverse_copy.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in1041 …orithm_reverse_copy [system] { header "__algorithm/reverse_copy.h" }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp965 std::reverse_copy(Options.Version, Options.Version + 4, Tmp); in emitProfileNotes()
/freebsd-14.2/lib/libc++/
H A DMakefile465 ALG_HEADERS+= reverse_copy.h
H A Dmodule.modulemap1041 …orithm_reverse_copy [system] { header "__algorithm/reverse_copy.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2512 SYMBOL(reverse_copy, std::, <algorithm>)
3709 SYMBOL(reverse_copy, std::ranges::, <algorithm>)