Searched refs:then_block (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | asan.c | 1789 basic_block *then_block, in create_cond_insert_point() argument 1834 *then_block = then_bb; in create_cond_insert_point()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-typeck.c | 9030 c_finish_if_stmt (location_t if_locus, tree cond, tree then_block, in c_finish_if_stmt() argument 9038 tree inner_if = then_block; in c_finish_if_stmt() 9053 inner_if = expr_last (then_block); in c_finish_if_stmt() 9069 stmt = build3 (COND_EXPR, void_type_node, cond, then_block, else_block); in c_finish_if_stmt()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 10517 c_finish_if_stmt (location_t if_locus, tree cond, tree then_block, in c_finish_if_stmt() argument 10522 stmt = build3 (COND_EXPR, void_type_node, cond, then_block, else_block); in c_finish_if_stmt()
|