Home
last modified time | relevance | path

Searched refs:push_expression (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_conditions.c471 push_expression(&big_expression_stack, expr); in split_conditions()
472 push_expression(&big_condition_stack, expr); in split_conditions()
507 push_expression(&big_expression_stack, expr); in __split_whole_condition()
524 push_expression(&big_expression_stack, expr); in __handle_logic()
571 push_expression(&big_expression_stack, right); in __handle_condition_assigns()
H A Dsmatch_expression_stacks.h1 void push_expression(struct expression_list **estack, struct expression *expr);
H A Dsmatch_expression_stacks.c21 void push_expression(struct expression_list **estack, struct expression *expr) in push_expression() function
H A Dsmatch_flow.c377 push_expression(&big_expression_stack, expr); in __split_expr()
395 push_expression(&post_op_stack, expr); in __split_expr()
809 push_expression(&switch_expr_stack, stmt->switch_expression); in split_known_switch()
1158 push_expression(&switch_expr_stack, stmt->switch_expression); in __split_stmt()