HomeSort by relevance Sort by last modified time
    Searched defs:_S_do_it (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h 148 { static void _S_do_it(_Alloc&, _Alloc&) { } };
154 _S_do_it(_Alloc& __one, _Alloc& __two)
167 _S_do_it(const _Alloc&, const _Alloc&)
175 _S_do_it(const _Alloc& __one, const _Alloc& __two)
valarray_array.h 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
    [all...]

Completed in 37 milliseconds