Searched refs:_ReferenceType2 (Results 1 – 5 of 5) sorted by relevance
/llvm-project/pstl/include/pstl/internal/ |
H A D | memory_impl.h | 49 using _ReferenceType2 = typename std::iterator_traits<_OutputIterator>::reference; in __brick_uninitialized_move() local 53 …[](_ReferenceType1 __x, _ReferenceType2 __y) { ::new (std::addressof(__y)) __ValueType(std::move(_… in __brick_uninitialized_move() 100 using _ReferenceType2 = typename std::iterator_traits<_OutputIterator>::reference; in __brick_uninitialized_copy() local 104 … [](_ReferenceType1 __x, _ReferenceType2 __y) { ::new (std::addressof(__y)) __ValueType(__x); }); in __brick_uninitialized_copy()
|
H A D | glue_memory_impl.h | 35 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy() typedef 54 … [](_ReferenceType1 __val1, _ReferenceType2 __val2) in uninitialized_copy() 66 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy_n() typedef 85 … [](_ReferenceType1 __val1, _ReferenceType2 __val2) in uninitialized_copy_n() 99 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_move() typedef 118 [](_ReferenceType1 __val1, _ReferenceType2 __val2) in uninitialized_move() 130 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_move_n() typedef 149 [](_ReferenceType1 __val1, _ReferenceType2 __val2) in uninitialized_move_n()
|
H A D | numeric_impl.h | 334 typedef typename std::iterator_traits<_RandomAccessIterator2>::reference _ReferenceType2; in __brick_adjacent_difference() typedef 340 … [&__op](_ReferenceType1 __x, _ReferenceType1 __y, _ReferenceType2 __z) { __z = __op(__x, __y); }); in __brick_adjacent_difference() 360 typedef typename std::iterator_traits<_RandomAccessIterator2>::reference _ReferenceType2; in __pattern_adjacent_difference() typedef 371 … [&__op](_ReferenceType1 __x, _ReferenceType1 __y, _ReferenceType2 __z) in __pattern_adjacent_difference()
|
H A D | glue_algorithm_impl.h | 287 typedef typename iterator_traits<_ForwardIterator2>::reference _ReferenceType2; in swap_ranges() typedef 293 [](_ReferenceType1 __x, _ReferenceType2 __y) in swap_ranges()
|
H A D | algorithm_impl.h | 1546 typedef typename std::iterator_traits<_RandomAccessIterator2>::reference _ReferenceType2; in __brick_reverse_copy() typedef 1549 … __d_first, [](_ReferenceType1 __x, _ReferenceType2 __y) { __y = __x; }); in __brick_reverse_copy()
|