Searched refs:StructuralType (Results 1 – 1 of 1) sorted by relevance
563 class StructuralType : public TypeBase {587 StructuralType(Kind kind, int length, Zone* zone) in StructuralType() function600 class TupleType : public StructuralType {610 TupleType(int length, Zone* zone) : StructuralType(kTuple, length, zone) {} in TupleType()624 class UnionType : public StructuralType {629 UnionType(int length, Zone* zone) : StructuralType(kUnion, length, zone) {} in UnionType()