Home | History | Annotate | Download | only in bits

Lines Matching defs:_S_do_it

76       _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
96 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
131 _Array_init_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __t);
144 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e,
156 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e,
167 _Array_copy_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __o);
253 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b)
264 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b)
274 _Array_copier<_Tp, __is_pod(_Tp)>::_S_do_it(__a, __n, __b);