Searched refs:get_store_value (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region-model-reachability.cc | 157 handle_sval (m_model->get_store_value (reg, NULL)); in add()
|
| H A D | region-model-impl-calls.cc | 523 = get_store_value (sized_src_reg, cd.get_ctxt ()); in impl_call_memcpy() 736 = model->get_store_value (sized_old_reg, cd.get_ctxt ()); in impl_call_realloc()
|
| H A D | region-model.h | 770 const svalue *get_store_value (const region *reg,
|
| H A D | region-model.cc | 2254 return get_store_value (reg, ctxt); in get_rvalue_1() 2309 return get_store_value (ref_reg, ctxt); in get_rvalue_1() 2423 region_model::get_store_value (const region *reg, in get_store_value() function in ana::region_model 2596 const svalue *sval = get_store_value (reg, ctxt); in get_rvalue_for_bits()
|
| H A D | ChangeLog | 775 Reimplement in terms of a get_store_value followed by a set_value. 1883 get_store_value. 1891 for new param of get_store_value. 1894 (region_model::get_store_value): Add ctxt param and use it to call 1897 call get_store_value. 1905 (region_model::get_store_value): Add ctxt param. 1910 get_store_value. 3634 call get_store_value on the model rather than using an initial 4406 (region_model::get_store_value): Move handling for globals into... 4470 * region-model.cc (region_model::get_store_value): Call [all …]
|
| H A D | svalue.cc | 1052 const svalue *reg_sval = model->get_store_value (m_reg, NULL); in implicitly_live_p()
|
| H A D | program-state.cc | 1153 = new_state.m_region_model->get_store_value (reg, NULL); in prune_for_point()
|
| H A D | engine.cc | 1643 = new_region_model->get_store_value (buf, ctxt); in on_longjmp()
|