Home | History | Annotate | Download | only in bits

Lines Matching refs:_Alloc

151   template<typename _Alloc, bool = __is_empty(_Alloc)>
153 { static void _S_do_it(_Alloc&, _Alloc&) { } };
155 template<typename _Alloc>
156 struct __alloc_swap<_Alloc, false>
159 _S_do_it(_Alloc& __one, _Alloc& __two)
168 template<typename _Alloc, bool = __is_empty(_Alloc)>
172 _S_do_it(const _Alloc&, const _Alloc&)
176 template<typename _Alloc>
177 struct __alloc_neq<_Alloc, false>
180 _S_do_it(const _Alloc& __one, const _Alloc& __two)
216 template<typename _Tp, typename _Alloc,
221 template<typename _Tp, typename _Alloc>
222 struct __uses_allocator_helper<_Tp, _Alloc, true>
223 : public integral_constant<bool, is_convertible<_Alloc,
228 template<typename _Tp, typename _Alloc>
231 __uses_allocator_helper<_Tp, _Alloc>::value>