Home
last modified time | relevance | path

Searched refs:get_current_function (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-signal.cc142 = change.m_event.m_dst_state.m_region_model->get_current_function (); in describe_state_change()
H A Dregion-model.h1747 function * get_current_function () const;
H A Dregion-model.cc4708 tree callee = get_current_function ()->decl; in on_return()
6299 region_model::get_current_function () const in get_current_function() function in ana::region_model
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-state.h219 function * get_current_function () const;
H A Dchecker-path.h247 return m_dst_state.get_current_function (); in get_dest_function()
H A Dprogram-state.cc994 program_state::get_current_function () const in get_current_function() function in ana::program_state
996 return m_region_model->get_current_function (); in get_current_function()
H A Dregion-model.h666 function * get_current_function () const;
H A Dregion-model.cc1926 tree callee = get_current_function ()->decl; in on_return()
4014 region_model::get_current_function () const in get_current_function() function in ana::region_model
H A DChangeLog4998 (program_state::get_current_function): New.
5282 (region_model::get_current_function): Delete.
5306 (region_model::get_current_function): New.