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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h601 are_compatible_for_comparison(bool is_equality_op, const Type *t1,
608 { return Type::are_compatible_for_comparison(true, this, this, NULL); }
H A Dexpressions.cc5006 if (!Type::are_compatible_for_comparison(true, this->left_->type(),
5085 if (!Type::are_compatible_for_comparison(true, this->left_->type(),
5138 if (!Type::are_compatible_for_comparison(true, left_type, right_type, NULL))
5466 if (!Type::are_compatible_for_comparison(true, type, otype, &reason))
5480 if (!Type::are_compatible_for_comparison(false, type, otype, &reason))
H A Dtypes.cc490 Type::are_compatible_for_comparison(bool is_equality_op, const Type *t1, function in class:Type
8409 bool ret = Type::are_compatible_for_comparison(true, this->type_,
H A Dstatements.cc3902 && !Type::are_compatible_for_comparison(true, this->val_->type(),

Completed in 223 milliseconds