Home | History | Annotate | Download | only in bits

Lines Matching defs:_S_do_it

78       _S_do_it(_Tp* __b, _Tp* __e)
90 _S_do_it(_Tp* __b, _Tp* __e)
98 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
132 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t);
145 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
156 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o)
165 _Array_copy_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __o);
251 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b)
262 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b)
272 _Array_copier<_Tp, __is_trivial(_Tp)>::_S_do_it(__a, __n, __b);