Home
last modified time | relevance | path

Searched refs:bad_weak_ptr (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weakptr/
Dbad_weak_ptr.pass.cpp26 static_assert((std::is_base_of<std::exception, std::bad_weak_ptr>::value), ""); in main()
27 std::bad_weak_ptr e; in main()
28 std::bad_weak_ptr e2 = e; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dweak_ptr.pass.cpp51 catch (std::bad_weak_ptr&) in main()
74 catch (std::bad_weak_ptr&) in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmemory.cpp38 bad_weak_ptr::~bad_weak_ptr() _NOEXCEPT {} in ~bad_weak_ptr()
41 bad_weak_ptr::what() const _NOEXCEPT in what()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dbad_weak_ptr.hpp39 class bad_weak_ptr: public std::exception class
/ndk/sources/cxx-stl/stlport/stlport/
Dmemory74 class bad_weak_ptr;
106 using ::boost::bad_weak_ptr;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dshared_count.hpp509 boost::throw_exception( boost::bad_weak_ptr() ); in shared_count()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmemory347 class bad_weak_ptr
350 bad_weak_ptr() noexcept;
3573 class _LIBCPP_EXCEPTION_ABI bad_weak_ptr
3577 virtual ~bad_weak_ptr() _NOEXCEPT;
5172 throw bad_weak_ptr();
5174 assert(!"bad_weak_ptr");
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk4158 $(call gen-test, utilities/memory/util.smartptr/util.smartptr.weakptr/bad_weak_ptr)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk4167 $(call gen-test, utilities/memory/util.smartptr/util.smartptr.weakptr/bad_weak_ptr)