Searched refs:top_expression (Results 1 – 3 of 3) sorted by relevance
3 struct expression *top_expression(struct expression_list *estack);
35 struct expression *top_expression(struct expression_list *estack) in top_expression() function
66 struct expression *get_switch_expr(void) { return top_expression(switch_expr_stack); } in get_switch_expr()810 __save_switch_states(top_expression(switch_expr_stack)); in split_known_switch()822 __merge_switches(top_expression(switch_expr_stack), rl); in split_known_switch()823 __pass_case_to_client(top_expression(switch_expr_stack), rl); in split_known_switch()836 __merge_switches(top_expression(switch_expr_stack), NULL); in split_known_switch()849 rl = get_case_rl(top_expression(switch_expr_stack), in split_case()854 tmp = get_case_rl(top_expression(switch_expr_stack), in split_case()865 __merge_switches(top_expression(switch_expr_stack), rl); in split_case()978 __merge_switches(top_expression(switch_expr_stack), NULL); in fake_an_empty_default()1159 __save_switch_states(top_expression(switch_expr_stack)); in __split_stmt()