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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.cc267 Bexpression* binit = var->get_init(context->gogo(), context->function()); local
271 go_assert(binit != NULL);
272 return context->backend()->init_statement(bvar, binit);
290 if (binit != NULL)
295 set = context->backend()->assignment_statement(be, binit, loc);
458 Bexpression* binit; local
460 binit = NULL;
462 binit = this->init_->get_backend(context);
469 binit = init->get_backend(context);
475 btype, binit,
[all...]
H A Dexpressions.cc1240 Bexpression* binit = init->get_backend(&bcontext); local
1242 false, btype, bloc, binit);
15172 Bexpression* binit = this->init_->get_backend(context); local
15173 Bstatement* init_stmt = gogo->backend()->expression_statement(binit);
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc2535 Btype* btype, Bexpression* binit,
2543 tree init_tree = binit == NULL ? NULL_TREE : binit->get_tree();
2599 *pstatement = this->compound_statement(this->expression_statement(binit),
2534 temporary_variable(Bfunction* function, Bblock* bblock, Btype* btype, Bexpression* binit, bool is_address_taken, Location location, Bstatement** pstatement) argument

Completed in 171 milliseconds