Home
last modified time | relevance | path

Searched refs:iter_swap (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dpartition.h181 std::iter_swap(__begin + __thread_left, in __parallel_partition()
304 std::iter_swap(__begin + __final_left, __begin + __final_right); in __parallel_partition()
357 std::iter_swap(__pivot_pos, __end - 1); in __parallel_nth_element()
379 std::iter_swap(__split_pos1, __pivot_pos); in __parallel_nth_element()
H A Dbalanced_quicksort.h138 std::iter_swap(__pivot_pos, __end - 1); in __qsb_divide()
150 std::iter_swap(__begin + __split_pos, __pivot_pos); in __qsb_divide()
290 std::iter_swap(__pivot_pos, __end - 1); in __qsb_local_sort_with_helping()
309 std::iter_swap(__split_pos1, __pivot_pos); in __qsb_local_sort_with_helping()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dpartition.h181 std::iter_swap(__begin + __thread_left, in __parallel_partition()
304 std::iter_swap(__begin + __final_left, __begin + __final_right); in __parallel_partition()
357 std::iter_swap(__pivot_pos, __end - 1); in __parallel_nth_element()
379 std::iter_swap(__split_pos1, __pivot_pos); in __parallel_nth_element()
H A Dbalanced_quicksort.h138 std::iter_swap(__pivot_pos, __end - 1); in __qsb_divide()
150 std::iter_swap(__begin + __split_pos, __pivot_pos); in __qsb_divide()
290 std::iter_swap(__pivot_pos, __end - 1); in __qsb_local_sort_with_helping()
309 std::iter_swap(__split_pos1, __pivot_pos); in __qsb_local_sort_with_helping()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Diterator_concepts.h779 void iter_swap(_It1, _It2) = delete; in _GLIBCXX_VISIBILITY()
786 iter_swap(static_cast<_Tp&&>(__t), static_cast<_Up&&>(__u)); in _GLIBCXX_VISIBILITY()
808 return noexcept(iter_swap(std::declval<_Tp>(), in _GLIBCXX_VISIBILITY()
834 iter_swap(static_cast<_Tp&&>(__e1), static_cast<_Up&&>(__e2)); in _GLIBCXX_VISIBILITY()
847 inline constexpr __cust_iswap::_IterSwap iter_swap{}; in _GLIBCXX_VISIBILITY()
858 ranges::iter_swap(__i1, __i1); in _GLIBCXX_VISIBILITY()
859 ranges::iter_swap(__i2, __i2); in _GLIBCXX_VISIBILITY()
860 ranges::iter_swap(__i1, __i2); in _GLIBCXX_VISIBILITY()
861 ranges::iter_swap(__i2, __i1); in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h85 std::iter_swap(__result, __b); in _GLIBCXX_VISIBILITY()
87 std::iter_swap(__result, __c); in _GLIBCXX_VISIBILITY()
89 std::iter_swap(__result, __a); in _GLIBCXX_VISIBILITY()
92 std::iter_swap(__result, __a); in _GLIBCXX_VISIBILITY()
94 std::iter_swap(__result, __c); in _GLIBCXX_VISIBILITY()
96 std::iter_swap(__result, __b); in _GLIBCXX_VISIBILITY()
1128 std::iter_swap(__first, __last); in _GLIBCXX_VISIBILITY()
1149 std::iter_swap(__first, __last); in _GLIBCXX_VISIBILITY()
1255 std::iter_swap(__first, __first2); in _GLIBCXX_VISIBILITY()
1269 std::iter_swap(__first, __first2); in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_iterator.h351 iter_swap(const reverse_iterator& __x, in _GLIBCXX_VISIBILITY()
355 && noexcept(ranges::iter_swap(--std::declval<_Iterator&>(), in _GLIBCXX_VISIBILITY()
360 ranges::iter_swap(--__xtmp, --__ytmp); in _GLIBCXX_VISIBILITY()
1509 iter_swap(const move_iterator& __x, const move_iterator<_Iter2>& __y)
1510 noexcept(noexcept(ranges::iter_swap(__x._M_current, __y._M_current)))
1511 { return ranges::iter_swap(__x._M_current, __y._M_current); }
2009 iter_swap(const common_iterator& __x,
2011 noexcept(noexcept(ranges::iter_swap(std::declval<const _It&>(),
2016 return ranges::iter_swap(__x._M_it, __y._M_it);
2339 iter_swap(const counted_iterator& __x,
[all …]
H A Dranges_algo.h897 ranges::iter_swap(__first1, __first2); in _GLIBCXX_VISIBILITY()
1505 ranges::iter_swap(__first, __tail); in _GLIBCXX_VISIBILITY()
1519 ranges::iter_swap(__first, __tail); in _GLIBCXX_VISIBILITY()
1614 ranges::iter_swap(__p, __q); in _GLIBCXX_VISIBILITY()
1643 ranges::iter_swap(__p, __q); in _GLIBCXX_VISIBILITY()
1661 ranges::iter_swap(__first, --__tail); in _GLIBCXX_VISIBILITY()
1681 ranges::iter_swap(__first, __first2); in _GLIBCXX_VISIBILITY()
1694 ranges::iter_swap(__first, __first2); in _GLIBCXX_VISIBILITY()
2093 ranges::iter_swap(__middle-1, __i); in _GLIBCXX_VISIBILITY()
2534 ranges::iter_swap(__first, __tail); in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_algobase.h117 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) in _GLIBCXX_VISIBILITY() function
132 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) in _GLIBCXX_VISIBILITY()
152 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) in _GLIBCXX_VISIBILITY()
178 iter_swap(__a, __b); in _GLIBCXX_VISIBILITY()
212 std::iter_swap(__first1, __first2); in _GLIBCXX_VISIBILITY()
H A Dalgorithmfwd.h382 iter_swap(_FIter1, _FIter2); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp148 std::iter_swap(I, E - PromotedElements); in promoteToReadySet()
185 std::iter_swap(I, E - RemovedElements); in promoteToPendingSet()
237 std::iter_swap(I, E - RemovedElements); in updateIssuedSet()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Diterator_concepts.h838 void iter_swap(_It1, _It2) = delete; in _GLIBCXX_VISIBILITY()
845 iter_swap(static_cast<_Tp&&>(__t), static_cast<_Up&&>(__u)); in _GLIBCXX_VISIBILITY()
867 return noexcept(iter_swap(std::declval<_Tp>(), in _GLIBCXX_VISIBILITY()
893 iter_swap(static_cast<_Tp&&>(__e1), static_cast<_Up&&>(__e2)); in _GLIBCXX_VISIBILITY()
906 inline constexpr __cust_iswap::_IterSwap iter_swap{}; in _GLIBCXX_VISIBILITY()
917 ranges::iter_swap(__i1, __i1); in _GLIBCXX_VISIBILITY()
918 ranges::iter_swap(__i2, __i2); in _GLIBCXX_VISIBILITY()
919 ranges::iter_swap(__i1, __i2); in _GLIBCXX_VISIBILITY()
920 ranges::iter_swap(__i2, __i1); in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h88 std::iter_swap(__result, __b); in _GLIBCXX_VISIBILITY()
90 std::iter_swap(__result, __c); in _GLIBCXX_VISIBILITY()
92 std::iter_swap(__result, __a); in _GLIBCXX_VISIBILITY()
95 std::iter_swap(__result, __a); in _GLIBCXX_VISIBILITY()
97 std::iter_swap(__result, __c); in _GLIBCXX_VISIBILITY()
99 std::iter_swap(__result, __b); in _GLIBCXX_VISIBILITY()
1086 std::iter_swap(__first, __last); in _GLIBCXX_VISIBILITY()
1107 std::iter_swap(__first, __last); in _GLIBCXX_VISIBILITY()
1212 std::iter_swap(__first, __first2); in _GLIBCXX_VISIBILITY()
1226 std::iter_swap(__first, __first2); in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_iterator.h405 iter_swap(const reverse_iterator& __x, in _GLIBCXX_VISIBILITY()
409 && noexcept(ranges::iter_swap(--std::declval<_Iterator&>(), in _GLIBCXX_VISIBILITY()
414 ranges::iter_swap(--__xtmp, --__ytmp); in _GLIBCXX_VISIBILITY()
1665 iter_swap(const move_iterator& __x, const move_iterator<_Iter2>& __y)
1666 noexcept(noexcept(ranges::iter_swap(__x._M_current, __y._M_current)))
1667 { return ranges::iter_swap(__x._M_current, __y._M_current); }
2187 iter_swap(const common_iterator& __x,
2189 noexcept(noexcept(ranges::iter_swap(std::declval<const _It&>(),
2194 return ranges::iter_swap(__x._M_it, __y._M_it);
2543 iter_swap(const counted_iterator& __x,
[all …]
H A Dranges_algo.h687 ranges::iter_swap(__first1, __first2); in _GLIBCXX_VISIBILITY()
1295 ranges::iter_swap(__first, __tail); in _GLIBCXX_VISIBILITY()
1309 ranges::iter_swap(__first, __tail); in _GLIBCXX_VISIBILITY()
1404 ranges::iter_swap(__p, __q); in _GLIBCXX_VISIBILITY()
1433 ranges::iter_swap(__p, __q); in _GLIBCXX_VISIBILITY()
1451 ranges::iter_swap(__first, --__tail); in _GLIBCXX_VISIBILITY()
1471 ranges::iter_swap(__first, __first2); in _GLIBCXX_VISIBILITY()
1484 ranges::iter_swap(__first, __first2); in _GLIBCXX_VISIBILITY()
1884 ranges::iter_swap(__middle-1, __i); in _GLIBCXX_VISIBILITY()
2326 ranges::iter_swap(__first, __tail); in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_algobase.h117 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) in _GLIBCXX_VISIBILITY() function
132 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) in _GLIBCXX_VISIBILITY()
152 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) in _GLIBCXX_VISIBILITY()
178 iter_swap(__a, __b); in _GLIBCXX_VISIBILITY()
212 std::iter_swap(__first1, __first2); in _GLIBCXX_VISIBILITY()
H A Dalgorithmfwd.h382 iter_swap(_FIter1, _FIter2); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h294 std::iter_swap(std::move(AllEdges.begin()), in F()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp299 std::iter_swap(I, E - NumExecuted); in updateIssuedInst()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DOneRangesProposalStatus.csv14 [iterator.cust.swap],Implement iter_swap.,"[concepts], [readable.traits]: iter_value_t",,,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dalgorithm_impl.h922 using std::iter_swap; in __brick_swap_ranges()
924 iter_swap<_ForwardIterator, _OutputIterator>); in __brick_swap_ranges()
1398 using std::iter_swap; in __brick_reverse()
1399 iter_swap(__first, __d_last); in __brick_reverse()
1518 using std::iter_swap; in __brick_rotate()
1525 iter_swap<_ForwardIterator, _ForwardIterator>); in __brick_rotate()
1533 iter_swap<_ForwardIterator, _ForwardIterator>); in __brick_rotate()
2330 using std::iter_swap; in __pattern_nth_element()
2342 iter_swap(__first, __x); in __pattern_nth_element()
2359 iter_swap(__nth, __x); in __pattern_nth_element()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dalgorithm_impl.h947 using std::iter_swap; in __brick_swap_ranges()
949 iter_swap<_ForwardIterator, _OutputIterator>); in __brick_swap_ranges()
1429 using std::iter_swap; in __brick_reverse()
1430 iter_swap(__first, __d_last); in __brick_reverse()
1549 using std::iter_swap; in __brick_rotate()
1556 iter_swap<_ForwardIterator, _ForwardIterator>); in __brick_rotate()
1564 iter_swap<_ForwardIterator, _ForwardIterator>); in __brick_rotate()
2368 using std::iter_swap; in __pattern_nth_element()
2380 iter_swap(__first, __x); in __pattern_nth_element()
2397 iter_swap(__nth, __x); in __pattern_nth_element()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dranges1556 iter_swap(const _Iterator& __x, const _Iterator& __y)
1557 noexcept(noexcept(ranges::iter_swap(__x._M_current, __y._M_current)))
1559 { ranges::iter_swap(__x._M_current, __y._M_current); }
2662 iter_swap(const _Iterator& __x, const _Iterator& __y)
2663 noexcept(noexcept(ranges::iter_swap(__x._M_inner, __y._M_inner)))
2665 { return ranges::iter_swap(__x._M_inner, __y._M_inner); }
3114 iter_swap(const _InnerIter& __x, const _InnerIter& __y)
3115 noexcept(noexcept(ranges::iter_swap(__x._M_i_current(),
3118 { ranges::iter_swap(__x._M_i_current(), __y._M_i_current()); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dranges1600 iter_swap(const _Iterator& __x, const _Iterator& __y)
1601 noexcept(noexcept(ranges::iter_swap(__x._M_current, __y._M_current)))
1603 { ranges::iter_swap(__x._M_current, __y._M_current); }
2905 iter_swap(const _Iterator& __x, const _Iterator& __y)
2906 noexcept(noexcept(ranges::iter_swap(__x._M_inner, __y._M_inner)))
2908 { return ranges::iter_swap(__x._M_inner, __y._M_inner); }
3384 iter_swap(const _InnerIter& __x, const _InnerIter& __y)
3385 noexcept(noexcept(ranges::iter_swap(__x._M_i_current(),
3388 { ranges::iter_swap(__x._M_i_current(), __y._M_i_current()); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2019523 * include/bits/iterator_concepts.h (ranges::iter_swap): Fix parameter
528 hidden friends for move_sentinel operations, iter_move and iter_swap.
982 (indirectly_copyable, indirectly_copyable_storable, ranges::iter_swap)
1017 * testsuite/24_iterators/customization_points/iter_swap.cc: New test.
2289 (iter_swap, make_heap, next_permutation, partial_sort_copy, pop_heap)
2299 (__iter_swap::iter_swap, iter_swap, swap_ranges): Add constexpr.
2300 * include/bits/stl_algobase.h (__iter_swap::iter_swap, iter_swap)
2307 * testsuite/25_algorithms/iter_swap/constexpr.cc: New test.
2394 is_permutation, is_sorted, is_sorted_until, iter_swap, lower_bound,

12