Home
last modified time | relevance | path

Searched defs:_Unwind_Exception (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h18 typedef struct _Unwind_Exception _Unwind_Exception; typedef
21 struct _Unwind_Exception { struct
22 _Unwind_Exception_Class exception_class; argument
24 _Unwind_Exception *exc); argument
32 // The implementation of _Unwind_Exception uses an attribute mode on the argument
38 // The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
H A Dunwind_arm_ehabi.h29 #define _Unwind_Exception _Unwind_Control_Block /* Alias */ macro
/openbsd/gnu/gcc/gcc/
H A Dunwind-generic.h88 struct _Unwind_Exception struct
90 _Unwind_Exception_Class exception_class; argument
91 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
92 _Unwind_Word private_1;
93 _Unwind_Word private_2;
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind.h81 struct _Unwind_Exception struct
83 _Unwind_Exception_Class exception_class; argument
84 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
85 _Unwind_Word private_1;
86 _Unwind_Word private_2;
/openbsd/gnu/llvm/libcxxabi/src/
H A Dcxa_noexception.cpp55 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass()
56 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() argument
57 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; } in __isOurExceptionClass()
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dunwind.h69 #define _Unwind_Exception _Unwind_Control_Block /* Alias */ macro
72 typedef struct _Unwind_Exception _Unwind_Exception; typedef
143 struct _Unwind_Exception { struct
144 _Unwind_Exception_Class exception_class; argument
145 _Unwind_Exception_Cleanup_Fn exception_cleanup; argument
152 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced2.C23 force_unwind_cleanup (_Unwind_Reason_Code, struct _Unwind_Exception *) in force_unwind_cleanup()
H A Dforced1.C30 force_unwind_cleanup (_Unwind_Reason_Code, struct _Unwind_Exception *) in force_unwind_cleanup()
/openbsd/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h188 #define _Unwind_Exception _Unwind_Control_Block macro