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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h620 are_convertible(const Type* lhs, const Type* rhs, std::string* reason);
H A Dexpressions.cc484 || !Type::are_convertible(bound_type, val_type, NULL))
3323 if (Type::are_convertible(type, expr_type, &reason))
3411 go_assert(Type::are_convertible(type, expr_type, NULL));
3551 if (Type::are_convertible(type, expr_type, NULL))
3573 && !Type::are_convertible(t, et, NULL))
3580 && Type::are_convertible(t, et, NULL));
10211 && !Type::are_convertible(int_type, this->start_->type(), NULL))
10567 && !Type::are_convertible(int_type, this->start_->type(), NULL))
H A Dtypes.cc715 Type::are_convertible(const Type* lhs, const Type* rhs, std::string* reason) function in class:Type

Completed in 187 milliseconds