Searched refs:_S_do_it (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dallocator.h148 { static void _S_do_it(_Alloc&, _Alloc&) { } }; function in struct:__alloc_swap
154 _S_do_it(_Alloc& __one, _Alloc& __two) function in struct:__alloc_swap
167 _S_do_it(const _Alloc&, const _Alloc&) function in struct:__alloc_neq
175 _S_do_it(const _Alloc& __one, const _Alloc& __two) function in struct:__alloc_neq
189 { static void _S_do_it(_Tp&) { } }; function in struct:__shrink_to_fit
195 _S_do_it(_Tp& __v) function in struct:__shrink_to_fit
H A Dvalarray_array.h76 _S_do_it(_Tp* __b, _Tp* __e) function in struct:_Array_default_ctor
88 _S_do_it(_Tp* __b, _Tp* __e) function in struct:_Array_default_ctor
96 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
108 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) function in struct:_Array_init_ctor
119 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) function in struct:_Array_init_ctor
130 _Array_init_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __t);
143 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) function in struct:_Array_copy_ctor
154 _S_do_it(const _Tp* __b, const _Tp* __e, _Tp* __restrict__ __o) function in struct:_Array_copy_ctor
163 _Array_copy_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __o);
249 _S_do_it(cons function in struct:_Array_copier
260 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) function in struct:_Array_copier
[all...]
H A Dstl_vector.h565 { std::__shrink_to_fit<vector>::_S_do_it(*this); }
943 std::__alloc_swap<_Tp_alloc_type>::_S_do_it(_M_get_Tp_allocator(),
H A Dstl_bvector.h761 _S_do_it(_M_get_Bit_allocator(), __x._M_get_Bit_allocator());
835 { std::__shrink_to_fit<vector>::_S_do_it(*this); }
H A Dstl_list.h1117 _S_do_it(_M_get_Node_allocator(), __x._M_get_Node_allocator());
1466 _S_do_it(_M_get_Node_allocator(), __x._M_get_Node_allocator()))
H A Dstl_deque.h1114 { std::__shrink_to_fit<deque>::_S_do_it(*this); }
1490 std::__alloc_swap<_Tp_alloc_type>::_S_do_it(_M_get_Tp_allocator(),
H A Dhashtable.h710 std::__alloc_swap<_Node_allocator_type>::_S_do_it(_M_node_allocator,
H A Dstl_tree.h1168 _S_do_it(_M_get_Node_allocator(), __t._M_get_Node_allocator());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dvstring_util.h180 { static void _S_do_it(_Alloc&, _Alloc&) { } }; function in struct:std::__alloc_swap
186 _S_do_it(_Alloc& __one, _Alloc& __two) function in struct:std::__alloc_swap
H A Dsso_string_base.h250 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(),
H A Drc_string_base.h598 std::__alloc_swap<allocator_type>::_S_do_it(_M_get_allocator(),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dvalarray_array.h81 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e) function in struct:std::_Array_default_ctor
93 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e) function in struct:std::_Array_default_ctor
102 _S_do_it(__b, __e);
114 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) function in struct:std::_Array_init_ctor
125 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) function in struct:std::_Array_init_ctor
138 _S_do_it(__b, __e, __t);
151 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, function in struct:std::_Array_copy_ctor
163 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, function in struct:std::_Array_copy_ctor
175 _S_do_it(__b, __e, __o);
261 _S_do_it(cons function in struct:std::_Array_copier
272 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) function in struct:std::_Array_copier
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_complex.h620 static inline _Tp _S_do_it(const complex<_Tp>& __z) function in struct:std::_Norm_helper
632 static inline _Tp _S_do_it(const complex<_Tp>& __z) function in struct:std::_Norm_helper
644 && !_GLIBCXX_FAST_MATH>::_S_do_it(__z);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h607 std::__alloc_swap<allocator_type>::_S_do_it(_M_get_allocator(),
H A Dsso_string_base.h237 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h658 std::__alloc_swap<_Node_allocator_type>::_S_do_it(_M_node_allocator,

Completed in 279 milliseconds