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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h152 is_value_method() const function in class:Method
216 bool is_value_method, bool needs_stub_method)
218 is_value_method_(is_value_method), needs_stub_method_(needs_stub_method),
268 unsigned int depth, bool is_value_method,
270 : Method(field_indexes, depth, is_value_method, needs_stub_method),
215 Method(const Field_indexes* field_indexes, unsigned int depth, bool is_value_method, bool needs_stub_method) argument
267 Named_method(Named_object* named_object, const Field_indexes* field_indexes, unsigned int depth, bool is_value_method, bool needs_stub_method) argument
H A Dtypes.cc2339 if (only_value_methods && !p->second->is_value_method())
2423 bool want_pointer_receiver = !only_value_methods && m->is_value_method();
7540 if (!is_pointer && !m->is_value_method())
9389 bool is_value_method = (is_embedded_pointer local
9391 Method* m = new Named_method(no, field_indexes, depth, is_value_method,
9550 if (!m->is_value_method())
9847 if (!m->is_value_method() && expr->type()->points_to() == NULL)
H A Dexpressions.cc6227 || (this->method_->is_value_method()
6524 if (this->method_->is_value_method() && expr->type()->points_to() != NULL)
11445 if (method != NULL && !is_pointer && !method->is_value_method())

Completed in 99 milliseconds