Searched refs:else_block (Results 1 – 1 of 1) sorted by relevance
7275 tree else_block, bool nested_if) in c_finish_if_stmt() argument7280 if (warn_parentheses && nested_if && else_block == NULL) 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()