Home | History | Annotate | Download | only in src

Lines Matching defs:combined_type

4860     Type* combined_type = clause->compare_type();
4863 combined_type,
10701 Type* combined_type = expr->combined_type();
10767 op, left, right, left_type, right_type, combined_type,
10782 Type* combined_type,
10789 if (!combined_type->IsInhabited()) {
10793 combined_type = left_type = right_type = Type::Any(zone());
10798 Representation combined_rep = Representation::FromType(combined_type);
10800 if (combined_type->Is(Type::Receiver())) {
10816 if (combined_type->IsClass()) {
10817 Handle<Map> map = combined_type->AsClass()->Map();
10838 } else if (combined_type->Is(Type::InternalizedString()) &&
10858 } else if (combined_type->Is(Type::String())) {
10915 Type* type = expr->combined_type()->Is(Type::None())
10916 ? Type::Any(zone()) : expr->combined_type();