Lines Matching refs:construct
39 // construct/copy/destroy:
1303 // construct/copy/destroy:
1936 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), __v);
1948 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), __v);
1962 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), _VSTD::move(__v));
1979 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()),
1995 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), _VSTD::move(__v));
2014 …__alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), _VSTD::forward<_Args>(__args)…
2036 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), _VSTD::move(__v));
2044 __alloc_traits::construct(__a, _VSTD::addressof(*__bm1), _VSTD::move(*__b));
2060 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), _VSTD::move(__v));
2067 __alloc_traits::construct(__a, _VSTD::addressof(*__e), _VSTD::move(*__em1));
2092 …__alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), _VSTD::forward<_Args>(__args)…
2101 __alloc_traits::construct(__a, _VSTD::addressof(*__bm1), _VSTD::move(*__b));
2117 …__alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), _VSTD::forward<_Args>(__args)...);
2125 __alloc_traits::construct(__a, _VSTD::addressof(*__e), _VSTD::move(*__em1));
2152 __alloc_traits::construct(__a, _VSTD::addressof(*--__base::begin()), __v);
2163 __alloc_traits::construct(__a, _VSTD::addressof(*__bm1), _VSTD::move(*__b));
2179 __alloc_traits::construct(__a, _VSTD::addressof(*__base::end()), __v);
2189 __alloc_traits::construct(__a, _VSTD::addressof(*__e), _VSTD::move(*__em1));
2216 __alloc_traits::construct(__a, _VSTD::addressof(*--__i), __v);
2241 __alloc_traits::construct(__a, _VSTD::addressof(*__i), __v);
2306 __alloc_traits::construct(__a, _VSTD::addressof(*--__i), *--__j);
2314 __alloc_traits::construct(__a, _VSTD::addressof(*--__i), _VSTD::move(*--__j));
2337 __alloc_traits::construct(__a, _VSTD::addressof(*__i), *__j);
2344 __alloc_traits::construct(__a, _VSTD::addressof(*__i), _VSTD::move(*__j));
2383 __alloc_traits::construct(__a, _VSTD::__to_address(__tx.__pos_), *__f);
2400 __alloc_traits::construct(__a, _VSTD::__to_address(__tx.__pos_));
2417 __alloc_traits::construct(__a, _VSTD::__to_address(__tx.__pos_), __v);
2798 // move construct [__f, __l) to [__r, __r + (__l-__f)).
2808 // __alloc_traits::construct(__a, _VSTD::addressof(*__r), _VSTD::move(*__f));
2823 __alloc_traits::construct(__a, _VSTD::addressof(*__r), _VSTD::move(*__fb));
2829 // move construct [__f, __l) to [__r - (__l-__f), __r) backwards.
2860 __alloc_traits::construct(__a, _VSTD::addressof(*--__r), _VSTD::move(*--__le));