Searched refs:_S_do_it (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | valarray_array.h | 80 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e) in _S_do_it() function 89 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e) 98 _S_do_it(__b, __e); 110 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) 118 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) 128 _S_do_it(__b, __e, __t); 141 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, 150 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, 162 _S_do_it(__b, __e, __o); 225 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | valarray_array.h | 81 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e) in _S_do_it() function 93 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e) 101 _Array_default_ctor<_Tp, __is_pod<_Tp>::__value>::_S_do_it(__b, __e); 113 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) 124 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) 136 _Array_init_ctor<_Tp, __is_pod<_Tp>::__value>::_S_do_it(__b, __e, __t); 149 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, 161 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, 172 _Array_copy_ctor<_Tp, __is_pod<_Tp>::__value>::_S_do_it(__b, __e, __o); 258 _S_do_it(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) [all …]
|
| D | allocator.h | 137 { static void _S_do_it(_Alloc&, _Alloc&) { } }; in _S_do_it() function 143 _S_do_it(_Alloc& __one, _Alloc& __two)
|
| D | stl_vector.h | 737 std::__alloc_swap<_Tp_alloc_type>::_S_do_it(_M_get_Tp_allocator(), in swap()
|
| D | stl_list.h | 897 _S_do_it(_M_get_Node_allocator(), __x._M_get_Node_allocator()); in swap()
|
| D | stl_bvector.h | 691 _S_do_it(_M_get_Bit_allocator(), __x._M_get_Bit_allocator()); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| D | stl_deque.h | 1206 std::__alloc_swap<_Tp_alloc_type>::_S_do_it(_M_get_Tp_allocator(), in swap()
|
| D | stl_tree.h | 964 _S_do_it(_M_get_Node_allocator(), __t._M_get_Node_allocator());
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_complex.h | 436 static inline _Tp _S_do_it(const complex<_Tp>& __z) in _S_do_it() function 448 static inline _Tp _S_do_it(const complex<_Tp>& __z) 459 return _Norm_helper<__is_floating<_Tp>::_M_type && !_GLIBCPP_FAST_MATH>::_S_do_it(__z);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_complex.h | 620 static inline _Tp _S_do_it(const complex<_Tp>& __z) in _S_do_it() function 632 static inline _Tp _S_do_it(const complex<_Tp>& __z) 644 && !_GLIBCXX_FAST_MATH>::_S_do_it(__z);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | sso_string_base.h | 234 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(), in _M_swap()
|
| D | rc_string_base.h | 600 std::__alloc_swap<allocator_type>::_S_do_it(_M_get_allocator(), in _M_swap()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | hashtable | 683 std::__alloc_swap<_Node_allocator_type>::_S_do_it(_M_node_allocator,
|