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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h2717 implements_interface(const Type* t, std::string* reason) const;
2720 // implements_interface.
H A Dgogo.cc4241 if ((*p)->implements_interface(Type::make_pointer_type(nt),
4250 if ((*p)->implements_interface(Type::make_pointer_type(st),
H A Dexpressions.cc222 go_assert(lhs_interface_type->implements_interface(rhs_type, NULL));
5129 if (!ift->implements_interface(right_type, NULL))
5135 if (!ift->implements_interface(left_type, NULL))
13636 if (!expr_type->interface_type()->implements_interface(this->type_,
H A Dtypes.cc643 if (lhs_interface_type->implements_interface(rhs, reason))
7432 Interface_type::implements_interface(const Type* t, std::string* reason) const function in class:Interface_type
H A Dstatements.cc4036 && !switch_val_type->interface_type()->implements_interface(type,

Completed in 132 milliseconds