/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | program-point.h | 104 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 D | state-purge.cc | 264 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 D | engine.cc | 589 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 D | checker-path.cc | 737 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 D | program-point.cc | 254 return m_function_point.get_function (); in get_function_at_depth() 274 == get_function ()); in validate()
|
H A D | state-purge.h | 126 function *get_function () const { return m_fun; }
|
H A D | sm-signal.cc | 196 update_model_for_signal_handler (model, eedge.m_dest->get_function ()); in update_model()
|
H A D | exploded-graph.h | 246 function *get_function () const in get_function() function 248 return get_point ().get_function (); in get_function()
|
H A D | supergraph.h | 219 function *get_function () const { return m_fun; } in get_function() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | program-point.h | 93 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 D | state-purge.cc | 252 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 D | call-string.cc | 68 return m_caller->get_function (); in get_caller_function() 74 return m_callee->get_function (); in get_callee_function()
|
H A D | checker-path.cc | 803 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 D | program-point.cc | 184 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 D | engine.cc | 851 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 D | state-purge.h | 138 function *get_function () const { return m_fun; }
|
H A D | sm-signal.cc | 232 update_model_for_signal_handler (model, eedge->m_dest->get_function ()); in update_model()
|
H A D | exploded-graph.h | 275 function *get_function () const in get_function() function 277 return get_point ().get_function (); in get_function()
|
H A D | supergraph.cc | 722 if (function *fun = get_function ()) in to_json() 1086 basic_block bb = label_to_block (src->get_function (), in switch_cfg_superedge()
|
H A D | region.h | 315 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 D | supergraph.h | 236 function *get_function () const { return m_fun; } in get_function() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.c | 1063 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 D | jit-playback.h | 510 function *get_function () const { return m_func; } in get_function() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.cc | 1374 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 D | jit-playback.h | 569 function *get_function () const { return m_func; } in get_function() function
|