Lines Matching refs:EXPR_VALUE
64 expr->type = EXPR_VALUE; in expand_symbol_expression()
109 expr->type = EXPR_VALUE; in cast_value()
154 expr->type = EXPR_VALUE; in cast_value()
198 if (right->type != EXPR_VALUE) in simplify_int_binop()
205 if (left->type != EXPR_VALUE) in simplify_int_binop()
294 expr->type = EXPR_VALUE; in simplify_int_binop()
313 if (left->type != EXPR_VALUE || right->type != EXPR_VALUE) in simplify_cmp_binop()
334 expr->type = EXPR_VALUE; in simplify_cmp_binop()
406 expr->type = EXPR_VALUE; in simplify_float_cmp()
432 if (left->type == EXPR_VALUE) { in expand_logical()
435 expr->type = EXPR_VALUE; in expand_logical()
442 expr->type = EXPR_VALUE; in expand_logical()
452 if (left->type == EXPR_VALUE && right->type == EXPR_VALUE) { in expand_logical()
457 expr->type = EXPR_VALUE; in expand_logical()
482 if (expr->left->type == EXPR_VALUE || expr->left->type == EXPR_FVALUE) { in expand_comma()
485 taint = expr->left->type == EXPR_VALUE ? expr->left->taint : 0; in expand_comma()
488 if (expr->type == EXPR_VALUE) in expand_comma()
529 expr->type = EXPR_VALUE; in expand_compare()
550 if (cond->type == EXPR_VALUE) { in expand_conditional()
559 if (expr->type == EXPR_VALUE) in expand_conditional()
583 if (right->type != EXPR_VALUE) in check_assignment()
656 value.type = EXPR_VALUE; in default_initializer()
724 if (right->type != EXPR_VALUE) in expand_dereference()
739 if (value->type == EXPR_VALUE) { in expand_dereference()
744 expr->type = EXPR_VALUE; in expand_dereference()
769 if (op->type != EXPR_VALUE) in simplify_preop()
787 expr->type = EXPR_VALUE; in simplify_preop()
874 if (target->type == EXPR_VALUE || target->type == EXPR_FVALUE) { in expand_cast()
1092 case EXPR_VALUE: in expand_expression()
1180 if (expr->type != EXPR_VALUE) { in expand_const_expression()
1183 expr->type = EXPR_VALUE; in expand_const_expression()
1226 if (expr->type == EXPR_VALUE) { in expand_if_statement()
1387 if (expr->type != EXPR_VALUE) { in __get_expression_value()
1446 case EXPR_VALUE: in expr_truth_value()
1461 return expr->type == EXPR_VALUE && !expr->value; in is_zero_constant()