Searched refs:EXPR_PREOP (Results 1 – 12 of 12) sorted by relevance
160 [EXPR_PREOP] = "EXPR_PREOP", in expression_type_name()210 case EXPR_PREOP: in inspect_expression()
102 expr->type = EXPR_PREOP; in evaluate_symbol_expression()146 expr->type = EXPR_PREOP; in evaluate_string()401 case EXPR_PREOP: in bad_expr_type()562 return expr->type == EXPR_PREOP && expr->op == '*'; in lvalue_expression()944 const unsigned left_not = expr->left->type == EXPR_PREOP in evaluate_binop()946 const unsigned right_not = expr->right->type == EXPR_PREOP in evaluate_binop()1726 e1 = alloc_expression(expr->pos, EXPR_PREOP); in degenerate()1754 expr->type = EXPR_PREOP; in degenerate()1758 if (expr->op != '*' || expr->type != EXPR_PREOP) { in degenerate()1779 if (op->op != '*' || op->type != EXPR_PREOP) { in evaluate_addressof()[all …]
513 expr = alloc_expression(token->pos, EXPR_PREOP); in primary_expression()561 struct expression *deref = alloc_expression(token->pos, EXPR_PREOP); in postfix_expression()585 struct expression *inner = alloc_expression(token->pos, EXPR_PREOP); in postfix_expression()704 unary = alloc_expression(token->pos, EXPR_PREOP); in unary_expression()722 unary = alloc_expression(token->pos, EXPR_PREOP); in unary_expression()
367 case EXPR_PREOP: in is_wstring_expr()408 case EXPR_PREOP: { in count_array_initializer()411 while (e && e->type == EXPR_PREOP && e->op == '(') in count_array_initializer()431 case EXPR_PREOP: in count_array_initializer()434 while (e && e->type == EXPR_PREOP && e->op == '(') in count_array_initializer()
45 EXPR_PREOP, enumerator
320 if (expr->type != EXPR_PREOP) in peek_preop()412 break; case EXPR_PREOP: case EXPR_POSTOP: { in do_expression()
768 if (fn->type == EXPR_PREOP) { in show_call_expression()1150 case EXPR_PREOP: in show_expression()
892 if (fn->type != EXPR_PREOP) in expand_symbol_call()1114 case EXPR_PREOP: in expand_expression()
959 if (expr->type == EXPR_PREOP && expr->op == '*') in linearize_address_gen()1524 if (fn->type == EXPR_PREOP && fn->op == '*' && is_func_type(fn->ctype)) in linearize_call_expression()1800 case EXPR_PREOP: in linearize_cond_branch()1927 case EXPR_PREOP: in linearize_expression()
105 case EXPR_PREOP: in copy_expression()
545 case EXPR_PREOP: in expand_object_size()
2102 if (fn->type == EXPR_PREOP) { in x86_call_expression()2344 case EXPR_PREOP: in x86_expression()