Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h72 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
H A Doperations.h35 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; variable
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-wasm.c47 _Unwind_Reason_Code _Unwind_CallPersonality(void *exception_ptr) { in _Unwind_CallPersonality()
/freebsd/contrib/libcxxrt/
H A Dexception.cc968 void *exception_ptr = static_cast<void*>(ex+1); in check_type_signature() local