Home
last modified time | relevance | path

Searched refs:_ValueType (Results 1 – 25 of 43) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dany179 template <typename _ValueType, typename _Tp = _Decay<_ValueType>,
183 any(_ValueType&& __value)
190 template <typename _ValueType, typename _Tp = _Decay<_ValueType>,
196 any(_ValueType&& __value)
285 _Decay<_ValueType>,
451 template<typename _ValueType>
477 template<typename _ValueType>
491 template<typename _ValueType>
532 template<typename _ValueType>
536 return static_cast<_ValueType*>(__any_caster<_ValueType>(__any));
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Dany159 template <typename _ValueType, typename _Tp = _Decay<_ValueType>,
163 any(_ValueType&& __value)
172 template <typename _ValueType, typename _Tp = _Decay<_ValueType>,
176 any(_ValueType&& __value)
350 template<typename _ValueType>
373 template<typename _ValueType>
384 template<typename _ValueType,
398 template<typename _ValueType,
437 template<typename _ValueType>
441 return static_cast<_ValueType*>(__any_caster<_ValueType>(__any));
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_numeric.h241 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
246 _ValueType>) in _GLIBCXX_VISIBILITY()
251 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY()
287 _ValueType>) in _GLIBCXX_VISIBILITY()
292 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY()
326 _ValueType>) in _GLIBCXX_VISIBILITY()
331 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY()
335 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY()
369 _ValueType>) in _GLIBCXX_VISIBILITY()
374 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_heap.h160 _ValueType; in _GLIBCXX_VISIBILITY() typedef
171 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); in _GLIBCXX_VISIBILITY()
211 _ValueType; in _GLIBCXX_VISIBILITY() typedef
221 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); in _GLIBCXX_VISIBILITY()
258 _ValueType; in _GLIBCXX_VISIBILITY() typedef
262 _ValueType __value = _GLIBCXX_MOVE(*__result); in _GLIBCXX_VISIBILITY()
285 _ValueType; in _GLIBCXX_VISIBILITY() typedef
333 _ValueType; in _GLIBCXX_VISIBILITY() typedef
337 _ValueType __value = _GLIBCXX_MOVE(*__result); in _GLIBCXX_VISIBILITY()
384 _ValueType; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dstl_uninitialized.h170 _ValueType; in _GLIBCXX_VISIBILITY()
172 std::__uninitialized_fill<__is_trivial(_ValueType)>:: in _GLIBCXX_VISIBILITY()
223 _ValueType; in _GLIBCXX_VISIBILITY()
225 std::__uninitialized_fill_n<__is_trivial(_ValueType)>:: in _GLIBCXX_VISIBILITY()
480 _ValueType; in _GLIBCXX_VISIBILITY()
482 std::fill(__first, __last, _ValueType()); in _GLIBCXX_VISIBILITY()
515 _ValueType; in _GLIBCXX_VISIBILITY()
517 std::fill_n(__first, __n, _ValueType()); in _GLIBCXX_VISIBILITY()
530 _ValueType; in _GLIBCXX_VISIBILITY()
532 std::__uninitialized_default_1<__is_trivial(_ValueType)>:: in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_numeric.h240 typedef typename iterator_traits<_InputIterator>::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
245 _ValueType>) in _GLIBCXX_VISIBILITY()
250 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY()
286 _ValueType>) in _GLIBCXX_VISIBILITY()
291 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY()
325 _ValueType>) in _GLIBCXX_VISIBILITY()
330 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY()
334 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY()
368 _ValueType>) in _GLIBCXX_VISIBILITY()
373 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_uninitialized.h185 _ValueType; in _GLIBCXX_VISIBILITY()
247 _ValueType; in _GLIBCXX_VISIBILITY()
510 _ValueType; in _GLIBCXX_VISIBILITY()
512 std::fill(__first, __last, _ValueType()); in _GLIBCXX_VISIBILITY()
546 _ValueType; in _GLIBCXX_VISIBILITY()
548 return std::fill_n(__first, __n, _ValueType()); in _GLIBCXX_VISIBILITY()
561 _ValueType; in _GLIBCXX_VISIBILITY()
577 _ValueType; in _GLIBCXX_VISIBILITY()
720 _ValueType; in _GLIBCXX_VISIBILITY()
723 is_trivially_default_constructible<_ValueType>::value>:: in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_heap.h157 _ValueType; in _GLIBCXX_VISIBILITY() typedef
164 __glibcxx_function_requires(_LessThanComparableConcept<_ValueType>) in _GLIBCXX_VISIBILITY()
170 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); in _GLIBCXX_VISIBILITY()
193 _ValueType; in _GLIBCXX_VISIBILITY() typedef
206 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); in _GLIBCXX_VISIBILITY()
247 _ValueType; in _GLIBCXX_VISIBILITY() typedef
251 _ValueType __value = _GLIBCXX_MOVE(*__result); in _GLIBCXX_VISIBILITY()
330 _ValueType; in _GLIBCXX_VISIBILITY() typedef
341 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dquicksort.h59 typedef typename _TraitsType::value_type _ValueType; in __parallel_sort_qs_divide() typedef
66 _ValueType* __samples = static_cast<_ValueType*> in __parallel_sort_qs_divide()
67 (::operator new(__num_samples * sizeof(_ValueType))); in __parallel_sort_qs_divide()
73 ::new(&(__samples[__s])) _ValueType(__begin[__index]); in __parallel_sort_qs_divide()
78 _ValueType& __pivot = __samples[__pivot_rank * __num_samples / __n]; in __parallel_sort_qs_divide()
80 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool> in __parallel_sort_qs_divide()
86 __samples[__s].~_ValueType(); in __parallel_sort_qs_divide()
106 typedef typename _TraitsType::value_type _ValueType; in __parallel_sort_qs_conquer() typedef
161 typedef typename _TraitsType::value_type _ValueType; in __parallel_sort_qs() typedef
H A Drandom_shuffle.h62 _ValueType** _M_temporaries;
139 _ValueType** __temporaries = new _ValueType*[__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu()
226 _ValueType* __begin = in __parallel_random_shuffle_drs_pu()
240 __sd->_M_temporaries[__iam][__i].~_ValueType(); in __parallel_random_shuffle_drs_pu()
290 / sizeof(_ValueType))); in __parallel_random_shuffle_drs()
310 / sizeof(_ValueType)))); in __parallel_random_shuffle_drs()
443 / sizeof(_ValueType)))); in __sequential_random_shuffle()
464 _ValueType* __target = in __sequential_random_shuffle()
465 static_cast<_ValueType*>(::operator new(sizeof(_ValueType) * __n)); in __sequential_random_shuffle()
494 _ValueType(*(__begin + __i)); in __sequential_random_shuffle()
[all …]
H A Dmultiway_mergesort.h64 typedef typename _TraitsType::value_type _ValueType; typedef
77 _ValueType** _M_temporary;
80 _ValueType* _M_samples;
113 _ValueType(__sd->_M_source[__sd->_M_starts[__iam] in __determine_samples()
198 typedef typename _TraitsType::value_type _ValueType;
323 typedef _ValueType* _SortingPlacesIterator;
326 static_cast<_ValueType*>(::operator new(sizeof(_ValueType)
382 __sd->_M_temporary[__iam][__i].~_ValueType();
435 __sd._M_samples = static_cast<_ValueType*>
436 (::operator new(__size * sizeof(_ValueType)));
[all …]
H A Dpartial_sum.h95 typedef typename _TraitsType::value_type _ValueType; in __parallel_partial_sum_linear() typedef
113 _ValueType* __sums; in __parallel_partial_sum_linear()
145 __sums = static_cast<_ValueType*>(::operator new(sizeof(_ValueType) in __parallel_partial_sum_linear()
158 ::new(&(__sums[__iam])) _ValueType(*(__result + __borders[1] - 1)); in __parallel_partial_sum_linear()
163 _ValueType(__gnu_parallel::accumulate( in __parallel_partial_sum_linear()
187 __sums[__i].~_ValueType(); in __parallel_partial_sum_linear()
211 typedef typename _TraitsType::value_type _ValueType; in __parallel_partial_sum() typedef
H A Dbalanced_quicksort.h106 typedef typename _TraitsType::value_type _ValueType; in __qsb_divide() typedef
138 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool> in __qsb_divide()
178 typedef typename _TraitsType::value_type _ValueType; in __qsb_conquer() typedef
252 typedef typename _TraitsType::value_type _ValueType; in __qsb_local_sort_with_helping() typedef
291 <_Compare, _ValueType, _ValueType, bool> in __qsb_local_sort_with_helping()
316 <_Compare, _ValueType, _ValueType, bool>, _ValueType> in __qsb_local_sort_with_helping()
318 <_Compare, _ValueType, _ValueType, bool> in __qsb_local_sort_with_helping()
436 typedef typename _TraitsType::value_type _ValueType; in __parallel_sort_qsb() typedef
H A Dpartition.h60 typedef typename _TraitsType::value_type _ValueType; in __parallel_partition() typedef
336 typedef typename _TraitsType::value_type _ValueType; in __parallel_nth_element() typedef
366 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool> in __parallel_nth_element()
389 __binder1st<_Compare, _ValueType, in __parallel_nth_element()
390 _ValueType, bool>, _ValueType> in __parallel_nth_element()
391 __pred(__gnu_parallel::__binder1st<_Compare, _ValueType, in __parallel_nth_element()
392 _ValueType, bool>(__comp, *__pivot_pos)); in __parallel_nth_element()
H A Dalgo.h149 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
1765 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
1786 sort(__begin, __end, std::less<_ValueType>(), in _GLIBCXX_VISIBILITY()
1797 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
1808 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
1819 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
1830 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
1841 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
1852 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
1863 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Dmultiseq_selection.h138 typedef typename std::iterator_traits<_It>::value_type _ValueType; typedef
140 _Lexicographic<_ValueType, _SeqNumber, _Compare> __lcomp(__comp);
203 std::vector<std::pair<_ValueType, _SeqNumber> > __sample;
274 std::priority_queue<std::pair<_ValueType, _SeqNumber>,
275 std::vector<std::pair<_ValueType, _SeqNumber> >,
276 _LexicographicReverse<_ValueType, _SeqNumber, _Compare> >
300 std::priority_queue<std::pair<_ValueType, _SeqNumber>,
301 std::vector<std::pair<_ValueType, _SeqNumber> >,
302 _Lexicographic<_ValueType, _SeqNumber, _Compare> >
333 _ValueType* __maxleft = 0;
[all …]
H A Dmultiway_merge.h254 _ValueType; in multiway_merge_3_variant() typedef
372 _ValueType; in multiway_merge_4_variant() typedef
505 _ValueType; in multiway_merge_loser_tree() typedef
512 _ValueType* __arbitrary_element = 0; in multiway_merge_loser_tree()
592 _ValueType; in multiway_merge_loser_tree_unguarded() typedef
679 _ValueType; in multiway_merge_loser_tree_sentinel() typedef
852 _ValueType;
890 _ValueType;
937 _ValueType;
1048 _ValueType;
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dquicksort.h59 typedef typename _TraitsType::value_type _ValueType; in __parallel_sort_qs_divide() typedef
66 _ValueType* __samples = static_cast<_ValueType*> in __parallel_sort_qs_divide()
67 (::operator new(__num_samples * sizeof(_ValueType))); in __parallel_sort_qs_divide()
73 ::new(&(__samples[__s])) _ValueType(__begin[__index]); in __parallel_sort_qs_divide()
78 _ValueType& __pivot = __samples[__pivot_rank * __num_samples / __n]; in __parallel_sort_qs_divide()
80 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool> in __parallel_sort_qs_divide()
86 __samples[__s].~_ValueType(); in __parallel_sort_qs_divide()
106 typedef typename _TraitsType::value_type _ValueType; in __parallel_sort_qs_conquer() typedef
161 typedef typename _TraitsType::value_type _ValueType; in __parallel_sort_qs() typedef
H A Drandom_shuffle.h62 _ValueType** _M_temporaries;
139 _ValueType** __temporaries = new _ValueType*[__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu()
226 _ValueType* __begin = in __parallel_random_shuffle_drs_pu()
240 __sd->_M_temporaries[__iam][__i].~_ValueType(); in __parallel_random_shuffle_drs_pu()
290 / sizeof(_ValueType))); in __parallel_random_shuffle_drs()
310 / sizeof(_ValueType)))); in __parallel_random_shuffle_drs()
443 / sizeof(_ValueType)))); in __sequential_random_shuffle()
464 _ValueType* __target = in __sequential_random_shuffle()
465 static_cast<_ValueType*>(::operator new(sizeof(_ValueType) * __n)); in __sequential_random_shuffle()
494 _ValueType(*(__begin + __i)); in __sequential_random_shuffle()
[all …]
H A Dmultiway_mergesort.h64 typedef typename _TraitsType::value_type _ValueType; typedef
77 _ValueType** _M_temporary;
80 _ValueType* _M_samples;
113 _ValueType(__sd->_M_source[__sd->_M_starts[__iam] in __determine_samples()
198 typedef typename _TraitsType::value_type _ValueType;
323 typedef _ValueType* _SortingPlacesIterator;
326 static_cast<_ValueType*>(::operator new(sizeof(_ValueType)
382 __sd->_M_temporary[__iam][__i].~_ValueType();
435 __sd._M_samples = static_cast<_ValueType*>
436 (::operator new(__size * sizeof(_ValueType)));
[all …]
H A Dpartial_sum.h95 typedef typename _TraitsType::value_type _ValueType; in __parallel_partial_sum_linear() typedef
113 _ValueType* __sums; in __parallel_partial_sum_linear()
145 __sums = static_cast<_ValueType*>(::operator new(sizeof(_ValueType) in __parallel_partial_sum_linear()
158 ::new(&(__sums[__iam])) _ValueType(*(__result + __borders[1] - 1)); in __parallel_partial_sum_linear()
163 _ValueType(__gnu_parallel::accumulate( in __parallel_partial_sum_linear()
187 __sums[__i].~_ValueType(); in __parallel_partial_sum_linear()
211 typedef typename _TraitsType::value_type _ValueType; in __parallel_partial_sum() typedef
H A Dbalanced_quicksort.h109 typedef typename _TraitsType::value_type _ValueType; in __qsb_divide() typedef
141 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool> in __qsb_divide()
181 typedef typename _TraitsType::value_type _ValueType; in __qsb_conquer() typedef
255 typedef typename _TraitsType::value_type _ValueType; in __qsb_local_sort_with_helping() typedef
294 <_Compare, _ValueType, _ValueType, bool> in __qsb_local_sort_with_helping()
319 <_Compare, _ValueType, _ValueType, bool>, _ValueType> in __qsb_local_sort_with_helping()
321 <_Compare, _ValueType, _ValueType, bool> in __qsb_local_sort_with_helping()
439 typedef typename _TraitsType::value_type _ValueType; in __parallel_sort_qsb() typedef
H A Dpartition.h60 typedef typename _TraitsType::value_type _ValueType; in __parallel_partition() typedef
336 typedef typename _TraitsType::value_type _ValueType; in __parallel_nth_element() typedef
366 __gnu_parallel::__binder2nd<_Compare, _ValueType, _ValueType, bool> in __parallel_nth_element()
389 __binder1st<_Compare, _ValueType, in __parallel_nth_element()
390 _ValueType, bool>, _ValueType> in __parallel_nth_element()
391 __pred(__gnu_parallel::__binder1st<_Compare, _ValueType, in __parallel_nth_element()
392 _ValueType, bool>(__comp, *__pivot_pos)); in __parallel_nth_element()
H A Dalgo.h144 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
150 _ValueType, const _Tp&, bool> in _GLIBCXX_VISIBILITY()
338 __begin1, __end1, __out, equal_to<_ValueType>(), in _GLIBCXX_VISIBILITY()
745 typedef typename _TraitsType::value_type _ValueType; in _GLIBCXX_VISIBILITY() typedef
751 __begin, __end - 1, __begin, equal_to<_ValueType>(), in _GLIBCXX_VISIBILITY()
1077 __gnu_parallel::_EqualTo<_ValueType, _Tp>()); in _GLIBCXX_VISIBILITY()
1656 sort(__begin, __end, std::less<_ValueType>(), in _GLIBCXX_VISIBILITY()
1970 std::less<_ValueType>()); in _GLIBCXX_VISIBILITY()
2013 std::less<_ValueType>()); in _GLIBCXX_VISIBILITY()
2082 std::less<_ValueType>()); in _GLIBCXX_VISIBILITY()
[all …]
H A Dmultiseq_selection.h138 typedef typename std::iterator_traits<_It>::value_type _ValueType; typedef
140 _Lexicographic<_ValueType, _SeqNumber, _Compare> __lcomp(__comp);
203 std::vector<std::pair<_ValueType, _SeqNumber> > __sample;
274 std::priority_queue<std::pair<_ValueType, _SeqNumber>,
275 std::vector<std::pair<_ValueType, _SeqNumber> >,
276 _LexicographicReverse<_ValueType, _SeqNumber, _Compare> >
300 std::priority_queue<std::pair<_ValueType, _SeqNumber>,
301 std::vector<std::pair<_ValueType, _SeqNumber> >,
302 _Lexicographic<_ValueType, _SeqNumber, _Compare> >
333 _ValueType* __maxleft = 0;
[all …]

12