Searched refs:shared_count (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr46653.C4 class shared_count class
8 shared_count() : j(0) { } function in class:shared_count
11 shared_count * c;
15 shared_count sc;
H A Dpr45940-3.C42 class shared_count class
49 shared_count(): pi_(new sp_counted_base_x86()), j(0) function in class:shared_count
53 ~shared_count() // nothrow
60 shared_count * c;
65 shared_count sc;
H A Dpr45940-4.C42 class shared_count class
49 shared_count(): pi_(new sp_counted_base_x86()), j(0) function in class:shared_count
53 ~shared_count() // nothrow
60 shared_count * c;
65 shared_count sc;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/vect/
H A Dpr44861.cc10 struct shared_count { struct
11 shared_count() { } function in struct:shared_count
12 ~shared_count() { if (pi) pi->release(); }
13 shared_count(shared_count& r) : pi(r.pi) { if (pi) pi->release(); } function in struct:shared_count
22 shared_count refcount;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr53470_0.C5 class shared_count { class
8 template<class Y> shared_count(Y) : pi_() {} function in class:shared_count
9 ~shared_count() {}
14 shared_count pn;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr27291.C288 class shared_count class in namespace:boost::detail
291 public:shared_count ():pi_ (0) function in class:boost::detail::shared_count
294 template < class Y > explicit shared_count (Y * p):pi_ (0) function in class:boost::detail::shared_count
306 detail::shared_count pn;

Completed in 111 milliseconds