Home
last modified time | relevance | path

Searched refs:m_setjmp_call (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dchecker-path.h340 m_enode (enode), m_setjmp_call (setjmp_call) in setjmp_event()
352 const gcall *m_setjmp_call; variable
H A Dregion-model.h746 : m_enode (enode), m_setjmp_call (setjmp_call) in setjmp_record()
753 && m_setjmp_call == other.m_setjmp_call);
757 const gcall *m_setjmp_call; member
H A Dchecker-path.cc713 get_user_facing_name (m_setjmp_call)); in get_desc()
H A Dengine.cc1193 : m_setjmp_call (setjmp_call), m_longjmp_call (longjmp_call) in stale_jmp_buf()
1202 get_user_facing_name (m_setjmp_call)); in emit()
1210 return (m_setjmp_call == other.m_setjmp_call in operator ==()
1215 const gcall *m_setjmp_call; member in ana::stale_jmp_buf
H A Dexploded-graph.h371 return m_setjmp_record.m_setjmp_call; in get_setjmp_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.h444 : m_enode (enode), m_setjmp_call (setjmp_call)
451 && m_setjmp_call == other.m_setjmp_call);
457 hstate->add_ptr (m_setjmp_call);
463 const gcall *m_setjmp_call;
H A Dchecker-path.h423 m_enode (enode), m_setjmp_call (setjmp_call) in setjmp_event()
435 const gcall *m_setjmp_call; variable
H A Dengine.cc1543 : m_setjmp_call (setjmp_call), m_longjmp_call (longjmp_call), in stale_jmp_buf()
1558 get_user_facing_name (m_setjmp_call)); in emit()
1566 return (m_setjmp_call == other.m_setjmp_call in operator ==()
1605 get_user_facing_name (m_setjmp_call), in describe_final_event()
1611 get_user_facing_name (m_setjmp_call));; in describe_final_event()
1616 const gcall *m_setjmp_call; member in ana::stale_jmp_buf
H A Dchecker-path.cc779 get_user_facing_name (m_setjmp_call)); in get_desc()
H A Dexploded-graph.h435 return m_setjmp_record.m_setjmp_call; in get_setjmp_call()
H A DChangeLog6875 (setjmp_event::m_setjmp_call): New field.