Home | History | Annotate | Download | only in bits

Lines Matching defs:expired

682        *  @throw  bad_weak_ptr when __r.expired(),
1070 if (expired())
1087 return expired() ? __shared_ptr<element_type, _Lp>()
1098 expired() const // never throws
1447 if (this->expired())
1459 return this->expired() ? shared_ptr<_Tp>()