Lines Matching refs:show_expression
515 show_expression(sym->initializer);
535 int val = show_expression(stmt->switch_expression);
626 return show_expression(stmt->expression);
641 val = show_expression(cond);
682 val = show_expression(pre_condition);
700 val = show_expression(post_condition);
719 int val = show_expression(stmt->goto_expression);
729 int val = show_expression(stmt->expression);
734 int val = show_expression(stmt->range_expression);
735 int low = show_expression(stmt->range_low);
736 int high = show_expression(stmt->range_high);
758 int new = show_expression(arg);
778 fncall = show_expression(fn);
791 show_expression(expr->left);
792 return show_expression(expr->right);
797 int left = show_expression(expr->left);
798 int right = show_expression(expr->right);
820 int target = show_expression(expr->base);
828 int target = show_expression(expr->unop);
850 return show_expression(expr->unop);
876 val = show_expression(expr->right);
888 int val = show_expression(expr);
905 val = show_expression(expr);
981 val = show_expression(expr);
991 int op = show_expression(expr->cast_expression);
1047 int cond = show_expression(expr->conditional);
1048 int valt = show_expression(expr->cond_true);
1049 int valf = show_expression(expr->cond_false);
1063 int new = show_expression(expr->init_expr);
1116 show_expression(expr);
1124 int show_expression(struct expression *expr)