Home
last modified time | relevance | path

Searched refs:eval_condition_without_cm (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc2929 tristate ts = eval_condition_without_cm (lhs, op, rhs); in eval_condition()
2945 region_model::eval_condition_without_cm (const svalue *lhs, in eval_condition_without_cm() function in ana::region_model
3054 = eval_condition_without_cm (binop->get_arg0 (), in eval_condition_without_cm()
3095 tristate res = widen_lhs->eval_condition_without_cm (op, rhs_cst); in eval_condition_without_cm()
5974 ASSERT_EQ (w_zero_then_one->eval_condition_without_cm (LT_EXPR, int_m1), in test_widening_constraints()
5976 ASSERT_EQ (w_zero_then_one->eval_condition_without_cm (LT_EXPR, int_0), in test_widening_constraints()
5978 ASSERT_EQ (w_zero_then_one->eval_condition_without_cm (LT_EXPR, int_1), in test_widening_constraints()
5980 ASSERT_EQ (w_zero_then_one->eval_condition_without_cm (LT_EXPR, int_256), in test_widening_constraints()
5983 ASSERT_EQ (w_zero_then_one->eval_condition_without_cm (LE_EXPR, int_m1), in test_widening_constraints()
5985 ASSERT_EQ (w_zero_then_one->eval_condition_without_cm (LE_EXPR, int_0), in test_widening_constraints()
[all …]
H A Dregion-model.h699 tristate eval_condition_without_cm (const svalue *lhs,
H A Dsvalue.h1183 tristate eval_condition_without_cm (enum tree_code op,
H A Dsvalue.cc1581 widening_svalue::eval_condition_without_cm (enum tree_code op, in eval_condition_without_cm() function in ana::widening_svalue
H A DChangeLog79 * region-model.cc (region_model::eval_condition_without_cm):
1561 * region-model.cc (region_model::eval_condition_without_cm):
5259 (region_model::eval_condition_without_cm): Likewise.
5755 (region_model::eval_condition_without_cm): Likewise.
6760 (region_model::eval_condition_without_cm): Likewise.
7038 * region-model.cc (region_model::eval_condition_without_cm): Avoid
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-state.cc333 tristate eq = model->eval_condition_without_cm (sid, EQ_EXPR, other_sid); in set_state()
H A Dregion-model.h1812 tristate eval_condition_without_cm (svalue_id lhs,
H A Dengine.cc540 tristate eq = rm.eval_condition_without_cm (dst_sid, EQ_EXPR, used_sid); in on_state_leak()
H A Dregion-model.cc5505 tristate ts = eval_condition_without_cm (lhs_sid, op, rhs_sid); in eval_condition()
5522 region_model::eval_condition_without_cm (svalue_id lhs_sid, in eval_condition_without_cm() function in ana::region_model