Searched refs:_Alloc2 (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dalloc_traits.h46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
207 template<typename _Alloc2>
223 template<typename _Alloc2>
225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
229 template<typename _Alloc2>
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
232 _S_allocate(_Alloc2& __a, size_type __n, ...)
238 template<typename _Alloc2,
[all...]
H A Dshared_ptr_base.h1012 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
1013 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
1014 typedef allocator_traits<_Alloc2> __traits;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dshared_ptr_base.h471 typedef std::allocator<_Sp_cd_type> _Alloc2; typedef
472 _Alloc2 __a2;
491 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2; typedef
492 _Alloc2 __a2(__a);
513 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2; typedef
514 _Alloc2 __a2(__a);
1011 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
1012 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dshared_ptr_base.h259 typedef std::allocator<_Sp_cd_type> _Alloc2; typedef
260 _Alloc2 __a2;
279 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2; typedef
280 _Alloc2 __a2(__a);
300 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2; typedef
301 _Alloc2 __a2(__a);
776 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
777 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dshared_ptr_base.h259 typedef std::allocator<_Sp_cd_type> _Alloc2; typedef
260 _Alloc2 __a2;
279 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2; typedef
280 _Alloc2 __a2(__a);
300 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2; typedef
301 _Alloc2 __a2(__a);
776 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
777 _Deleter<_Alloc2> __del = { _Alloc2(__a) };

Completed in 184 milliseconds