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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc12537 type_(type), vals_(vals), element_type_(NULL), constructor_temp_(NULL)
12584 Temporary_statement* constructor_temp_; member in class:Map_construction_expression
12610 && this->constructor_temp_ == NULL)
12663 this->constructor_temp_ =
12666 this->constructor_temp_->set_is_address_taken();
12667 inserter->insert(this->constructor_temp_);
12744 go_assert(this->constructor_temp_ != NULL);
12748 Expression::make_temporary_reference(this->constructor_temp_, loc);

Completed in 112 milliseconds