Searched refs:then_block (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c7249 c_finish_if_stmt (location_t if_locus, tree cond, tree then_block,
7257 tree inner_if = then_block;
7272 inner_if = expr_last (then_block);
7289 empty_body_warning (then_block, else_block);
7291 stmt = build3 (COND_EXPR, void_type_node, cond, then_block, else_block);
7213 c_finish_if_stmt(location_t if_locus, tree cond, tree then_block, tree else_block, bool nested_if) argument

Completed in 63 milliseconds