clang 19.0.0git
Public Attributes | List of all members
_Unwind_Exception Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Headers/unwind.h"

Public Attributes

_Unwind_Exception_Class exception_class
 
_Unwind_Exception_Cleanup_Fn exception_cleanup
 
_Unwind_Word private_1
 
_Unwind_Word private_2
 

Detailed Description

Definition at line 143 of file unwind.h.

Member Data Documentation

◆ exception_class

_Unwind_Exception_Class _Unwind_Exception::exception_class

Definition at line 144 of file unwind.h.

◆ exception_cleanup

_Unwind_Exception_Cleanup_Fn _Unwind_Exception::exception_cleanup

Definition at line 145 of file unwind.h.

◆ private_1

_Unwind_Word _Unwind_Exception::private_1

Definition at line 149 of file unwind.h.

◆ private_2

_Unwind_Word _Unwind_Exception::private_2

Definition at line 150 of file unwind.h.


The documentation for this struct was generated from the following file: