Searched refs:scoped_ptr_impl (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Darray26.C6 template < class C > struct scoped_ptr_impl struct
8 scoped_ptr_impl (C *):data_ () { } function in struct:scoped_ptr_impl
20 scoped_ptr_impl < C > impl_;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr56029.C10 struct scoped_ptr_impl struct
12 scoped_ptr_impl (T * p):data_ (p) {} function in struct:scoped_ptr_impl
14 scoped_ptr_impl (scoped_ptr_impl <U, V> *other):data_ (other->release (), get_deleter ()) {} function in struct:scoped_ptr_impl
15 ~scoped_ptr_impl () { static_cast <D> (data_) (data_.ptr); }
42 scoped_ptr_impl <element_type, deleter_type> impl_;

Completed in 45 milliseconds