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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.h 96 function *get_function () const;
209 function *get_function () const function in class:ana::program_point
211 return m_function_point.get_function ();
217 return get_function ()->decl;
state-purge.h 139 const function &get_function () const { return m_fun; } function in class:ana::state_purge_per_tree
program-point.cc 182 function_point::get_function () const function in class:ana::function_point
383 return m_function_point.get_function ();
404 == get_function ());
745 if (point_a.get_function ()
746 != point_b.get_function ())
supergraph.h 243 function *get_function () const { return m_fun; } function in class:ana::supernode
exploded-graph.h 317 function *get_function () const function in class:ana::exploded_node
319 return get_point ().get_function ();
region.h 362 const function &get_function () const { return m_fun; } function in class:ana::frame_region
363 tree get_fndecl () const { return get_function ().decl; }
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.cc 184 function_point::get_function () const function in class:ana::function_point
384 return m_function_point.get_function ();
404 == get_function ());
program-point.h 93 function *get_function () const;
206 function *get_function () const function in class:ana::program_point
208 return m_function_point.get_function ();
214 return get_function ()->decl;
state-purge.h 138 function *get_function () const { return m_fun; } function in class:ana::state_purge_per_tree
supergraph.h 236 function *get_function () const { return m_fun; } function in class:ana::supernode
exploded-graph.h 275 function *get_function () const function in class:ana::exploded_node
277 return get_point ().get_function ();
region.h 315 function *get_function () const { return m_fun; } function in class:ana::frame_region
316 tree get_fndecl () const { return get_function ()->decl; }
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.h 605 function *get_function () const { return m_func; } function in class:gcc::jit::playback::block
libgccjit++.h 421 function get_function () const;
1526 block::get_function () const function in class:gccjit::block
jit-recording.h 1412 function *get_function () { return m_func; } function in class:gcc::jit::recording::block
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 569 function *get_function () const { return m_func; } function in class:gcc::jit::playback::block
libgccjit++.h 420 function get_function () const;
1519 block::get_function () const function in class:gccjit::block
jit-recording.h 1336 function *get_function () { return m_func; } function in class:gcc::jit::recording::block

Completed in 31 milliseconds