Home
last modified time | relevance | path

Searched refs:get_function (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-point.h104 function *get_function () const in get_function() function
217 function *get_function () const in get_function() function
219 return m_function_point.get_function (); in get_function()
225 return get_function ()->decl; in get_fndecl()
H A Dstate-purge.cc264 gcc_assert (point.get_function () == m_fun); in add_to_worklist()
450 if (per_name_data->get_function () == n.m_fun) in add_node_annotations()
527 if (per_name_data->get_function () == supernode->m_fun) in add_stmt_annotations()
H A Dengine.cc589 tree fndecl = m_enode_for_diag->get_function ()->decl; in on_state_leak()
1728 && point_a.get_function () != NULL in cmp()
1729 && point_b.get_function () != NULL in cmp()
1730 && point_a.get_function () != point_b.get_function ()) in cmp()
1732 return ka.m_worklist.m_plan.cmp_function (point_a.get_function (), in cmp()
1733 point_b.get_function ()); in cmp()
1909 auto_cfun sentinel (point.get_function ()); in get_or_create_node()
1933 stats *per_fn_stats = get_or_create_function_stats (point.get_function ()); in get_or_create_node()
2425 auto_cfun sentinel (node->get_function ()); in process_node()
2577 = get_or_create_per_function_data (point.get_function ()); in process_node()
[all …]
H A Dchecker-path.cc737 return m_eedge->m_src->get_function ()->decl; in get_longjmp_caller()
745 return m_eedge->m_dest->get_function ()->decl; in get_setjmp_caller()
958 enode->get_function ()->decl, in add_final_event()
H A Dprogram-point.cc254 return m_function_point.get_function (); in get_function_at_depth()
274 == get_function ()); in validate()
H A Dstate-purge.h126 function *get_function () const { return m_fun; }
H A Dsm-signal.cc196 update_model_for_signal_handler (model, eedge.m_dest->get_function ()); in update_model()
H A Dexploded-graph.h246 function *get_function () const in get_function() function
248 return get_point ().get_function (); in get_function()
H A Dsupergraph.h219 function *get_function () const { return m_fun; } in get_function() function
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-point.h93 function *get_function () const;
206 function *get_function () const in get_function() function
208 return m_function_point.get_function (); in get_function()
214 return get_function ()->decl; in get_fndecl()
H A Dstate-purge.cc252 gimple_op_visitor v (this, point, snode->get_function ()); in state_purge_map()
473 gcc_assert (point.get_function () == get_function ()); in add_to_worklist()
735 model.push_frame (get_function (), NULL, NULL); in process_worklists()
795 gcc_assert (point.get_function () == get_function ()); in add_to_worklist()
1189 if (per_name_data->get_function () == point.get_function ()) in print_needed()
1203 if (per_decl_data->get_function () == point.get_function ()) in print_needed()
H A Dcall-string.cc68 return m_caller->get_function (); in get_caller_function()
74 return m_callee->get_function (); in get_callee_function()
H A Dchecker-path.cc803 return m_eedge->m_src->get_function ()->decl; in get_longjmp_caller()
811 return m_eedge->m_dest->get_function ()->decl; in get_setjmp_caller()
1047 = new warning_event (get_stmt_location (stmt, enode->get_function ()), in add_final_event()
1048 enode->get_function ()->decl, in add_final_event()
H A Dprogram-point.cc184 function_point::get_function () const in get_function() function in ana::function_point
384 return m_function_point.get_function (); in get_function_at_depth()
404 == get_function ()); in validate()
H A Dengine.cc851 tree fndecl = m_enode_for_diag->get_function ()->decl; in on_state_leak()
966 == iter_frame->get_function ()); in validate()
1819 function *callee = eedge->m_dest->get_function (); in update_model()
2239 && point_a.get_function () != NULL in cmp()
2240 && point_b.get_function () != NULL in cmp()
2241 && point_a.get_function () != point_b.get_function ()) in cmp()
2243 if (int cmp = ka.m_worklist.m_plan.cmp_function (point_a.get_function (), in cmp()
2244 point_b.get_function ())) in cmp()
2578 auto_cfun sentinel (point.get_function ()); in get_or_create_node()
2605 stats *per_fn_stats = get_or_create_function_stats (point.get_function ()); in get_or_create_node()
[all …]
H A Dstate-purge.h138 function *get_function () const { return m_fun; }
H A Dsm-signal.cc232 update_model_for_signal_handler (model, eedge->m_dest->get_function ()); in update_model()
H A Dexploded-graph.h275 function *get_function () const in get_function() function
277 return get_point ().get_function (); in get_function()
H A Dsupergraph.cc722 if (function *fun = get_function ()) in to_json()
1086 basic_block bb = label_to_block (src->get_function (), in switch_cfg_superedge()
H A Dregion.h315 function *get_function () const { return m_fun; } in get_function() function
316 tree get_fndecl () const { return get_function ()->decl; } in get_fndecl()
H A Dsupergraph.h236 function *get_function () const { return m_fun; } in get_function() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.c1063 return static_cast <gcc_jit_function *> (block->get_function ()); in gcc_jit_block_get_function()
2068 block->get_function () == on_true->get_function (), in gcc_jit_block_end_with_conditional()
2074 block->get_function ()->get_debug_string (), in gcc_jit_block_end_with_conditional()
2076 on_true->get_function ()->get_debug_string ()); in gcc_jit_block_end_with_conditional()
2078 block->get_function () == on_false->get_function (), in gcc_jit_block_end_with_conditional()
2084 block->get_function ()->get_debug_string (), in gcc_jit_block_end_with_conditional()
2086 on_false->get_function ()->get_debug_string ()); in gcc_jit_block_end_with_conditional()
2135 block->get_function () == target->get_function (), in gcc_jit_block_end_with_jump()
2141 block->get_function ()->get_debug_string (), in gcc_jit_block_end_with_jump()
2143 target->get_function ()->get_debug_string ()); in gcc_jit_block_end_with_jump()
[all …]
H A Djit-playback.h510 function *get_function () const { return m_func; } in get_function() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc1374 return static_cast <gcc_jit_function *> (block->get_function ()); in gcc_jit_block_get_function()
2928 block->get_function () == on_true->get_function (), in gcc_jit_block_end_with_conditional()
2934 block->get_function ()->get_debug_string (), in gcc_jit_block_end_with_conditional()
2936 on_true->get_function ()->get_debug_string ()); in gcc_jit_block_end_with_conditional()
2938 block->get_function () == on_false->get_function (), in gcc_jit_block_end_with_conditional()
2944 block->get_function ()->get_debug_string (), in gcc_jit_block_end_with_conditional()
2946 on_false->get_function ()->get_debug_string ()); in gcc_jit_block_end_with_conditional()
2995 block->get_function () == target->get_function (), in gcc_jit_block_end_with_jump()
3001 block->get_function ()->get_debug_string (), in gcc_jit_block_end_with_jump()
3003 target->get_function ()->get_debug_string ()); in gcc_jit_block_end_with_jump()
[all …]
H A Djit-playback.h569 function *get_function () const { return m_func; } in get_function() function

12