Searched refs:EXPR_POSTOP (Results 1 – 25 of 29) sorted by relevance
12
475 if (expr->left->type != EXPR_POSTOP) in split_conditions()477 if (expr->right->type != EXPR_POSTOP) in split_conditions()479 } else if (expr->type != EXPR_POSTOP) { in split_conditions()484 if (expr->left->type == EXPR_POSTOP) in split_conditions()486 if (expr->right->type == EXPR_POSTOP) in split_conditions()488 } else if (expr->type == EXPR_POSTOP) { in split_conditions()
43 case EXPR_POSTOP: in recurse()180 if (expr->type != EXPR_PREOP && expr->type != EXPR_POSTOP) in has_inc_dec_helper()
37 case EXPR_POSTOP: in match_stmt()
64 if (expr->right->type == EXPR_POSTOP) in match_join()
19 [EXPR_POSTOP] = "EXPR_POSTOP", in expression_type_name()
117 if (expr->type == EXPR_PREOP || expr->type == EXPR_POSTOP) in expr_has_memory_addr()
27 if (expr->type == EXPR_PREOP || expr->type == EXPR_POSTOP) { in does_inc_dec()
46 EXPR_POSTOP, enumerator
163 [EXPR_POSTOP] = "EXPR_POSTOP", in expression_type_name()
64 if ((faked->type == EXPR_PREOP || faked->type == EXPR_POSTOP) && in parent_is_set()
75 while (expr && expr->type == EXPR_POSTOP) { in is_capped()
616 if (unop_expr->type != EXPR_PREOP && unop_expr->type != EXPR_POSTOP) in get_countdown_info()628 if (condition->type != EXPR_PREOP && condition->type != EXPR_POSTOP) in get_countdown_info()688 if (unop->type == EXPR_POSTOP) { in handle_canonical_while_count_down()1441 if (left->type != EXPR_POSTOP || left->op != SPECIAL_INCREMENT) in handle_postop_inc()1529 if (left->type == EXPR_POSTOP) { in handle_comparison()1541 if (right->type == EXPR_POSTOP) { in handle_comparison()
354 if (expr->type == EXPR_PREOP || expr->type == EXPR_POSTOP) { in is_uncasted_pointer_assign()
384 break; case EXPR_PREOP: case EXPR_POSTOP: { in do_expression()
106 case EXPR_POSTOP: { in copy_expression()
828 if (mod_expr->type != EXPR_PREOP && mod_expr->type != EXPR_POSTOP) in match_inc_dec()851 ((mod_expr->type == EXPR_PREOP || mod_expr->type == EXPR_POSTOP) && in match_modify()1141 (mod_expr->type != EXPR_PREOP && mod_expr->type != EXPR_POSTOP) || in iter_modify()
265 if (left->type != EXPR_POSTOP) in handle_postop_assigns()391 case EXPR_POSTOP: in __split_expr()
702 if (expr->type == EXPR_POSTOP) in set_used()
280 case EXPR_POSTOP: in get_type_helper()
1429 case EXPR_POSTOP: in get_rl_sval()1857 if (expr->type == EXPR_POSTOP) in implied_condition_true()
523 struct expression *post = alloc_expression(token->pos, EXPR_POSTOP); in postfix_expression()
1141 case EXPR_POSTOP: in show_expression()
255 case EXPR_POSTOP: { in __get_variable_from_expr()
1044 case EXPR_POSTOP: in expand_expression()
788 if (expr->type == EXPR_POSTOP) in handle_zero_comparison()