Home
last modified time | relevance | path

Searched refs:EXPR_POSTOP (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_conditions.c475 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()
H A Dsmatch_recurse.c43 case EXPR_POSTOP: in recurse()
180 if (expr->type != EXPR_PREOP && expr->type != EXPR_POSTOP) in has_inc_dec_helper()
H A Dcheck_no_effect.c37 case EXPR_POSTOP: in match_stmt()
H A Dcheck_macros.c64 if (expr->right->type == EXPR_POSTOP) in match_join()
H A Dcheck_implicit_dependencies_tester.c19 [EXPR_POSTOP] = "EXPR_POSTOP", in expression_type_name()
H A Dcheck_arm64_tagged.c117 if (expr->type == EXPR_PREOP || expr->type == EXPR_POSTOP) in expr_has_memory_addr()
H A Dexpression.h46 EXPR_POSTOP, enumerator
H A Dcheck_or_vs_and.c27 if (expr->type == EXPR_PREOP || expr->type == EXPR_POSTOP) { in does_inc_dec()
H A Dast-inspect.c163 [EXPR_POSTOP] = "EXPR_POSTOP", in expression_type_name()
H A Dsmatch_param_set.c64 if ((faked->type == EXPR_PREOP || faked->type == EXPR_POSTOP) && in parent_is_set()
H A Dsmatch_capped.c75 while (expr && expr->type == EXPR_POSTOP) { in is_capped()
H A Dsmatch_extra.c616 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()
H A Dsmatch_type_val.c354 if (expr->type == EXPR_PREOP || expr->type == EXPR_POSTOP) { in is_uncasted_pointer_assign()
H A Dinline.c106 case EXPR_POSTOP: { in copy_expression()
H A Ddissect.c384 break; case EXPR_PREOP: case EXPR_POSTOP: { in do_expression()
H A Dsmatch_comparison.c828 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()
H A Dsmatch_flow.c265 if (left->type != EXPR_POSTOP) in handle_postop_assigns()
391 case EXPR_POSTOP: in __split_expr()
H A Dsmatch_buf_comparison.c702 if (expr->type == EXPR_POSTOP) in set_used()
H A Dsmatch_type.c280 case EXPR_POSTOP: in get_type_helper()
H A Dsmatch_math.c1429 case EXPR_POSTOP: in get_rl_sval()
1857 if (expr->type == EXPR_POSTOP) in implied_condition_true()
H A Dexpression.c523 struct expression *post = alloc_expression(token->pos, EXPR_POSTOP); in postfix_expression()
H A Dshow-parse.c1141 case EXPR_POSTOP: in show_expression()
H A Dsmatch_helper.c255 case EXPR_POSTOP: { in __get_variable_from_expr()
H A Dexpand.c1044 case EXPR_POSTOP: in expand_expression()
H A Dsmatch_implied.c788 if (expr->type == EXPR_POSTOP) in handle_zero_comparison()

12