Home
last modified time | relevance | path

Searched refs:__construct_at_end (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__split_buffer150 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(size_type __n);
151 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(size_type __n, const_reference __x);
154 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(_InputIter __first, _InputIter __last);
157 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(_ForwardIterator __first, _ForwardIterator __last);
232 void __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n) {
246 void __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n, const_reference __x) {
255 void __split_buffer<_Tp, _Allocator>::__construct_at_end(_InputIter __first, _InputIter __last) {
278 void __split_buffer<_Tp, _Allocator>::__construct_at_end(_ForwardIterator __first, _ForwardIterator…
366 __construct_at_end(_Ip(__c.begin()), _Ip(__c.end()));
396 __t.__construct_at_end(move_iterator<pointer>(__begin_), move_iterator<pointer>(__end_));
[all …]
H A Dvector418 __construct_at_end(__n);
427 __construct_at_end(__n, __x);
437 __construct_at_end(__n, __x);
633 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(size_type __n);
634 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(size_type __n, const_reference __x);
642 __construct_at_end(__first, __last, __n);
673 …_LIBCPP_HIDE_FROM_ABI void __construct_at_end(_InputIterator __first, _Sentinel __last, size_type …
924 void vector<_Tp, _Allocator>::__construct_at_end(size_type __n) {
939 inline void vector<_Tp, _Allocator>::__construct_at_end(size_type __n, const_reference __x) {
949 void vector<_Tp, _Allocator>::__construct_at_end(_InputIterator __first, _Sentinel __last, size_typ…
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector.h151 __construct_at_end(__n); in vector()
162 __construct_at_end(__n); in vector()
172 __construct_at_end(__n, __x); in vector()
184 __construct_at_end(__n, __x); in vector()
583 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(size_type __n);
584 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(size_type __n, const_r…
593 __construct_at_end(std::move(__first), std::move(__last), __n); in __init_with_size()
654 __construct_at_end(_InputIterator __first, _Sentinel __last, size_type __n);
916 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::__construct_at_end(size_type __n) { in __construct_at_end() function
932 vector<_Tp, _Allocator>::__construct_at_end(size_type __n, const_reference __x) { in __construct_at_end() function
[all …]
H A Dvector_bool.h406 __construct_at_end(std::move(__first), std::move(__last), __n);
466 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __construct_at_end(size_type __n, bool __…
469 __construct_at_end(_InputIterator __first, _Sentinel __last, size_type __n);
560 vector<bool, _Allocator>::__construct_at_end(size_type __n, bool __x) {
572 vector<bool, _Allocator>::__construct_at_end(_InputIterator __first, _Sentinel __last, size_type __…
601 __construct_at_end(__n, false);
611 __construct_at_end(__n, false);
621 __construct_at_end(__n, __x);
631 __construct_at_end(__n, __x);
675 __construct_at_end(__il.begin(), __il.end(), __n);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A D__split_buffer155 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(size_type __n);
156 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(size_type __n, const_r…
160 __construct_at_end(_ForwardIterator __first, _ForwardIterator __last);
240 _LIBCPP_CONSTEXPR_SINCE_CXX20 void __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __…
255 __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n, const_reference __x) {
283 __split_buffer<_Tp, _Allocator>::__construct_at_end(_ForwardIterator __first, _ForwardIterator __la…
378 __construct_at_end(_Ip(__c.begin()), _Ip(__c.end()));
417 __t.__construct_at_end(move_iterator<pointer>(__begin_), move_iterator<pointer>(__end_));
443 __t.__construct_at_end(move_iterator<pointer>(__begin_), move_iterator<pointer>(__end_));
466 __t.__construct_at_end(move_iterator<pointer>(__begin_), move_iterator<pointer>(__end_));