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

/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_uninitialized.h233 _Allocator __alloc)
239 __alloc.construct(&*__cur, *__first);
244 std::_Destroy(__result, __cur, __alloc);
259 const _Tp& __x, _Allocator __alloc)
265 __alloc.construct(&*__cur, __x);
269 std::_Destroy(__first, __cur, __alloc);
285 _Allocator __alloc)
291 __alloc.construct(&*__cur, __x);
295 std::_Destroy(__first, __cur, __alloc);
326 _Allocator __alloc)
231 __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...]
H A Dstl_construct.h171 _Allocator __alloc)
174 __alloc.destroy(&*__first);
170 _Destroy(_ForwardIterator __first, _ForwardIterator __last, _Allocator __alloc) argument
/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Drc_string_base.h198 _M_grab(const _Alloc& __alloc) const
200 return (!_M_is_leaked() && _M_get_allocator() == __alloc)
201 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
358 const _Alloc& __alloc)
422 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
441 _M_clone(const _Alloc& __alloc, size_type __res) argument
446 __alloc);
357 _S_create(size_type __capacity, size_type __old_capacity, const _Alloc& __alloc) argument
/freebsd-12-stable/contrib/libstdc++/libsupc++/
H A Dcxxabi.h72 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
78 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),

Completed in 68 milliseconds