Searched refs:get_callee_function (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dcall-string.h62 function *get_callee_function () const;
H A Dcall-string.cc72 call_string::element_t::get_callee_function () const function in class:call_string::element_t
300 m_elements[i - 1].get_callee_function ());
H A Dsupergraph.cc1192 callgraph_superedge::get_callee_function () const function in class:ana::callgraph_superedge
1211 return get_callee_function ()->decl;
1287 return ssa_default_def (get_callee_function (), iter_parm);
H A Dprogram-point.cc403 gcc_assert (m_call_string[m_call_string.length () - 1].get_callee_function ()
H A Dsupergraph.h404 function *get_callee_function () const;
H A Dregion-model.cc3794 update_for_gcall (call_stmt, ctxt, call_edge.get_callee_function ());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dcall-string.cc209 == m_return_edges[i - 1]->get_callee_function ());
H A Dsupergraph.cc920 callgraph_superedge::get_callee_function () const function in class:ana::callgraph_superedge
939 return get_callee_function ()->decl;
1004 return ssa_default_def (get_callee_function (), iter_parm);
H A Dprogram-point.cc273 gcc_assert (m_call_string[m_call_string.length () - 1]->get_callee_function ()
H A Dsupergraph.h368 function *get_callee_function () const;
H A Dregion-model.cc6106 push_frame (call_edge.get_callee_function (), &arg_sids, ctxt);

Completed in 240 milliseconds