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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-info.h 38 tree get_fndecl () const { return m_fndecl; } function in class:ana::call_info
program-point.h 211 tree get_fndecl () const function in class:ana::program_point
state-purge.h 139 tree get_fndecl () const { return m_fun->decl; } function in class:ana::state_purge_per_tree
region.h 316 tree get_fndecl () const { return get_function ()->decl; } function in class:ana::frame_region
432 tree get_fndecl () const { return m_fndecl; } function in class:ana::function_region
svalue.h 1659 tree get_fndecl () const { return m_fndecl; } function in class:ana::const_fn_result_svalue
  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-info.h 38 tree get_fndecl () const { return m_fndecl; } function in class:ana::call_info
inlining-iterator.h 63 tree get_fndecl () const { return m_fndecl; } function in class:inlining_iterator
126 m_inner_fndecl = iter.get_fndecl ();
130 m_outer_fndecl = iter.get_fndecl ();
program-point.h 214 tree get_fndecl () const function in class:ana::program_point
state-purge.h 140 tree get_fndecl () const { return m_fun.decl; } function in class:ana::state_purge_per_tree
call-summary.cc 47 call_summary::get_fndecl () const function in class:ana::call_summary
49 return m_enode->get_point ().get_fndecl ();
73 tree fndecl = get_fndecl ();
521 tree fndecl = const_fn_result_summary_sval->get_fndecl ();
region.h 363 tree get_fndecl () const { return get_function ().decl; } function in class:ana::frame_region
479 tree get_fndecl () const { return m_fndecl; } function in class:ana::function_region
svalue.h 1718 tree get_fndecl () const { return m_fndecl; } function in class:ana::const_fn_result_svalue

Completed in 40 milliseconds