| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| svalue.cc | 1754 widening_svalue::eval_condition_without_cm (enum tree_code op, function in class:ana::widening_svalue
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| svalue.cc | 1581 widening_svalue::eval_condition_without_cm (enum tree_code op, function in class:ana::widening_svalue
|
| region-model.cc | 2929 tristate ts = eval_condition_without_cm (lhs, op, rhs); 2945 region_model::eval_condition_without_cm (const svalue *lhs, function in class:ana::region_model 3054 = eval_condition_without_cm (binop->get_arg0 (), 3095 tristate res = widen_lhs->eval_condition_without_cm (op, rhs_cst); 3103 /* Subroutine of region_model::eval_condition_without_cm, for rejecting 5952 /* Verify that widening_svalue::eval_condition_without_cm works as 5974 ASSERT_EQ (w_zero_then_one->eval_condition_without_cm (LT_EXPR, int_m1), 5976 ASSERT_EQ (w_zero_then_one->eval_condition_without_cm (LT_EXPR, int_0), 5978 ASSERT_EQ (w_zero_then_one->eval_condition_without_cm (LT_EXPR, int_1), 5980 ASSERT_EQ (w_zero_then_one->eval_condition_without_cm (LT_EXPR, int_256) [all...] |