|
GCC Middle and Back End API Reference
|
Public Member Functions | |
| finalizer (void *addr, void(*f)(void *)) | |
| void * | addr () const |
| void | call () const |
Private Attributes | |
| void * | m_addr |
| void(* | m_function )(void *) |
|
inline |
References addr(), m_addr, and m_function.
|
inline |
References m_addr.
Referenced by finalizer(), and ggc_handle_finalizers().
|
inline |
References m_addr, and m_function.
Referenced by ggc_handle_finalizers().
|
private |
Referenced by addr(), call(), and finalizer().
|
private |
Referenced by call(), and finalizer().