Home
last modified time | relevance | path

Searched defs:exception_ptr (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dexception_ptr.h65 class exception_ptr; variable
112 exception_ptr(nullptr_t) noexcept in exception_ptr() function
116 exception_ptr(exception_ptr&& __o) noexcept in exception_ptr() function
182 exception_ptr::exception_ptr() _GLIBCXX_USE_NOEXCEPT in exception_ptr() function
188 exception_ptr::exception_ptr(const exception_ptr& __other) in exception_ptr() function
H A Deh_ptr.cc75 std::__exception_ptr::exception_ptr::exception_ptr(void* obj) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
79 std::__exception_ptr::exception_ptr::exception_ptr(__safe_bool) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dexception_ptr.h59 class exception_ptr; variable
106 exception_ptr(nullptr_t) noexcept in exception_ptr() function
110 exception_ptr(exception_ptr&& __o) noexcept in exception_ptr() function
H A Deh_ptr.cc64 std::__exception_ptr::exception_ptr::exception_ptr() noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
68 std::__exception_ptr::exception_ptr::exception_ptr(void* obj) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
72 std::__exception_ptr::exception_ptr::exception_ptr(__safe_bool) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
77 exception_ptr::exception_ptr(const exception_ptr& other) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc919 void *exception_ptr = static_cast<void*>(ex+1); in check_type_signature() local