GCC Middle and Back End API Reference
|
#include <svalue.h>
Public Member Functions | |
setjmp_record (const exploded_node *enode, const gcall *setjmp_call) | |
bool | operator== (const setjmp_record &other) const |
void | add_to_hash (inchash::hash *hstate) const |
Static Public Member Functions | |
static int | cmp (const setjmp_record &rec1, const setjmp_record &rec2) |
Data Fields | |
const exploded_node * | m_enode |
const gcall * | m_setjmp_call |
A bundle of information recording a setjmp/sigsetjmp call, corresponding roughly to a jmp_buf.
|
inline |
|
inline |
References inchash::hash::add_ptr().
|
static |
|
inline |
References m_enode, and m_setjmp_call.
const exploded_node* ana::setjmp_record::m_enode |
Referenced by ana::rewind_info_t::get_enode_origin(), and operator==().
const gcall* ana::setjmp_record::m_setjmp_call |
Referenced by ana::rewind_info_t::get_setjmp_call(), and operator==().