Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-typeck.c7274 c_finish_if_stmt (location_t if_locus, tree cond, tree then_block, in c_finish_if_stmt() argument
7282 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()