Searched refs:EXPR_FVALUE (Results 1 – 14 of 14) sorted by relevance
163 expr->type = EXPR_FVALUE; in cast_value()356 if (left->type != EXPR_FVALUE || right->type != EXPR_FVALUE) in simplify_float_binop()390 expr->type = EXPR_FVALUE; in simplify_float_binop()404 if (left->type != EXPR_FVALUE || right->type != EXPR_FVALUE) in simplify_float_cmp()493 if (expr->left->type == EXPR_VALUE || expr->left->type == EXPR_FVALUE) { in expand_comma()696 } else if (value->type == EXPR_FVALUE) { in expand_dereference()697 expr->type = EXPR_FVALUE; in expand_dereference()748 if (op->type != EXPR_FVALUE) in simplify_float_preop()757 expr->type = EXPR_FVALUE; in simplify_float_preop()820 if (target->type == EXPR_VALUE || target->type == EXPR_FVALUE) { in expand_cast()[all …]
37 [EXPR_FVALUE] = "EXPR_FVALUE", in expression_type_name()
64 EXPR_FVALUE, enumerator
181 [EXPR_FVALUE] = "EXPR_FVALUE", in expression_type_name()
318 case EXPR_FVALUE: in do_expression()
100 case EXPR_FVALUE: in copy_expression()
359 case EXPR_FVALUE: in show_instruction()1777 case EXPR_FVALUE: in linearize_cond_branch()1883 case EXPR_FVALUE: in linearize_expression()
366 expr->type = EXPR_FVALUE; in get_number_value()
1158 case EXPR_FVALUE: in show_expression()
300 case EXPR_FVALUE: { in __get_variable_from_expr()
1211 case EXPR_FVALUE: in output_data()
1973 expr->right = alloc_expression(expr->pos, EXPR_FVALUE); in evaluate_preop()3271 case EXPR_FVALUE: in evaluate_expression()
1423 case EXPR_FVALUE: in get_rl_sval()
2390 case EXPR_FVALUE: in x86_expression()