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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-string.cc 74 call_string::element_t::get_callee_function () const function in class:call_string::element_t
181 if (e.get_callee_function () == fun)
281 m_elements[i - 1].get_callee_function ());
supergraph.cc 1246 callgraph_superedge::get_callee_function () const function in class:ana::callgraph_superedge
1265 return get_callee_function ()->decl;
1341 return ssa_default_def (get_callee_function (), iter_parm);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-string.cc 72 call_string::element_t::get_callee_function () const function in class:call_string::element_t
300 m_elements[i - 1].get_callee_function ());
supergraph.cc 1192 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);

Completed in 27 milliseconds