Searched defs:exception_ptr (Results 1 – 4 of 4) sorted by relevance
63 static exception_ptr __from_native_exception_pointer(void*) _NOEXCEPT; in exception_ptr() function 64 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} exception_ptr() function [all...]
36 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; global() variable
47 _Unwind_Reason_Code _Unwind_CallPersonality(void *exception_ptr) { in _Unwind_CallPersonality() argument
962 void *exception_ptr = static_cast<void*>(ex+1); check_type_signature() local