Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dglue_memory_impl.h33 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_copy() typedef
43 …al_constant < bool, std::is_trivial<_ValueType1>::value&& std::is_trivial<_ValueType2>::value > (), in uninitialized_copy()
56 … ::new (std::addressof(__val2)) _ValueType2(__val1); in uninitialized_copy()
67 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_copy_n() typedef
77 …al_constant < bool, std::is_trivial<_ValueType1>::value&& std::is_trivial<_ValueType2>::value > (), in uninitialized_copy_n()
89 … ::new (std::addressof(__val2)) _ValueType2(__val1); in uninitialized_copy_n()
102 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_move() typedef
112 …al_constant < bool, std::is_trivial<_ValueType1>::value&& std::is_trivial<_ValueType2>::value > (), in uninitialized_move()
125 ::new (std::addressof(__val2)) _ValueType2(std::move(__val1)); in uninitialized_move()
136 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_move_n() typedef
[all …]