Home
last modified time | relevance | path

Searched refs:finish_cond (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c505 finish_cond (tree *cond_p, tree expr) in finish_cond() function
649 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()
H A DChangeLog-20044715 (finish_cond): Rewrite to handle template DECL_STMTs specially.
4821 (finish_cond): New, rewritten from FINISH_COND.