Home
last modified time | relevance | path

Searched refs:_Construct (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_construct.h77 _Construct(_T1* __p, const _T2& __value) in _GLIBCXX_BEGIN_NAMESPACE()
92 _Construct(_T1* __p) in _Construct() function
H A Dstl_uninitialized.h87 std::_Construct(&*__cur, *__first); in __uninitialized_copy_aux()
150 std::_Construct(&*__cur, __x); in __uninitialized_fill_aux()
195 std::_Construct(&*__cur, __x); in __uninitialized_fill_n_aux()
H A Dstl_raw_storage_iter.h88 std::_Construct(&*_M_iter, __element); in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Diterator.h166 { std::_Construct(__p, __value); } in construct()
171 { std::_Construct(__p); } in construct()
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dmemory85 std::_Construct(&*__cur, *__first);
H A Dhashtable.h80 using std::_Construct;
H A Dslist62 using std::_Construct;
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20011280 _Construct instead of construct.
2649 (slist::_M_create_node): Replace construct by _Construct.
2652 construct by _Construct.
2655 _Construct.
2717 (construct): changed to _Construct.
H A DChangeLog-20042566 and stl_uninitialized.h. Replace use of single-argument _Construct
2576 single-argument _Construct and _Destroy with use of allocator's
2583 _Construct and _Destroy with allocator construct and destroy methods.
H A DChangeLog-2003763 * include/bits/stl_construct.h (_Construct): Likewise.