Home
last modified time | relevance | path

Searched refs:m_longjmp_call (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h343 m_longjmp_call (longjmp_call) in rewind_info_t()
376 return m_longjmp_call; in get_longjmp_call()
386 const gcall *m_longjmp_call; variable
H A Dengine.cc1193 : m_setjmp_call (setjmp_call), m_longjmp_call (longjmp_call) in stale_jmp_buf()
1201 get_user_facing_name (m_longjmp_call), in emit()
1211 && m_longjmp_call == other.m_longjmp_call); in operator ==()
1216 const gcall *m_longjmp_call; member in ana::stale_jmp_buf
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h406 m_longjmp_call (longjmp_call) in rewind_info_t()
440 return m_longjmp_call; in get_longjmp_call()
450 const gcall *m_longjmp_call; variable
H A Dengine.cc1543 : m_setjmp_call (setjmp_call), m_longjmp_call (longjmp_call), in stale_jmp_buf()
1557 get_user_facing_name (m_longjmp_call), in emit()
1567 && m_longjmp_call == other.m_longjmp_call); in operator ==()
1604 get_user_facing_name (m_longjmp_call), in describe_final_event()
1610 get_user_facing_name (m_longjmp_call), in describe_final_event()
1617 const gcall *m_longjmp_call; member in ana::stale_jmp_buf
H A DChangeLog6896 (rewind_info_t::m_longjmp_call): New.