Searched refs:__alloc (Results 1 - 24 of 24) sorted by relevance

/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 Dstl_uninitialized.h298 _ForwardIterator __result, _Allocator& __alloc)
304 __alloc.construct(&*__cur, *__first);
309 std::_Destroy(__result, __cur, __alloc);
324 _ForwardIterator __result, _Allocator& __alloc)
328 __result, __alloc);
334 const _Tp& __x, _Allocator& __alloc)
340 __alloc.construct(&*__cur, __x);
344 std::_Destroy(__first, __cur, __alloc);
359 const _Tp& __x, _Allocator& __alloc)
365 __alloc
297 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
323 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
333 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
358 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
394 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
422 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
449 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
471 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h137 _Allocator& __alloc)
140 __alloc.destroy(&*__first);
136 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
H A Dhashtable.h514 _Bucket_allocator_type __alloc(_M_node_allocator);
518 _Node** __p = __alloc.allocate(__n + 1);
533 _Bucket_allocator_type __alloc(_M_node_allocator);
534 __alloc.deallocate(__p, __n + 1);
/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 Dstl_uninitialized.h298 _ForwardIterator __result, _Allocator& __alloc)
304 __alloc.construct(&*__cur, *__first);
309 std::_Destroy(__result, __cur, __alloc);
324 _ForwardIterator __result, _Allocator& __alloc)
328 __result, __alloc);
334 const _Tp& __x, _Allocator& __alloc)
340 __alloc.construct(&*__cur, __x);
344 std::_Destroy(__first, __cur, __alloc);
359 const _Tp& __x, _Allocator& __alloc)
365 __alloc
297 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
323 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
333 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
358 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
394 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
422 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
449 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
471 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h137 _Allocator& __alloc)
140 __alloc.destroy(&*__first);
136 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
H A Dhashtable.h514 _Bucket_allocator_type __alloc(_M_node_allocator);
518 _Node** __p = __alloc.allocate(__n + 1);
533 _Bucket_allocator_type __alloc(_M_node_allocator);
534 __alloc.deallocate(__p, __n + 1);
/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 Dstl_uninitialized.h237 _ForwardIterator __result, _Allocator& __alloc)
244 __traits::construct(__alloc, std::__addressof(*__cur), *__first);
249 std::_Destroy(__result, __cur, __alloc);
264 _ForwardIterator __result, _Allocator& __alloc)
268 __result, __alloc);
277 _Allocator& __alloc)
281 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
287 const _Tp& __x, _Allocator& __alloc)
294 __traits::construct(__alloc, std::__addressof(*__cur), __x);
298 std::_Destroy(__first, __cur, __alloc);
236 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
263 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
274 __uninitialized_move_if_noexcept_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
286 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
312 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
349 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
377 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
404 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
426 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
553 __uninitialized_default_a(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
584 __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h139 _Allocator& __alloc)
143 __traits::destroy(__alloc, std::__addressof(*__first));
138 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
H A Dhashtable.h777 _Bucket_allocator_type __alloc(_M_node_allocator());
779 __bucket_type* __p = __alloc.allocate(__n);
793 _Bucket_allocator_type __alloc(_M_node_allocator());
794 __alloc.deallocate(__p, __n);
/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 Dstl_uninitialized.h239 _ForwardIterator __result, _Allocator& __alloc)
245 __alloc.construct(std::__addressof(*__cur), *__first);
250 std::_Destroy(__result, __cur, __alloc);
265 _ForwardIterator __result, _Allocator& __alloc)
269 __result, __alloc);
275 const _Tp& __x, _Allocator& __alloc)
281 __alloc.construct(std::__addressof(*__cur), __x);
285 std::_Destroy(__first, __cur, __alloc);
300 const _Tp& __x, _Allocator& __alloc)
306 __alloc
238 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
264 __uninitialized_move_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) argument
274 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator& __alloc) argument
299 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator& __alloc) argument
335 __uninitialized_copy_move(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
363 __uninitialized_move_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator& __alloc) argument
390 __uninitialized_fill_move(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator& __alloc) argument
412 __uninitialized_move_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator& __alloc) argument
539 __uninitialized_default_a(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
569 __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, _Allocator& __alloc) argument
[all...]
H A Dstl_construct.h142 _Allocator& __alloc)
145 __alloc.destroy(std::__addressof(*__first));
141 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator& __alloc) argument
H A Dhashtable.h537 _Bucket_allocator_type __alloc(_M_node_allocator);
541 _Node** __p = __alloc.allocate(__n + 1);
556 _Bucket_allocator_type __alloc(_M_node_allocator);
557 __alloc.deallocate(__p, __n + 1);
/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/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
372 const _Alloc& __alloc)
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
455 _M_clone(const _Alloc& __alloc, size_type __res) argument
460 __alloc);
371 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/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/ext/
H A Drc_string_base.h194 _M_grab(const _Alloc& __alloc) const
196 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
197 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
373 const _Alloc& __alloc)
437 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
456 _M_clone(const _Alloc& __alloc, size_type __res) argument
461 __alloc);
372 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/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/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
365 const _Alloc& __alloc)
429 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
448 _M_clone(const _Alloc& __alloc, size_type __res) argument
453 __alloc);
364 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/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/ext/
H A Drc_string_base.h193 _M_grab(const _Alloc& __alloc) const
195 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
365 const _Alloc& __alloc)
429 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
448 _M_clone(const _Alloc& __alloc, size_type __res) argument
453 __alloc);
364 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/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/
H A Dcxxabi.h75 __cxa_cdtor_type __destructor, void *(*__alloc) (size_t),
81 __cxa_cdtor_type __destructor, void *(*__alloc) (size_t),
/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/
H A Dcxxabi.h77 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
83 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
/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/
H A Dcxxabi.h77 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
83 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
/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/
H A Dcxxabi.h72 __cxa_cdtor_type __destructor, void *(*__alloc) (size_t),
78 __cxa_cdtor_type __destructor, void *(*__alloc) (size_t),
/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/tr1/
H A Dhashtable.h489 _Bucket_allocator_type __alloc(_M_node_allocator);
493 _Node** __p = __alloc.allocate(__n + 1);
508 _Bucket_allocator_type __alloc(_M_node_allocator);
509 __alloc.deallocate(__p, __n + 1);
/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/tr1/
H A Dhashtable.h489 _Bucket_allocator_type __alloc(_M_node_allocator);
493 _Node** __p = __alloc.allocate(__n + 1);
508 _Bucket_allocator_type __alloc(_M_node_allocator);
509 __alloc.deallocate(__p, __n + 1);
/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/tr1/
H A Dhashtable.h486 _Bucket_allocator_type __alloc(_M_node_allocator);
490 _Node** __p = __alloc.allocate(__n + 1);
505 _Bucket_allocator_type __alloc(_M_node_allocator);
506 __alloc.deallocate(__p, __n + 1);
/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/tr1/
H A Dhashtable.h486 _Bucket_allocator_type __alloc(_M_node_allocator);
490 _Node** __p = __alloc.allocate(__n + 1);
505 _Bucket_allocator_type __alloc(_M_node_allocator);
506 __alloc.deallocate(__p, __n + 1);

Completed in 282 milliseconds