Searched defs:scoped_ptr (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dlifetime3.C18 struct scoped_ptr { struct
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Darray26.C17 template < class C, class D > struct scoped_ptr <C[], D > struct
19 scoped_ptr ():impl_ (0) { } function in struct:scoped_ptr
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr57235.C44 template < class C > class scoped_ptr class in namespace:google::protobuf::internal
47 explicit scoped_ptr (C * p = __null):ptr_ (p) function in class:google::protobuf::internal::scoped_ptr
H A Dpr56029.C29 struct scoped_ptr struct
39 scoped_ptr () : impl_ (__null) {} function in struct:scoped_ptr
40 scoped_ptr (RValue rvalue) : impl_ (&rvalue.object->impl_) {} function in struct:scoped_ptr
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dcopyprop.C107 template <class C> struct scoped_ptr { struct
108 explicit scoped_ptr(C* p = __null) : ptr_(p) { delete ptr_; } function in struct:scoped_ptr

Completed in 105 milliseconds