| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | sm-signal.cc | 208 model->push_frame (handler_fun, NULL, NULL); in update_model_for_signal_handler()
|
| H A D | program-state.h | 218 void push_frame (const extrinsic_state &ext_state, function *fun);
|
| H A D | region-model.cc | 3768 push_frame (callee, &arg_svals, ctxt); in update_for_gcall() 3953 region_model::push_frame (function *fun, const vec<const svalue *> *arg_svals, in push_frame() function in ana::region_model 5277 = model.push_frame (DECL_STRUCT_FUNCTION (parent_fndecl), in test_stack_frames() 5293 = model.push_frame (DECL_STRUCT_FUNCTION (child_fndecl), NULL, &ctxt); in test_stack_frames() 5386 = model.push_frame (DECL_STRUCT_FUNCTION (fndecl), NULL, &ctxt); in test_get_representative_path_var() 5630 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, &ctxt); in test_state_merging() 5632 model1.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, &ctxt); in test_state_merging() 5722 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL); in test_state_merging() 5860 model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL); in test_state_merging() 5865 = model0.push_frame (DECL_STRUCT_FUNCTION (test_fndecl), NULL, NULL); in test_state_merging() [all …]
|
| H A D | program-state.cc | 985 program_state::push_frame (const extrinsic_state &ext_state ATTRIBUTE_UNUSED, in push_frame() function in ana::program_state 988 m_region_model->push_frame (fun, NULL, NULL); in push_frame()
|
| H A D | state-purge.cc | 735 model.push_frame (get_function (), NULL, NULL); in process_worklists()
|
| H A D | region-model.h | 663 const region *push_frame (function *fun, const vec<const svalue *> *arg_sids,
|
| H A D | ChangeLog | 46 (region_model::push_frame): When handling a top-level entrypoint 4359 * region-model.cc (region_model::push_frame): Bind the default 4801 program_state::push_frame. Drop state_change. 4913 (program_state::push_frame): New. 4997 (program_state::push_frame): New. 5152 (stack_region::push_frame): Delete. 5170 (root_region::push_frame): Delete. 5280 (region_model::push_frame): Delete. 5298 (region_model::push_frame): New. 5713 (region_model::push_frame): Convert from region_id and svalue_id [all …]
|
| H A D | engine.cc | 2514 state.push_frame (m_ext_state, fun); in add_function_entry() 2967 state.push_frame (ext_state, fun); in add_tainted_args_callback() 4598 m_model.push_frame (fun, NULL, NULL); in maybe_update_for_edge()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | sm-signal.cc | 180 model->push_frame (handler_fun, NULL, NULL); in update_model_for_signal_handler()
|
| H A D | region-model.cc | 2739 stack_region::push_frame (region_id frame_rid) in push_frame() function in ana::stack_region 2889 merged_stack->push_frame (rid_merged_frame); in can_merge_p() 3088 root_region::push_frame (region_model *model, function *fun, in push_frame() function in ana::root_region 3167 stack->push_frame (frame_rid); in push_frame() 6106 push_frame (call_edge.get_callee_function (), &arg_sids, ctxt); in update_for_call_superedge() 6280 region_model::push_frame (function *fun, vec<svalue_id> *arg_sids, in push_frame() function in ana::region_model 6283 return get_root_region ()->push_frame (this, fun, arg_sids, ctxt); in push_frame() 8084 = model.push_frame (DECL_STRUCT_FUNCTION (parent_fndecl), NULL, &ctxt); in test_stack_frames() 8096 = model.push_frame (DECL_STRUCT_FUNCTION (child_fndecl), NULL, &ctxt); in test_stack_frames() 8208 = model.push_frame (DECL_STRUCT_FUNCTION (fndecl), NULL, NULL); in test_get_representative_path_var() [all …]
|
| H A D | region-model.h | 1470 void push_frame (region_id frame_rid); 1574 region_id push_frame (region_model *model, function *fun, 1744 region_id push_frame (function *fun, vec<svalue_id> *arg_sids,
|
| H A D | engine.cc | 1861 state.m_region_model->push_frame (fun, NULL, &ctxt); in add_function_entry() 2923 model.push_frame (fun, NULL, NULL); in feasible_p()
|