HomeSort by: relevance | last modified time | path
    Searched defs:eval_condition (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.cc 871 Subroutine of region_model::eval_condition for when we have a pair of
875 region_svalue::eval_condition (const region_svalue *lhs, function in class:ana::region_svalue
981 Subroutine of region_model::eval_condition for when we have a pair of
985 constant_svalue::eval_condition (const constant_svalue *lhs, function in class:ana::constant_svalue
constraint-manager.cc 225 range::eval_condition (enum tree_code op, tree rhs_const) const function in class:ana::range
736 bounded_ranges::eval_condition (enum tree_code op, function in class:ana::bounded_ranges
1779 tristate t_cond = eval_condition (lhs, op, rhs);
1796 tristate t = eval_condition (lhs_ec_id, op, rhs_ec_id);
1846 tristate t = eval_condition (lhs_ec_id, op, rhs_ec_id);
2414 constraint_manager::eval_condition (equiv_class_id lhs_ec, function in class:ana::constraint_manager
2538 constraint_manager::eval_condition (equiv_class_id lhs_ec, function in class:ana::constraint_manager
2602 return iter.m_ranges->eval_condition (op, rhs_const, mgr);
2606 tristate result = lhs_bounds.eval_condition (op, rhs_const);
2662 tristate t = eval_condition (subst_bin_op
2681 constraint_manager::eval_condition (const svalue *lhs, function in class:ana::constraint_manager
    [all...]
region-model.cc 890 tristate t = eval_condition (rhs1_sval, op, rhs2_sval);
2273 tristate eq_zero = eval_condition (fake_retval_sval, EQ_EXPR, zero_sval);
4505 region_model::eval_condition (const svalue *lhs, function in class:ana::region_model
4556 tristate res = region_svalue::eval_condition (lhs_ptr, op, rhs_ptr);
4566 return constant_svalue::eval_condition (cst_lhs, op, cst_rhs);
4613 tristate lhs_ts = eval_condition (binop->get_arg0 (), op, rhs);
4624 tristate lhs_ts = eval_condition (unaryop->get_arg (),
4712 tristate res = eval_condition (lhs_un_op->get_arg (),
4721 tristate res = eval_condition (lhs_un_op->get_arg (), op, rhs);
4728 tristate res = eval_condition (lhs, op, rhs_un_op->get_arg ())
5114 region_model::eval_condition (tree lhs, function in class:ana::region_model
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.cc 756 Subroutine of region_model::eval_condition for when we have a pair of
760 region_svalue::eval_condition (const region_svalue *lhs, function in class:ana::region_svalue
846 Subroutine of region_model::eval_condition for when we have a pair of
850 constant_svalue::eval_condition (const constant_svalue *lhs, function in class:ana::constant_svalue
constraint-manager.cc 224 range::eval_condition (enum tree_code op, tree rhs_const) const function in class:ana::range
731 bounded_ranges::eval_condition (enum tree_code op, function in class:ana::bounded_ranges
1774 tristate t_cond = eval_condition (lhs, op, rhs);
1791 tristate t = eval_condition (lhs_ec_id, op, rhs_ec_id);
1841 tristate t = eval_condition (lhs_ec_id, op, rhs_ec_id);
2267 constraint_manager::eval_condition (equiv_class_id lhs_ec, function in class:ana::constraint_manager
2391 constraint_manager::eval_condition (equiv_class_id lhs_ec, function in class:ana::constraint_manager
2455 return iter.m_ranges->eval_condition (op, rhs_const, mgr);
2459 tristate result = lhs_bounds.eval_condition (op, rhs_const);
2474 constraint_manager::eval_condition (const svalue *lhs function in class:ana::constraint_manager
    [all...]
region-model.cc 762 tristate t = eval_condition (rhs1_sval, op, rhs2_sval);
1999 tristate eq_zero = eval_condition (fake_retval_sval, EQ_EXPR, zero_sval);
2919 region_model::eval_condition (const svalue *lhs, function in class:ana::region_model
2934 return m_constraints->eval_condition (lhs, op, rhs);
2996 tristate res = region_svalue::eval_condition (lhs_ptr, op, rhs_ptr);
3006 return constant_svalue::eval_condition (cst_lhs, op, cst_rhs);
3066 tristate lhs_ts = eval_condition (unaryop->get_arg (),
3269 tristate t_cond = eval_condition (lhs, op, rhs);
3324 region_model::eval_condition (tree lhs, function in class:ana::region_model
3334 return eval_condition (get_rvalue (lhs, ctxt), op, get_rvalue (rhs, ctxt))
    [all...]

Completed in 38 milliseconds