Home | History | Annotate | Download | only in bits

Lines Matching refs:bad_weak_ptr

60   class bad_weak_ptr : public std::exception
66 virtual ~bad_weak_ptr() throw();
69 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
74 throw bad_weak_ptr();
545 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
1217 __catch(const bad_weak_ptr&)