Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__exception/
H A Dexception_ptr.h72 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
73 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} exception_ptr() function
[all...]
H A Doperations.h35 class _LIBCPP_EXPORTED_FROM_ABI exception_ptr; global() variable
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-unhandled-exception.cpp7 using exception_ptr = int; typedef
/llvm-project/libunwind/src/
H A DUnwind-wasm.c47 _Unwind_Reason_Code _Unwind_CallPersonality(void *exception_ptr) { in _Unwind_CallPersonality()