Searched refs:bad_weak_ptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/libc++/src/
H A Dmemory.cpp40 bad_weak_ptr::~bad_weak_ptr() _NOEXCEPT {}
43 bad_weak_ptr::what() const _NOEXCEPT
45 return "bad_weak_ptr";
/freebsd-10.3-release/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h61 class bad_weak_ptr : public std::exception class in namespace:std
66 { return "tr1::bad_weak_ptr"; }
69 // Substitute for bad_weak_ptr object in the case of -fno-exceptions.
74 throw bad_weak_ptr();
293 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
569 * @throw bad_weak_ptr when __r.expired(),
855 catch(const bad_weak_ptr&)
1092 catch(const bad_weak_ptr&)

Completed in 47 milliseconds