Home
last modified time | relevance | path

Searched defs:__t (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dqueue.h83 push_front(const _Tp& __t) in push_front()
100 pop_front(_Tp& __t) in pop_front()
127 pop_back(_Tp& __t) //queue behavior in pop_back()
H A Dunique_copy.h132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t) in __parallel_unique_copy() local
157 for (_ThreadIndex __t = 0; __t < __iam; __t++) in __parallel_unique_copy() local
171 for (_ThreadIndex __t = 0; __t < __num_threads + 1; __t++) in __parallel_unique_copy() local
H A Dmultiway_merge.h514 for (_SeqNumber __t = 0; __t < __k; ++__t) in multiway_merge_loser_tree() local
521 for (_SeqNumber __t = 0; __t < __k; ++__t) in multiway_merge_loser_tree() local
598 for (_SeqNumber __t = 0; __t < __k; ++__t) in multiway_merge_loser_tree_unguarded() local
H A Drandom_shuffle.h184 for (int __t = 0; __t < __d->_M_num_threads + 1; ++__t) in __parallel_random_shuffle_drs_pu() local
199 for (_ThreadIndex __t = 0; __t < __d->_M_num_threads; ++__t) in __parallel_random_shuffle_drs_pu() local
H A Dbalanced_quicksort.h455 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t) in __parallel_sort_qsb() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dqueue.h83 push_front(const _Tp& __t) in push_front()
100 pop_front(_Tp& __t) in pop_front()
127 pop_back(_Tp& __t) //queue behavior in pop_back()
H A Dunique_copy.h132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t) in __parallel_unique_copy() local
157 for (_ThreadIndex __t = 0; __t < __iam; __t++) in __parallel_unique_copy() local
171 for (_ThreadIndex __t = 0; __t < __num_threads + 1; __t++) in __parallel_unique_copy() local
H A Dmultiway_merge.h514 for (_SeqNumber __t = 0; __t < __k; ++__t) in multiway_merge_loser_tree() local
521 for (_SeqNumber __t = 0; __t < __k; ++__t) in multiway_merge_loser_tree() local
598 for (_SeqNumber __t = 0; __t < __k; ++__t) in multiway_merge_loser_tree_unguarded() local
H A Drandom_shuffle.h184 for (int __t = 0; __t < __d->_M_num_threads + 1; ++__t) in __parallel_random_shuffle_drs_pu() local
199 for (_ThreadIndex __t = 0; __t < __d->_M_num_threads; ++__t) in __parallel_random_shuffle_drs_pu() local
H A Dbalanced_quicksort.h458 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t) in __parallel_sort_qsb() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h97 __throw_with_nested_impl(_Tp&& __t, true_type) in __throw_with_nested_impl()
106 __throw_with_nested_impl(_Tp&& __t, false_type) in __throw_with_nested_impl()
114 throw_with_nested(_Tp&& __t) in throw_with_nested()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_grep_matcher.tcc67 const std::__regex::_StateSet& __t) in __includes_some()
112 __regex::_StateSet __t = this->_M_e_closure(_M_nfa->_M_start()); in _Grep_matcher() local
147 _StateIdT __t = __stack.top(); __stack.pop(); in _M_e_closure() local
H A Dstl_algo.h1530 _EuclideanRingElement __t = __m % __n; in _GLIBCXX_VISIBILITY() local
1640 _ValueType __t = _GLIBCXX_MOVE(*__p); in _GLIBCXX_VISIBILITY() local
1663 _ValueType __t = _GLIBCXX_MOVE(*(__p + __n - 1)); in _GLIBCXX_VISIBILITY() local
H A Dvalarray_array.tcc43 const _Tp& __t) in __valarray_fill()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dvalarray.cc55 valarray<size_t>& __t = const_cast<valarray<size_t>&>(__a); in __valarray_product() local
72 valarray<size_t> __t(__l); in __gslice_to_index() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dvalarray.cc56 valarray<size_t>& __t = const_cast<valarray<size_t>&>(__a); in __valarray_product() local
73 valarray<size_t> __t(__l); in __gslice_to_index() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Drandom.tcc476 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __x) in operator <<() argument
504 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __x) in operator >>() argument
919 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in __generate_impl()
980 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in __generate_impl()
1047 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in __generate_impl()
1154 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in __generate_impl()
1173 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in __generate_impl()
1503 _IntType __t, double __q) in _M_waiting()
1541 const _IntType __t = __param.t(); in operator ()() local
1705 _IntType __t; in operator >>() local
[all …]
H A Dstl_algo.h1236 _EuclideanRingElement __t = __m % __n; in _GLIBCXX_VISIBILITY() local
1365 _ValueType __t = _GLIBCXX_MOVE(*__p); in _GLIBCXX_VISIBILITY() local
1388 _ValueType __t = _GLIBCXX_MOVE(*(__p + __n - 1)); in _GLIBCXX_VISIBILITY() local
H A Dvalarray_array.tcc42 const _Tp& __t) in __valarray_fill()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drandom.tcc439 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl()
679 auto __t = __x._M_param.varcov(); in operator <<() local
725 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl()
800 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl()
865 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl()
956 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl()
1028 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl()
1126 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl()
1202 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl()
1304 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dthread.cc79 thread::_State_ptr __t{ static_cast<thread::_State*>(__p) }; in execute_native_thread_routine() local
88 thread::_Impl_base* __t = static_cast<thread::_Impl_base*>(__p); in execute_native_thread_routine_compat() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.h3270 tree_range_check (tree __t, in tree_range_check()
3291 omp_clause_range_check (tree __t, in omp_clause_range_check()
3338 tree_int_cst_elt_check (tree __t, int __i, in tree_int_cst_elt_check()
3357 tree_vec_elt_check (tree __t, int __i, in tree_vec_elt_check()
3372 omp_clause_elt_check (tree __t, int __i, in omp_clause_elt_check()
3526 tree_range_check (const_tree __t, in tree_range_check()
3547 omp_clause_range_check (const_tree __t, in omp_clause_range_check()
3583 tree_vec_elt_check (const_tree __t, int __i, in tree_vec_elt_check()
3599 omp_clause_elt_check (const_tree __t, int __i, in omp_clause_elt_check()
3637 tree_operand_check (tree __t, int __i, in tree_operand_check()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dthread.cc68 thread::_Impl_base* __t = static_cast<thread::_Impl_base*>(__p); in execute_native_thread_routine() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Drandom.tcc368 __r, __a, __u, __s, __b, __t, __c, __l>& __x) in operator <<() argument
395 __r, __a, __u, __s, __b, __t, __c, __l>& __x) in operator >>() argument
820 const result_type __t = std::max(__c, __b); in _M_initialize_max_aux() local
1272 _M_waiting(_UniformRandomNumberGenerator& __urng, _IntType __t) in _M_waiting()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Drandom.tcc365 __r, __a, __u, __s, __b, __t, __c, __l>& __x) in operator <<() argument
392 __r, __a, __u, __s, __b, __t, __c, __l>& __x) in operator >>() argument
817 const result_type __t = std::max(__c, __b); in _M_initialize_max_aux() local
1269 _M_waiting(_UniformRandomNumberGenerator& __urng, _IntType __t) in _M_waiting()

12