Searched defs:exception_ptr (Results 1 – 5 of 5) sorted by relevance
65 class exception_ptr; variable112 exception_ptr(nullptr_t) noexcept in exception_ptr() function116 exception_ptr(exception_ptr&& __o) noexcept in exception_ptr() function182 exception_ptr::exception_ptr() _GLIBCXX_USE_NOEXCEPT in exception_ptr() function188 exception_ptr::exception_ptr(const exception_ptr& __other) in exception_ptr() function
75 std::__exception_ptr::exception_ptr::exception_ptr(void* obj) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr79 std::__exception_ptr::exception_ptr::exception_ptr(__safe_bool) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
59 class exception_ptr; variable106 exception_ptr(nullptr_t) noexcept in exception_ptr() function110 exception_ptr(exception_ptr&& __o) noexcept in exception_ptr() function
64 std::__exception_ptr::exception_ptr::exception_ptr() noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr68 std::__exception_ptr::exception_ptr::exception_ptr(void* obj) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr72 std::__exception_ptr::exception_ptr::exception_ptr(__safe_bool) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr77 exception_ptr::exception_ptr(const exception_ptr& other) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
919 void *exception_ptr = static_cast<void*>(ex+1); in check_type_signature() local