| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
| H A D | reverse_copy.pass.cpp | 26 auto it = std::reverse_copy(std::begin(ia), std::end(ia), std::begin(ib)); in test_constexpr() 41 OutIter r = std::reverse_copy(InIter(ia), InIter(ia), OutIter(ja)); in test() 44 r = std::reverse_copy(InIter(ia), InIter(ia+sa), OutIter(ja)); in test() 50 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test() 58 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc)); in test() 67 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd)); in test()
|
| H A D | ranges.reverse_copy.pass.cpp | 32 concept HasReverseCopyIt = requires(Iter first, Sent last, Out out) { std::ranges::reverse_copy(fir… 35 concept HasReverseCopyR = requires(Range range, Out out) { std::ranges::reverse_copy(range, out); }; 59 std::ranges::reverse_copy(Iter(value.data()), in test() 70 std::ranges::reverse_copy(range, OutIter(out.data())); in test() 121 std::ranges::reverse_copy(a, a + 4, b); in test() 128 std::ranges::reverse_copy(a, b); in test()
|
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | reverse_copy.h | 23 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul… in reverse_copy() function
|
| H A D | ranges_reverse_copy.h | 59 inline constexpr auto reverse_copy = __reverse_copy::__fn{};
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
| H A D | reverse_copy.pass.cpp | 86 Iterator1 actual_return = reverse_copy(exec, data_b, data_e, actual_b); in operator ()()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | UnicodeNameToCodepoint.cpp | 53 std::reverse_copy(N->Name.begin(), N->Name.end(), std::back_inserter(S)); in fullName() 204 std::reverse_copy(C.Name.begin(), C.Name.end(), in compareNode()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/ |
| H A D | ranges_robust_against_proxy_iterators.pass.cpp | 135 test(std::ranges::reverse_copy, in, out); in run_tests()
|
| H A D | robust_against_adl.compile.pass.cpp | 179 (void)std::reverse_copy(first, last, first2); in all_the_algorithms()
|
| H A D | ranges_robust_against_dangling.pass.cpp | 160 dangling_1st<reverse_copy_result<dangling, int*>>(std::ranges::reverse_copy, in, out); in test_all()
|
| H A D | robust_re_difference_type.compile.pass.cpp | 214 (void)std::reverse_copy(first, last, first2); in all_the_algorithms()
|
| H A D | robust_against_proxy_iterators_lifetime_bugs.pass.cpp | 719 test(simple_in, [&](I b, I e) { std::reverse_copy(b, e, out); }); in test()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/algorithms/ |
| H A D | robust_against_cpp20_hostile_iterators.compile.pass.cpp | 183 (void) std::reverse_copy(it, it, it); in test()
|
| /llvm-project-15.0.7/libcxx/test/std/library/description/conventions/customization.point.object/ |
| H A D | niebloid.compile.pass.cpp | 129 static_assert(test(std::ranges::reverse_copy, a, a));
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | RangesAlgorithms.csv | 57 Write,reverse_copy,Nikolas Klauser,`D127211 <https://llvm.org/D127211>`_,✅
|
| H A D | Cxx14Issues.csv | 24 "`2074 <https://wg21.link/lwg2074>`__","Off by one error in std::reverse_copy","Portland","|Complet…
|
| /llvm-project-15.0.7/pstl/include/pstl/internal/ |
| H A D | glue_algorithm_defs.h | 257 reverse_copy(_ExecutionPolicy&& __exec, _BidirectionalIterator __first, _BidirectionalIterator __la…
|
| H A D | glue_algorithm_impl.h | 524 reverse_copy(_ExecutionPolicy&& __exec, _BidirectionalIterator __first, _BidirectionalIterator __la… in reverse_copy() function
|
| H A D | algorithm_impl.h | 1537 return std::reverse_copy(__first, __last, __d_first); in __brick_reverse_copy()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | CMakeLists.txt | 166 __algorithm/reverse_copy.h
|
| H A D | algorithm | 746 …ranges::reverse_copy(I first, S last, O result); // s… 751 …ranges::reverse_copy(R&& r, O result); // s… 1334 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result); 1877 #include <__algorithm/reverse_copy.h>
|
| H A D | module.modulemap.in | 411 module reverse_copy { private header "__algorithm/reverse_copy.h" }
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 229 "__algorithm/reverse_copy.h",
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 951 std::reverse_copy(Options.Version, Options.Version + 4, Tmp); in emitProfileNotes()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 990 SYMBOL(reverse_copy, std::, <algorithm>)
|