Searched defs:__alloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dstl_construct.h170 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator __alloc) argument
H A Dstl_uninitialized.h231 __uninitialized_copy_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator __alloc) argument
258 __uninitialized_fill_a(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x, _Allocator __alloc) argument
283 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, _Allocator __alloc) argument
321 __uninitialized_copy_copy(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _ForwardIterator __result, _Allocator __alloc) argument
348 __uninitialized_fill_copy(_ForwardIterator __result, _ForwardIterator __mid, const _Tp& __x, _InputIterator __first, _InputIterator __last, _Allocator __alloc) argument
371 __uninitialized_copy_fill(_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, const _Tp& __x, _Allocator __alloc) argument
[all...]
/freebsd-10.1-release/contrib/libstdc++/include/ext/
H A Drc_string_base.h441 _M_clone(const _Alloc& __alloc, size_type __res) argument
357 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument

Completed in 102 milliseconds