Searched refs:get_rvalue (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc679 const svalue *ptr_sval = get_rvalue (ptr, ctxt);
680 const svalue *offset_sval = get_rvalue (offset, ctxt);
696 const svalue *rhs1_sval = get_rvalue (rhs1, ctxt);
697 const svalue *rhs2_sval = get_rvalue (rhs2, ctxt);
726 return get_rvalue (rhs1, ctxt);
739 const svalue *rhs_sval = get_rvalue (rhs1, ctxt);
756 const svalue *rhs1_sval = get_rvalue (rhs1, ctxt);
757 const svalue *rhs2_sval = get_rvalue (rhs2, ctxt);
804 const svalue *rhs1_sval = get_rvalue (rhs1, ctxt);
805 const svalue *rhs2_sval = get_rvalue (rhs
2323 region_model::get_rvalue (path_var pv, region_model_context *ctxt) const function in class:ana::region_model
2341 region_model::get_rvalue (tree expr, region_model_context *ctxt) const function in class:ana::region_model
[all...]
H A Dprogram-state.cc1499 const svalue *x_sval = model.get_rvalue (x, NULL);
1500 const svalue *y_sval = model.get_rvalue (y, NULL);
1501 const svalue *z_sval = model.get_rvalue (z, NULL);
1528 const svalue *x_sval = model.get_rvalue (x, NULL);
1529 const svalue *y_sval = model.get_rvalue (y, NULL);
1530 const svalue *z_sval = model.get_rvalue (z, NULL);
1552 const svalue *y_sval = model.get_rvalue (y, NULL);
1553 const svalue *z_sval = model.get_rvalue (z, NULL);
1587 const svalue *x_sval = model.get_rvalue (x, NULL);
1588 const svalue *y_sval = model.get_rvalue (
[all...]
H A Dregion-model-asm.cc230 const svalue *src_sval = get_rvalue (src_expr, ctxt);
H A Dregion-model-impl-calls.cc149 return m_model->get_rvalue (arg, m_ctxt);
252 const svalue *sval = get_rvalue (t_val, ctxt);
269 const svalue *sval_ptr = get_rvalue (t_ptr, ctxt);
H A Dconstraint-manager.cc3182 const svalue *sval_int_42 = model.get_rvalue (int_42, NULL);
3971 const svalue *sval_a = model.get_rvalue (a, NULL);
3989 const svalue *sval_a = model.get_rvalue (a, NULL);
4008 const svalue *sval_a = model.get_rvalue (a, NULL);
4026 const svalue *sval_a = model.get_rvalue (a, NULL);
4044 const svalue *sval_a = model.get_rvalue (a, NULL);
4063 const svalue *sval_a = model.get_rvalue (a, NULL);
H A Dengine.cc335 /* Use NULL ctxt on this get_rvalue call to avoid triggering
338 = m_old_state->m_region_model->get_rvalue (var, NULL);
367 = m_new_state->m_region_model->get_rvalue (var, &new_ctxt);
369 = m_new_state->m_region_model->get_rvalue (origin, &new_ctxt);
400 = m_new_state->m_region_model->get_rvalue (origin, &new_ctxt);
428 = m_old_state->m_region_model->get_rvalue (var, &old_ctxt);
454 const svalue *sval = m_new_state->m_region_model->get_rvalue (expr, NULL);
1638 const svalue *buf_ptr_sval = new_region_model->get_rvalue (buf_ptr, ctxt);
H A Dregion-model.h676 const svalue *get_rvalue (path_var pv, region_model_context *ctxt) const;
677 const svalue *get_rvalue (tree expr, region_model_context *ctxt) const;
H A Ddiagnostic-manager.cc1662 = m_old_state->m_region_model->get_rvalue (var, NULL);
1689 = m_new_state->m_region_model->get_rvalue (var, NULL);
H A Dregion.cc1170 /* Reuse the get_rvalue logic from region_model. */
1172 return m.get_rvalue (path_var (init, 0), NULL);
H A Dsm-taint.cc986 const svalue *divisor_sval = old_model->get_rvalue (divisor_expr, NULL);
H A Dsm-malloc.cc1839 const svalue *ptr_sval = old_model->get_rvalue (arg, NULL);
H A Dstore.cc749 /* Reuse the get_rvalue logic from region_model. */
751 return m.get_rvalue (path_var (val, 0), NULL);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-state.cc439 svalue_id parm_sid = new_model->get_rvalue (parm, ctxt);
447 svalue_id parm_sid = new_model->get_rvalue (pointee, ctxt);
455 svalue_id lhs_sid = new_model->get_rvalue (lhs, ctxt);
1300 svalue_id sid_x = model.get_rvalue (x, NULL);
1301 svalue_id sid_y = model.get_rvalue (y, NULL);
1302 svalue_id sid_z = model.get_rvalue (z, NULL);
1325 svalue_id sid_x = model.get_rvalue (x, NULL);
1326 svalue_id sid_y = model.get_rvalue (y, NULL);
1327 svalue_id sid_z = model.get_rvalue (z, NULL);
1348 svalue_id sid_y = model.get_rvalue (
[all...]
H A Dregion-model.cc174 return m_model->get_rvalue (cst, NULL);
4117 svalue_id expr_sid = get_rvalue (expr, ctxt);
4192 svalue_id ptr_sid = get_rvalue (ptr, ctxt);
4193 svalue_id offset_sid = get_rvalue (offset, ctxt);
4217 svalue_id ptr_sid = get_rvalue (rhs1, ctxt);
4236 svalue_id cst_sid = get_rvalue (rhs1, ctxt);
4266 svalue_id rhs1_sid = get_rvalue (rhs1, ctxt);
4267 svalue_id rhs2_sid = get_rvalue (rhs2, ctxt);
4272 get_rvalue (t.is_true ()
4309 svalue_id rhs1_sid = get_rvalue (rhs
5104 region_model::get_rvalue (path_var pv, region_model_context *ctxt) function in class:ana::region_model
5120 region_model::get_rvalue (tree expr, region_model_context *ctxt) function in class:ana::region_model
[all...]
H A Dengine.cc241 = m_old_state->m_region_model->get_rvalue (var, &old_ctxt);
247 = m_new_state->m_region_model->get_rvalue (var, &new_ctxt);
249 = m_new_state->m_region_model->get_rvalue (origin, &new_ctxt);
280 = m_old_state->m_region_model->get_rvalue (var, &old_ctxt);
312 svalue_id sid = m_new_state->m_region_model->get_rvalue (expr, NULL);
H A Dconstraint-manager.cc2146 cm->get_or_add_equiv_class (model.get_rvalue (int_0, NULL)));
2148 cm->get_or_add_equiv_class (model.get_rvalue (int_42, NULL)));
H A Dregion-model.h1778 svalue_id get_rvalue (path_var pv, region_model_context *ctxt);
1779 svalue_id get_rvalue (tree expr, region_model_context *ctxt);
H A Ddiagnostic-manager.cc795 = src_state.m_region_model->get_rvalue (*dst_pv, &ctxt);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h2346 rvalue *get_rvalue () const { return m_src; } function in class:gcc::jit::recording::input_asm_operand
H A Djit-recording.cc7317 rec_asm_op->get_rvalue ()->playback_rvalue ()->as_tree ());

Completed in 534 milliseconds