Searched refs:_ReferenceType1 (Results 1 – 5 of 5) sorted by relevance
/llvm-project/pstl/include/pstl/internal/ |
H A D | memory_impl.h | 48 using _ReferenceType1 = typename std::iterator_traits<_RandomAccessIterator>::reference; in __brick_uninitialized_move() local 53 …[](_ReferenceType1 __x, _ReferenceType2 __y) { ::new (std::addressof(__y)) __ValueType(std::move(_… in __brick_uninitialized_move() 99 using _ReferenceType1 = typename std::iterator_traits<_RandomAccessIterator>::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 | 34 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy() typedef 54 … [](_ReferenceType1 __val1, _ReferenceType2 __val2) in uninitialized_copy() 65 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy_n() typedef 85 … [](_ReferenceType1 __val1, _ReferenceType2 __val2) in uninitialized_copy_n() 98 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move() typedef 118 [](_ReferenceType1 __val1, _ReferenceType2 __val2) in uninitialized_move() 129 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move_n() typedef 149 [](_ReferenceType1 __val1, _ReferenceType2 __val2) in uninitialized_move_n()
|
H A D | numeric_impl.h | 333 typedef typename std::iterator_traits<_RandomAccessIterator1>::reference _ReferenceType1; in __brick_adjacent_difference() typedef 340 … [&__op](_ReferenceType1 __x, _ReferenceType1 __y, _ReferenceType2 __z) { __z = __op(__x, __y); }); in __brick_adjacent_difference() 359 typedef typename std::iterator_traits<_RandomAccessIterator1>::reference _ReferenceType1; in __pattern_adjacent_difference() typedef 371 … [&__op](_ReferenceType1 __x, _ReferenceType1 __y, _ReferenceType2 __z) in __pattern_adjacent_difference()
|
H A D | glue_algorithm_impl.h | 286 typedef typename iterator_traits<_ForwardIterator1>::reference _ReferenceType1; in swap_ranges() typedef 293 [](_ReferenceType1 __x, _ReferenceType2 __y) in swap_ranges()
|
H A D | algorithm_impl.h | 1545 typedef typename std::iterator_traits<_RandomAccessIterator1>::reference _ReferenceType1; in __brick_reverse_copy() typedef 1549 … __d_first, [](_ReferenceType1 __x, _ReferenceType2 __y) { __y = __x; }); in __brick_reverse_copy()
|