HomeSort by: relevance | last modified time | path
    Searched defs:get_current_function (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-state.cc 1154 program_state::get_current_function () const function in class:ana::program_state
1156 return m_region_model->get_current_function ();
region-model.cc 2200 tree callee = get_current_function ()->decl;
4354 m_cd.get_model ()->get_current_function ()->decl,
6008 region_model::get_current_function () const function in class:ana::region_model
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-state.cc 994 program_state::get_current_function () const function in class:ana::program_state
996 return m_region_model->get_current_function ();
region-model.cc 1926 tree callee = get_current_function ()->decl;
4014 region_model::get_current_function () const function in class:ana::region_model

Completed in 34 milliseconds