Searched refs:finish_cond (Results 1 – 2 of 2) sorted by relevance
505 finish_cond (tree *cond_p, tree expr) in finish_cond() function649 finish_cond (&IF_COND (if_stmt), maybe_convert_cond (cond)); in finish_if_stmt_cond()713 finish_cond (&WHILE_COND (while_stmt), maybe_convert_cond (cond)); in finish_while_stmt_cond()831 finish_cond (&FOR_COND (for_stmt), maybe_convert_cond (cond)); in finish_for_cond()954 finish_cond (&SWITCH_STMT_COND (switch_stmt), cond); in finish_switch_cond()
4715 (finish_cond): Rewrite to handle template DECL_STMTs specially.4821 (finish_cond): New, rewritten from FINISH_COND.