Lines Matching refs:switch_stmt
1036 finish_switch_cond (tree cond, tree switch_stmt) in finish_switch_cond() argument
1063 finish_cond (&SWITCH_STMT_COND (switch_stmt), cond); in finish_switch_cond()
1064 SWITCH_STMT_TYPE (switch_stmt) = orig_type; in finish_switch_cond()
1065 add_stmt (switch_stmt); in finish_switch_cond()
1066 push_switch (switch_stmt); in finish_switch_cond()
1067 SWITCH_STMT_BODY (switch_stmt) = push_stmt_list (); in finish_switch_cond()
1074 finish_switch_stmt (tree switch_stmt) in finish_switch_stmt() argument
1078 SWITCH_STMT_BODY (switch_stmt) = in finish_switch_stmt()
1079 pop_stmt_list (SWITCH_STMT_BODY (switch_stmt)); in finish_switch_stmt()
1083 scope = SWITCH_STMT_SCOPE (switch_stmt); in finish_switch_stmt()
1084 SWITCH_STMT_SCOPE (switch_stmt) = NULL; in finish_switch_stmt()