Home | History | Annotate | Download | only in bits

Lines Matching refs:unique_ptr

538       // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
541 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
614 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
623 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
840 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
904 operator=(std::unique_ptr<_Tp1, _Del>&& __r)