Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dglue_memory_impl.h35 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy() typedef
69 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy_n() typedef
104 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_move() typedef
138 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_move_n() typedef
Dmemory_impl.h49 using _ReferenceType2 = typename std::iterator_traits<_OutputIterator>::reference; in __brick_uninitialized_move() local
100 using _ReferenceType2 = typename std::iterator_traits<_OutputIterator>::reference; in __brick_uninitialized_copy() local
Dnumeric_impl.h310 typedef typename std::iterator_traits<_ForwardIterator2>::reference _ReferenceType2; in __brick_adjacent_difference() typedef
338 typedef typename std::iterator_traits<_ForwardIterator2>::reference _ReferenceType2; in __pattern_adjacent_difference() typedef
Dglue_algorithm_impl.h307 typedef typename iterator_traits<_ForwardIterator2>::reference _ReferenceType2; in swap_ranges() typedef
Dalgorithm_impl.h1490 typedef typename std::iterator_traits<_OutputIterator>::reference _ReferenceType2; in __brick_reverse_copy() typedef