Home
last modified time | relevance | path

Searched refs:_S_do_it (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dvalarray_array.h80 _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/
Dvalarray_array.h81 _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 …]
Dallocator.h137 { static void _S_do_it(_Alloc&, _Alloc&) { } }; in _S_do_it() function
143 _S_do_it(_Alloc& __one, _Alloc& __two)
Dstl_vector.h737 std::__alloc_swap<_Tp_alloc_type>::_S_do_it(_M_get_Tp_allocator(), in swap()
Dstl_list.h897 _S_do_it(_M_get_Node_allocator(), __x._M_get_Node_allocator()); in swap()
Dstl_bvector.h691 _S_do_it(_M_get_Bit_allocator(), __x._M_get_Bit_allocator()); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
Dstl_deque.h1206 std::__alloc_swap<_Tp_alloc_type>::_S_do_it(_M_get_Tp_allocator(), in swap()
Dstl_tree.h964 _S_do_it(_M_get_Node_allocator(), __t._M_get_Node_allocator());
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/
Dstd_complex.h436 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/
Dstd_complex.h620 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/
Dsso_string_base.h234 std::__alloc_swap<_CharT_alloc_type>::_S_do_it(_M_get_allocator(), in _M_swap()
Drc_string_base.h600 std::__alloc_swap<allocator_type>::_S_do_it(_M_get_allocator(), in _M_swap()
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dhashtable683 std::__alloc_swap<_Node_allocator_type>::_S_do_it(_M_node_allocator,