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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.cc956 Bound_method_expression* bme = e->bound_method_expression(); local
957 if (fe != NULL || bme != NULL)
959 const Named_object* f = fe != NULL ? fe->named_object() : bme->function();
2731 Bound_method_expression* bme = expr->bound_method_expression(); local
2732 if (bme != NULL)
2736 Bound_method_expression::create_thunk(this->gogo_, bme->method(),
2737 bme->function());
H A Dexpressions.cc6382 Expression* bme = Expression::make_bound_method(arg, method, fn, loc); local
6404 Call_expression* call = Expression::make_call(bme, args,
6535 Bexpression* bme = ret->get_backend(context); local
6544 bme = gogo->backend()->conditional_expression(btype, bcheck, crash,
6545 bme, loc);
6547 return bme;
8711 Bound_method_expression* bme = this->fn_->bound_method_expression(); local
8712 if (bme != NULL)
8714 Named_object* methodfn = bme->function();
8715 Expression* first_arg = bme
[all...]
H A Dtypes.cc8251 Bound_method_expression* bme = Expression::make_bound_method(expr, this, local
8261 bme->set_first_argument_type(frtype);
8263 return bme;

Completed in 225 milliseconds