Searched refs:__del (Results 1 - 14 of 14) sorted by relevance

/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/arm-none-eabi/armv6-m/bits/
H A Dctype_noninline.h40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
42 : facet(__refs), _M_del(__table != 0 && __del),
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
53 : facet(__refs), _M_del(__table != 0 && __del),
/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/arm-none-eabi/bits/
H A Dctype_noninline.h40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
42 : facet(__refs), _M_del(__table != 0 && __del),
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
53 : facet(__refs), _M_del(__table != 0 && __del),
/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/arm-none-eabi/thumb/bits/
H A Dctype_noninline.h40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
42 : facet(__refs), _M_del(__table != 0 && __del),
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
53 : facet(__refs), _M_del(__table != 0 && __del),
/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/arm-none-eabi/thumb2/bits/
H A Dctype_noninline.h40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
42 : facet(__refs), _M_del(__table != 0 && __del),
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
53 : facet(__refs), _M_del(__table != 0 && __del),
/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/arm-brcm-linux-uclibcgnueabi/bits/
H A Dctype_noninline.h41 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
44 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
53 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
55 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
/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/arm-brcm-linux-uclibcgnueabi/bits/
H A Dctype_noninline.h41 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
44 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
53 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
55 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
/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.h1012 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
1013 _M_ptr = __del._M_alloc.allocate(1);
1016 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1020 __del._M_alloc.deallocate(_M_ptr, 1);
1023 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
H A Dlocale_facets.h712 ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0);
725 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
/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.h777 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
778 _M_ptr = __del._M_alloc.allocate(1);
781 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
785 __del._M_alloc.deallocate(_M_ptr, 1);
788 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
H A Dlocale_facets.h710 ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0);
723 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
/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.h777 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
778 _M_ptr = __del._M_alloc.allocate(1);
781 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
785 __del._M_alloc.deallocate(_M_ptr, 1);
788 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
H A Dlocale_facets.h710 ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0);
723 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
/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 Dshared_ptr_base.h1013 _Deleter<_Alloc2> __del = { _Alloc2(__a) }; local
1015 _M_ptr = __traits::allocate(__del._M_alloc, 1);
1020 __traits::construct(__del._M_alloc, _M_ptr,
1025 __traits::deallocate(__del._M_alloc, _M_ptr, 1);
1028 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);
H A Dlocale_facets.h707 * @param __del If true, passes ownership of table to this facet.
711 ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0);
720 * @param __del If true, passes ownership of table to this facet.
724 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,

Completed in 217 milliseconds