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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.cc2405 Block* then_block = gogo->finish_block(location); local
2406 then_block->determine_types();
2408 Statement* s = Statement::make_if_statement(call, then_block, NULL,
3158 If_statement(Expression* cond, Block* then_block, Block* else_block, argument
3161 cond_(cond), then_block_(then_block), else_block_(else_block)
3245 Bblock* then_block = this->then_block_->get_backend(context); local
3249 return context->backend()->if_statement(cond, then_block, else_block,
3277 Statement::make_if_statement(Expression* cond, Block* then_block, argument
3280 return new If_statement(cond, then_block, else_block, location);
3404 Block* then_block local
4081 Block* then_block = new Block(b, loc); local
5218 Block* then_block = new Block(b, cond_loc); local
5824 Block* then_block = new Block(iter_init, loc); local
6002 Block* then_block = new Block(iter_init, loc); local
[all...]
H A Dbackend.h411 if_statement(Bexpression* condition, Bblock* then_block, Bblock* else_block,
H A Dstatements.h244 make_if_statement(Expression* cond, Block* then_block, Block* else_block,
H A Dtypes.cc5434 Block* then_block = gogo->finish_block(bloc); local
5436 s = Statement::make_if_statement(cond, then_block, NULL, bloc);
6027 Block* then_block = gogo->finish_block(bloc); local
6029 s = Statement::make_if_statement(cond, then_block, NULL, bloc);
H A Dparse.cc4296 Block* then_block = this->gogo_->finish_block(end_loc); local
4327 this->gogo_->add_statement(Statement::make_if_statement(cond, then_block,
/haiku-buildtools/gcc/gcc/
H A Dasan.c1507 basic_block *then_block,
1552 *then_block = then_bb;
1503 create_cond_insert_point(gimple_stmt_iterator *iter, bool before_p, bool then_more_likely_p, bool create_then_fallthru_edge, basic_block *then_block, basic_block *fallthrough_block) argument
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc347 if_statement(Bexpression* condition, Bblock* then_block, Bblock* else_block,
2091 Gcc_backend::if_statement(Bexpression* condition, Bblock* then_block, argument
2095 tree then_tree = then_block->get_tree();
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c9754 c_finish_if_stmt (location_t if_locus, tree cond, tree then_block,
9759 /* If the condition has array notations, then the rank of the then_block and
9768 if (then_block
9769 && !find_rank (if_locus, then_block, then_block, true, &then_rank))
9790 tree inner_if = then_block;
9805 inner_if = expr_last (then_block);
9821 stmt = build3 (COND_EXPR, void_type_node, cond, then_block, else_block);
9718 c_finish_if_stmt(location_t if_locus, tree cond, tree then_block, tree else_block, bool nested_if) argument

Completed in 247 milliseconds