Searched refs:then_block (Results 1 – 1 of 1) sorted by relevance
7274 c_finish_if_stmt (location_t if_locus, tree cond, tree then_block, in c_finish_if_stmt() argument7282 tree inner_if = then_block; in c_finish_if_stmt()7297 inner_if = expr_last (then_block); in c_finish_if_stmt()7314 empty_body_warning (then_block, else_block); in c_finish_if_stmt()7316 stmt = build3 (COND_EXPR, void_type_node, cond, then_block, else_block); in c_finish_if_stmt()