Searched refs:expired (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/
H A Dweak_ptr_expired.cc29 // Construction from expired weak_ptr
38 VERIFY( wa.expired() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/
H A Dweak_ptr_expired.cc28 // Construction from expired weak_ptr
37 VERIFY( wa.expired() );
/haiku-buildtools/legacy/gcc/libio/dbz/
H A Dfake.c21 int expired = -1; /* percentage of lines to be expired */ variable
65 case 'e': /* percentage to be expired */
66 expired = atoi(optarg);
117 if (range(1, 100) > expired) {
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dshared_ptr.h861 if (expired())
878 return expired() ? __shared_ptr<element_type, _Lp>()
889 expired() const // never throws function in class:tr1::__weak_ptr
1108 if (this->expired())
1120 return this->expired() ? shared_ptr<_Tp>()
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h1439 expired() const noexcept

Completed in 471 milliseconds