Home
last modified time | relevance | path

Searched refs:_ReferenceType2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/pstl/include/pstl/internal/
H A Dmemory_impl.h49 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 Dglue_memory_impl.h35 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 Dnumeric_impl.h334 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 Dglue_algorithm_impl.h287 typedef typename iterator_traits<_ForwardIterator2>::reference _ReferenceType2; in swap_ranges() typedef
293 [](_ReferenceType1 __x, _ReferenceType2 __y) in swap_ranges()
H A Dalgorithm_impl.h1546 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()