Home
last modified time | relevance | path

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

/src/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{};
/src/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()
/src/contrib/llvm-project/libcxx/modules/std/ !
H A Dalgorithm.inc319 using std::reverse_copy;
322 using std::ranges::reverse_copy;
/src/contrib/llvm-project/libcxx/include/ !
H A Dalgorithm832 …ranges::reverse_copy(I first, S last, O result); // s…
837 …ranges::reverse_copy(R&& r, O result); // s…
1437 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result);
1887 #include <__algorithm/reverse_copy.h>
H A Dmodule.modulemap988 …orithm_reverse_copy [system] { header "__algorithm/reverse_copy.h" }
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ !
H A DGCOVProfiling.cpp965 std::reverse_copy(Options.Version, Options.Version + 4, Tmp); in emitProfileNotes()
/src/lib/libc++/ !
H A DMakefile454 ALG_HEADERS+= reverse_copy.h
H A Dlibcxx.imp177 { include: [ "<__algorithm/reverse_copy.h>", "private", "<algorithm>", "public" ] },
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ !
H A DStdSymbolMap.inc2512 SYMBOL(reverse_copy, std::, <algorithm>)
3709 SYMBOL(reverse_copy, std::ranges::, <algorithm>)