Home
last modified time | relevance | path

Searched defs:_ReferenceType1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/pstl/include/pstl/internal/
H A Dmemory_impl.h48 using _ReferenceType1 = typename std::iterator_traits<_RandomAccessIterator>::reference; in __brick_uninitialized_move() local
99 using _ReferenceType1 = typename std::iterator_traits<_RandomAccessIterator>::reference; in __brick_uninitialized_copy() local
H A Dglue_memory_impl.h34 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy() typedef
65 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy_n() typedef
98 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move() typedef
129 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move_n() typedef
H A Dnumeric_impl.h333 typedef typename std::iterator_traits<_RandomAccessIterator1>::reference _ReferenceType1; in __brick_adjacent_difference() typedef
359 typedef typename std::iterator_traits<_RandomAccessIterator1>::reference _ReferenceType1; in __pattern_adjacent_difference() typedef
H A Dglue_algorithm_impl.h286 typedef typename iterator_traits<_ForwardIterator1>::reference _ReferenceType1; in swap_ranges() typedef
H A Dalgorithm_impl.h1545 typedef typename std::iterator_traits<_RandomAccessIterator1>::reference _ReferenceType1; in __brick_reverse_copy() typedef