Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dglue_memory_impl.h34 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy() typedef
68 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy_n() typedef
103 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move() typedef
137 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_move_n() typedef
Dmemory_impl.h48 using _ReferenceType1 = typename std::iterator_traits<_ForwardIterator>::reference; in __brick_uninitialized_move() local
99 using _ReferenceType1 = typename std::iterator_traits<_ForwardIterator>::reference; in __brick_uninitialized_copy() local
Dnumeric_impl.h309 typedef typename std::iterator_traits<_ForwardIterator1>::reference _ReferenceType1; in __brick_adjacent_difference() typedef
337 typedef typename std::iterator_traits<_ForwardIterator1>::reference _ReferenceType1; in __pattern_adjacent_difference() typedef
Dglue_algorithm_impl.h306 typedef typename iterator_traits<_ForwardIterator1>::reference _ReferenceType1; in swap_ranges() typedef
Dalgorithm_impl.h1489 typedef typename std::iterator_traits<_BidirectionalIterator>::reference _ReferenceType1; in __brick_reverse_copy() typedef